Emulated Hue with Alexa stopped discovering

Hi,

my Alexa was able to operate with the emulated_hue integration for more than 6 months. Suddenly it stopped working.
After resetting my Echo (Gen. 1) and multiple times deleting the “emulated_hue_ids” I can’t get why my configuration is no longer working.

# bridge for Alexa
emulated_hue:
  listen_port: 80
  expose_by_default: true
  exposed_domains:
    - script

I am running Home Assistant 0.117.6 with HASS 4.14. The “/api/pi/lights” url works as expected.

Any help is appreciated before I finally start beating my Echo :slight_smile:

Thank you.

Ok I found the reason: https://www.home-assistant.io/blog/2020/09/17/release-115/
I added lights_all_dimmable: true and the “devices” are found :slight_smile:

hey, i have the same problem. i cant really find the parameter you described. also not in the link. do you have any hint for me?

emulated_hue:
  host_ip: haipaddress
  listen_port: 80 ## Was 8300
  expose_by_default: false
  lights_all_dimmable: true
  exposed_domains:
    - light