8 lines
166 B
YAML
8 lines
166 B
YAML
|
alias: "Jeff Status Stationary"
|
||
|
trigger:
|
||
|
platform: mqtt
|
||
|
topic: anchoragehouse/jeffrey/status
|
||
|
payload: 'stationary'
|
||
|
action:
|
||
|
service: script.jeff_is_stationary
|