@didiergo wrote:
Hello
Could someone help me to understand the following message in HA log:
- Unkown entity number : 2 not found in emulated_hue_ids.json
components/emulated_hue/hue_api.py (error)Below, the contents of the emulated_hue_ids.json
{ "1": "input_boolean.tv" }
This file is automatically created when emulated_hue integration is activedand a partial contents of configuration.yaml about emulated_hue integration :
emulated_hue:
host_ip: 192.168.1.18
listen_port: 80
#advertise_ip: 192.168.1.18
#advertise_port: 80
#off_maps_to_on_domains:
#- script
#- scene
expose_by_default: true
exposed_domains:
#- light
- input_boolean
entities:
input_boolean.TV_Test:
name: “TV_Test”
hidden: falseI have the same message for ten numbers.
Thank you in advance for your help
Posts: 1
Participants: 1