Files
N22/include/automations/tesla_stop_when_full.yaml
T

11 lines
305 B
YAML

- alias: Tesla stop when charged
trigger:
- platform: template
value_template: >
{{ states('sensor.snowywhite_battery')|float >=
states('number.snowywhite_charge_limit')|float }}
action:
- service: switch.turn_off
target:
entity_id: switch.home_charging