Skip to content

Commit

Permalink
fix static IP in UP, improve explanation for HA (#1719)
Browse files Browse the repository at this point in the history
* fix static IP in UP, improve explanation for HA

* Update edit_config_param.html

Co-authored-by: CaCO3 <[email protected]>
  • Loading branch information
caco3 and CaCO3 committed Dec 29, 2022
1 parent 228fc27 commit a5e3758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sd-card/html/backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h2>Restore Configuration</h2>
<script src="FileSaver.min.js"></script>
<script>

var domain = "http://192.168.1.153";
//var domain = "";
//var domain = "http://192.168.1.153"; // Testing
var domain = "";

function startBackup() {
document.getElementById("progress").innerHTML = "Creating backup...<br>\n";
Expand Down
3 changes: 2 additions & 1 deletion sd-card/html/edit_config_param.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ <h5>The discovery topics and the static topics (IP, MAC, Hostname, Interval, ...
</td>
<td style="font-size: 80%;">
Select the meter type so the sensors have the right units in Homeassistant.<br>
Note: For 'Watermeter' you need to have Homeassistant 2022.11 or never!
Note: For 'Watermeter' you need to have Homeassistant 2022.11 or never!<br>
Please also make sure that it matches the value! Use `DecimalShift` to set it correctly!
</td>
</tr>

Expand Down

0 comments on commit a5e3758

Please sign in to comment.