I've copied the code into correct place chuangmi_ir.py and added below into configuration.yaml. (I've found the token successfully). But still nothing happened. I cannot find such switch called "chuangmi IR" in the homeassistant homepage. Also cannot find a domain named "chuangmi" to allow me learn the IR code.
switch:
- platform: chuangmi_ir
name: "Living Room IR Remote"
host: 192.168.50.104
token: 5b696d1f6b37cccd6b673720360c8575
switches:
aircon:
command_on: ''
command_off: ''
Please kindly guide. THanks.
I've copied the code into correct place chuangmi_ir.py and added below into configuration.yaml. (I've found the token successfully). But still nothing happened. I cannot find such switch called "chuangmi IR" in the homeassistant homepage. Also cannot find a domain named "chuangmi" to allow me learn the IR code.
switch:
name: "Living Room IR Remote"
host: 192.168.50.104
token: 5b696d1f6b37cccd6b673720360c8575
switches:
aircon:
command_on: ''
command_off: ''
Please kindly guide. THanks.