mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 11:45:35 +01:00
8c303bf48c
* Improve support for multiple Hue bridges with lights that have the same id. The old code pre-refactoring kept a per-bridge list of lights in a closure; my refactoring moved that to hass.data, which is convenient but caused them to conflict with each other. Fixes #11183 * Update test_hue.py