Advertisement
Guest User

Dishwasher Finished Automation

a guest
Dec 6th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. alias: Dishwasher has finished
  2. description: ''
  3. use_blueprint:
  4. path: >-
  5. sbyx/notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
  6. input:
  7. power_sensor: sensor.power_dishwasher_12_1min
  8. actions:
  9. - service: tts.cloud_say
  10. data:
  11. entity_id: media_player.living_room_speaker
  12. message: The dishwasher has finished.
  13. - service: input_boolean.toggle
  14. target:
  15. entity_id: input_boolean.is_dishwasher_done
  16. starting_threshold: 98
  17. finishing_threshold: 10
  18. finishing_hysteresis: 5
  19. starting_hysteresis: 2
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement