222
359
4323
论坛元老
使用道具 举报
59
628
4572
8
728
4714
- alias: 'turn_on' //开灯 initial_state: true trigger: - platform: state entity_id: light.A from: 'off' to: 'on' condition: - condition: state entity_id: light.B state: 'off' action: - service: light.turn_on entity_id: light.B - alias: 'turn_off' //关灯 initial_state: true trigger: - platform: state entity_id: light.A from: 'on' to: 'off' condition: - condition: state entity_id: light.B state: 'on' action: - service: light.turn_off entity_id: light.B
Aiden1 发表于 2019-10-16 22:10
14
648
4054
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-5-12 07:01 , Processed in 0.169862 second(s), 27 queries .
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.