Disable audio notification for washing machine
This commit is contained in:
parent
182c9c3575
commit
985795638e
1 changed files with 1 additions and 12 deletions
|
@ -20,17 +20,6 @@
|
|||
action:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.washing_machine_on_off
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: device_tracker.przemyslaws_iphone
|
||||
state: home
|
||||
sequence:
|
||||
- service: tts.google_translate_say
|
||||
data:
|
||||
entity_id: media_player.living_room
|
||||
language: en
|
||||
message: Washing machine has finished
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Washing Machine'
|
||||
|
@ -47,4 +36,4 @@
|
|||
message: 'Washing has finished'
|
||||
data:
|
||||
duration: 30
|
||||
color: black
|
||||
color: black
|
||||
|
|
Loading…
Reference in a new issue