11 lines
305 B
YAML
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 |