10 lines
248 B
YAML
10 lines
248 B
YAML
|
jeff_is_home_audible:
|
||
|
sequence:
|
||
|
- condition: state
|
||
|
entity_id: input_boolean.audible_notifications
|
||
|
state: "on"
|
||
|
- service: tts.google_say
|
||
|
data:
|
||
|
entity_id: media_player.hass_speaker
|
||
|
message: Jeffrey is home
|