翻遍了论坛中的帖子,也没解决,请大神诊断:
配置文件:
remote:
- platform: xiaomi_miio
host: 192.168.1.20
token: 5b44dd593ba1ac81288c0af33526d0e3
name: "livingroom remote"
slot: 1
timeout: 30
hidden: false
commands:
close_hallwaylight:
command:
- raw:Z6VHAPsBAABRAgAAWwYAAHsGAACbCAAAQhEAAIojAACuIwAAeJsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAREBAREBARExMSExMTExMTEBMQEBEQEBETERMTEhMTGBRgE=
open_hallwaylight:
command:
- raw:Z6VHAPIBAAAPAgAASgIAAHsGAACcCAAAXhEAAKgjAAB4mwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWAiISEiISEiIyMjIyMjIyMhIiMiISEiISMjIiMjIyMjJyRgI=
hallway_light_off:
sequence:
- data:
command:
- close_hallwaylight
entity_id: remote.livingroom_remote
service: remote.send_command
hallway_light_on:
sequence:
- data:
command:
- open_hallwaylight
entity_id: remote.livingroom_remote
service: remote.send_command
|