mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-03-04 03:30:54 +00:00
8 lines
131 B
YAML
8 lines
131 B
YAML
|
family_is_home:
|
||
|
sequence:
|
||
|
- service: mqtt.publish
|
||
|
data:
|
||
|
topic: "house/family/status"
|
||
|
payload_template: "Home"
|
||
|
|