switch:
- platform: template
switches:
south_garage_door:
friendly_name: 车库门
# icon: mdi:garage-variant
unique_id: south_garage_door
turn_on:
service: input_button.press
target:
entity_id: input_button.da_kai_nan_dian
turn_off:
service: button.press
target:
entity_id: button.10008786b8_1
store_door:
friendly_name: 店铺门
unique_id: store_door
turn_on:
service: input_button.press
target:
entity_id: input_button.store_on
turn_off:
service: input_button.press
target:
entity_id: input_button.store_off
除了 button.10008786b8_1 是实体开关(易微联433网关学习了卷帘门射频遥控器上的按键),其他都是虚拟开关
也是接入巴法,现在可小爱语音 车库门开 车库门关(如果不通过上面那些虚拟开关的话,正常小爱语音控制是 打开车库门向上 打开车库门向下) |