Add LinkTap battery to maintenance view monitoring
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
or states('sensor.annes_havesensor_soil_battery_2') | float(9) < 1.2
|
||||
or states('sensor.annes_havesensor_soil_battery_3') | float(9) < 1.2
|
||||
or states('sensor.annes_havesensor_soil_battery_4') | float(9) < 1.2
|
||||
or states('sensor.hovedhane_linktap_battery') | float(100) < 20
|
||||
}}
|
||||
|
||||
- sensor:
|
||||
@@ -201,6 +202,7 @@
|
||||
1 if states('sensor.annes_havesensor_soil_battery_2') | float(9) < 1.2 else 0,
|
||||
1 if states('sensor.annes_havesensor_soil_battery_3') | float(9) < 1.2 else 0,
|
||||
1 if states('sensor.annes_havesensor_soil_battery_4') | float(9) < 1.2 else 0,
|
||||
1 if states('sensor.hovedhane_linktap_battery') | float(100) < 20 else 0,
|
||||
1 if states('sensor.affalddk_norgardsvej_22_restaffald') | float(999) <= 1 else 0,
|
||||
1 if states('sensor.affalddk_norgardsvej_22_papir_plast') | float(999) <= 1 else 0,
|
||||
1 if states('sensor.affalddk_norgardsvej_22_haveaffald') | float(999) <= 1 else 0,
|
||||
|
||||
Reference in New Issue
Block a user