mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
* Bump aiohue to 4.6.0 * fix device name for lights * fix name for groups too * ignore smart scenes * bump to 4.6.1 instead * Add support for Smart Scenes (Natural lights) in Hue * update base entity class * fix test fixture * update tests * fix scene test * fix typo * use underlying scene controller * use enum value * update tests * add current scene name within smart scene * extra attributes are only valid if the scene is active * Update v2_resources.json * typo * fix after merge