Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Notifica stato lavatrice
- description: ""
- trigger:
- - platform: numeric_state
- entity_id: sensor.shellyem_ XXXXXXXXX_channel_2_power
- for:
- hours: 0
- minutes: 0
- seconds: 5
- above: 10
- condition: []
- action:
- - service: input_boolean.turn_on
- data: {}
- target:
- entity_id: input_boolean.stato_lavatrice
- - service: notify.casa
- data:
- message: Lavatrice Avviata! 👕
- - wait_for_trigger:
- - platform: numeric_state
- entity_id: sensor.shellyem_ XXXXXXXXX_channel_2_power
- for:
- hours: 0
- minutes: 0
- seconds: 40
- below: 2
- - service: input_boolean.turn_off
- data: {}
- target:
- entity_id: input_boolean.stato_lavatrice
- - service: notify.casa
- data:
- message: Lavatrice Terminata! 👚
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement