Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Set Zappi to Eco
- sequence:
- - service: select.select_option
- data:
- option: Eco
- target:
- entity_id: select.myenergi_zappi_21782493_charge_mode
- mode: single
- alias: Set Zappi to Eco+
- sequence:
- - service: select.select_option
- data:
- option: Eco+
- target:
- entity_id: select.myenergi_zappi_21782493_charge_mode
- mode: single
- alias: Set Zappi to Fast
- sequence:
- - service: select.select_option
- data:
- option: Fast
- target:
- entity_id: select.myenergi_zappi_21782493_charge_mode
- mode: single
- alias: Set Zappi to Stopped
- sequence:
- - service: select.select_option
- data:
- option: Stopped
- target:
- entity_id: select.myenergi_zappi_21782493_charge_mode
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment