mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
10 lines
249 B
YAML
10 lines
249 B
YAML
kat_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: Katherine is home
|