Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: TTS - ER BILEN TIL OPLADNING
- description: ""
- trigger:
- - platform: state
- entity_id:
- - binary_sensor.oneplus_cs_is_charging
- to: "on"
- condition: []
- action:
- - choose:
- - conditions:
- - condition: state
- entity_id: sensor.tronity_q4_e_tron_plugged
- state: "True"
- sequence:
- - service: notify.mobile_app_oneplus_cs
- data:
- message: TTS
- data:
- tts_text: Bilen er sat til opladning. Sov godt.
- - conditions:
- - condition: state
- entity_id: sensor.tronity_q4_e_tron_plugged
- state: "False"
- sequence:
- - service: notify.mobile_app_oneplus_cs
- data:
- message: TTS
- data:
- tts_text: >-
- Bilen er ikke sat til opladning. Der er {{
- states('sensor.tronity_q4_e_tron_level') }} procent tilbage på
- batteriet.
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement