mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-27 15:56:11 +02:00
fix #338, needs verifcation from homeassistant users
added download link for settings on setup.html and update.html
This commit is contained in:
parent
38bb3fd7e2
commit
a595950d7d
6 changed files with 77 additions and 29 deletions
|
@ -10,7 +10,9 @@
|
|||
<h1>Update</h1>
|
||||
<div id="content" class="content">
|
||||
<div>
|
||||
Make sure that you have noted all your settings before starting an update. New versions may have changed their memory layout which can break your existing settings.
|
||||
Make sure that you have noted all your settings before starting an update. New versions may have changed their memory layout which can break your existing settings.<br/>
|
||||
<br/>
|
||||
<a href="/get_setup" target="_blank">Download your settings (JSON file)</a>
|
||||
</div>
|
||||
<br/><br/>
|
||||
<form method="POST" action="/update" enctype="multipart/form-data" accept-charset="utf-8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue