自动化要求
触发
- robot的手机的state从不在家变成在家的时候
条件
- 没有其他附加条件
执行
- 通知我妈的手机,具体内容为:我现在在家了
homeassistant
automation:
trigger:
platform: state
entity_id: device_tracker.robot
from: 'not_home'
to: 'home'
action:
service: notify.ios_mymother
data:
message: 'robot is now home'
node-red
robot at home.json (2.8 KB)