Преглед изворни кода

fix static IP in UP, improve explanation for HA (#1719)

* fix static IP in UP, improve explanation for HA

* Update edit_config_param.html

Co-authored-by: CaCO3 <caco@ruinelli.ch>
CaCO3 пре 3 година
родитељ
комит
03c99b2cca
2 измењених фајлова са 4 додато и 3 уклоњено
  1. 2 2
      sd-card/html/backup.html
  2. 2 1
      sd-card/html/edit_config_param.html

+ 2 - 2
sd-card/html/backup.html

@@ -44,8 +44,8 @@ input[type=number] {
 <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";

+ 2 - 1
sd-card/html/edit_config_param.html

@@ -667,7 +667,8 @@ textarea {
 			</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>