mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-07 21:53:53 +00:00
13 lines
333 B
YAML
13 lines
333 B
YAML
kat_is_home_audible:
|
|
sequence:
|
|
- condition: state
|
|
entity_id: input_boolean.audible_notifications
|
|
state: "on"
|
|
- condition: state
|
|
entity_id: sensor.jeff_presence
|
|
state: 'present'
|
|
- service: tts.google_say
|
|
data:
|
|
entity_id: media_player.hass_speaker
|
|
message: Katherine is home
|