Get rid of warnings in the log

This commit is contained in:
2026-03-16 21:03:57 +01:00
parent da931bbca6
commit bed93b148f
@@ -2,8 +2,8 @@
trigger:
- platform: template
value_template: >
{{ states('sensor.snowywhite_battery')|float >=
states('number.snowywhite_charge_limit')|float }}
{{ (states('sensor.snowywhite_battery') | default(0)) | float >=
(states('number.snowywhite_charge_limit') | default(100)) | float }}
action:
- service: switch.turn_off