@sebk-666 wrote:
Hi,
my emulated_hue config broke with 0.108 and I can’t figure out what’s still wrong with it:
So my basic config looks like this:emulated_hue: advertise_ip: 192.168.10.8 upnp_bind_multicast: true host_ip: 192.168.10.8 listen_port: 80 advertise_port: 80 expose_by_default: false exposed_domains: - input_boolean - script - switch
For entities customizations, I replaced all the
emulated_hue_hidden:
keys withhidden:
, e.g. (in customize.yaml):switch.thinkpad: friendly_name: Thinkpad hidden: false icon: mdi:laptop-windows
I get no errors verifying the config, but still after restarting HA, a
curl http://192.168.10.8:80/api/pi/lights
returns only an empty pair of braces.What am I missing?
Sebastian
Posts: 1
Participants: 1