mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
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>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user