ha-core/homeassistant/components/emulated_hue
Jean-Yves Avenard cf4b6307ae
Provide compatibility with older Home Assistant installations. (#39539)
Prior 0.113 all lights and switches were reported as dimmable devices and this was fixed by #37978.
However, under some circumstances Alexa will not smoothly transition from those broken devices to the new ones as it cache the list of entities.
It is imperative to have Alexa rediscover all devices and then remove the now non-responding duplicates using the Alexa phone App. This can take quite a while if you have lots of devices.
An alternative would be to log to the Alexa web site and remove all the lights instead and then re-discover them all.

If you have multiple echo devices on your network, it is possible that the entries would continue to show as duplicates. This is due to an individual echo devices caching the old list and re-using it.
The only known solution for this is to remove your echo devices from your Amazon account and re-add them.
After that, have Alexa rediscover all your devices.

This is a one-off requirement.

Fixes #39503
2020-09-01 09:16:40 -05:00
..
__init__.py Provide compatibility with older Home Assistant installations. (#39539) 2020-09-01 09:16:40 -05:00
const.py Fix emulated_hue compatibility with older devices (#36090) 2020-05-25 14:55:23 -05:00
hue_api.py Provide compatibility with older Home Assistant installations. (#39539) 2020-09-01 09:16:40 -05:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
services.yaml Add stub services.yaml and make validation mandatory (#23213) 2019-04-18 15:13:35 -07:00
upnp.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00