mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-04-03 20:39:51 +00:00
Testing http to mqtt
This commit is contained in:
parent
86c60651fc
commit
cedefdbf9c
16
automations/jeff_status_unknown.yaml
Normal file
16
automations/jeff_status_unknown.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
alias: "Jeff Arrives Home"
|
||||||
|
trigger:
|
||||||
|
# platform: zone
|
||||||
|
# event: enter
|
||||||
|
# zone: zone.home
|
||||||
|
# entity_id: device_tracker.jeffreystonesiphone
|
||||||
|
platform: mqtt
|
||||||
|
topic: anchoragehouse/jeffrey/status
|
||||||
|
# Optional
|
||||||
|
payload: 'unknown'
|
||||||
|
action:
|
||||||
|
- service: notify.notify
|
||||||
|
data:
|
||||||
|
title: "Jarvis"
|
||||||
|
message: "Jeff has arrived home"
|
||||||
|
- service: script.jeff_is_known
|
Loading…
x
Reference in New Issue
Block a user