I have a Global Cache iTach I use to control my TV. I followed the instructions to install it and was able to successfully get control of my TV. When I try to assign the TV to an area, it says it needs a unique ID. I tried inserting a unique ID into the configuration YAML but a check of the configuration file keeps telling me the unique_id is an invalid option. What I’ve tried and doesn’t work:
remote:
- platform: itach
unique_id: 94129990-6600-4bd9-ab67-451431f4de35
host: 192.168.20.13
devices:
- name: Living Room TV
connaddr: 1
ir_count: 3
commands:
- name: "ON"
remote:
- platform: itach
host: 192.168.20.13
devices:
- name: Living Room TV
unique_id: 94129990-6600-4bd9-ab67-451431f4de35
connaddr: 1
ir_count: 3
commands:
Is there a way to assign a Unique ID to this?