Joost Lekkerkerker
761933acfe
Improve lists in integrations [G-H] ( #113168 )
2024-03-13 17:25:27 +01:00
Marcel van der Veldt
ec89886fac
Fix colormode attribute on grouped Hue light ( #113071 )
2024-03-11 19:04:44 +01:00
Marcel van der Veldt
0eb1adccf8
Fix for Hue not applying effect in scene ( #113057 )
2024-03-11 15:08:00 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] ( #112736 )
2024-03-08 19:15:59 +01:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] ( #112699 )
2024-03-08 08:52:48 -05:00
J. Nick Koston
4d39a85553
Avoid creating many tasks when adding hue v2 entities ( #110386 )
...
Each entity creation would call async_add_entities which spawned a
seperate task
fixes
```
2024-02-12 18:06:09.819 WARNING (MainThread) [asyncio] Executing <Task pending name='config entry forward setup Philips Hue 2 hue fcb64edfc5ac2edbb656607d5193b583 light' coro=<ConfigEntries.async_forward_entry_setup() running at /usr/src/homeassistant/homeassistant/config_entries.py:1597> wait_for=<Future pending cb=[shield.<locals>._outer_done_callback() at /usr/local/lib/python3.12/asyncio/tasks.py:922, Task.task_wakeup()] created at /usr/local/lib/python3.12/asyncio/base_events.py:447> cb=[gather.<locals>._done_callback() at /usr/local/lib/python3.12/asyncio/tasks.py:767] created at /usr/local/lib/python3.12/asyncio/tasks.py:420> took 1.260 seconds
```
2024-02-13 13:04:29 +01:00
Erik Montnemery
586b4ab93d
Simplify Hue v2 color mode calculation ( #109857 )
2024-02-07 08:56:35 +01:00
Erik Montnemery
b420c65016
Fix hue fallback onoff colormode ( #109856 )
...
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2024-02-07 08:14:55 +01:00
starkillerOG
93a8b60c2b
Philips Hue restore brightness after transition ( #101293 )
2023-10-25 07:46:49 +02:00
Marcel van der Veldt
6393171fa4
Adjust Hue integration to use Entity descriptions and translatable entity names ( #101413 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-10-09 14:14:07 +02:00
Marcel van der Veldt
b569cb61e9
Adopt Hue integration to latest changes in Hue firmware ( #101001 )
2023-09-27 23:36:12 +02:00
Joost Lekkerkerker
11a90016d0
Change Hue zigbee connectivity sensor into an enum ( #98632 )
2023-09-19 12:08:13 +02:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Marcel van der Veldt
6ed31840bc
Fix color mode attribute for both official and non official Hue lights ( #97683 )
2023-08-03 21:06:45 +02:00
Marcel van der Veldt
94870f05ee
Fix invalid ColorMode on (some) 3rd party Hue Color lights ( #97263 )
2023-07-26 16:43:02 +02:00
Marcel van der Veldt
2ae059d4fc
Add Event platform/entity to Hue integration ( #97256 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-26 16:42:01 +02:00
Erik Montnemery
7539cf25be
Don't require passing identifiers to DeviceRegistry.async_get_device ( #96479 )
...
* Require keyword arguments to DeviceRegistry.async_get_device
* Update tests
* Update tests
* Don't enforce keyword arguments
2023-07-13 13:39:25 -04:00
epenet
42b74e7f56
Adjust entity registry access in integrations (3) ( #88948 )
2023-03-01 08:24:56 +01:00
Marcel van der Veldt
36e6a879ad
Bump aiohue library to version 4.6.2 ( #88907 )
...
* Bump aiohue library to 4.6.2
* Fix long press (fixed in aiohue lib)
* fix test
2023-02-28 11:53:15 -05:00
Marcel van der Veldt
e74613f8be
Fix removal of non device-bound resources in Hue ( #88897 )
...
Fix removal of non device-bound resources (like entertainment areas)
2023-02-28 11:04:10 -05:00
Franck Nijhof
d3ed8de232
Update Ruff to v0.0.247 ( #88210 )
...
* Update Ruff to v0.0.247
* Fix new found violations
2023-02-15 16:46:03 -05:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ( #87792 )
...
* Move EntityCategory to homeassistant.const
* Fix more imports
2023-02-09 20:15:37 +01:00
epenet
810367b757
Fix `can not` typo ( #87254 )
2023-02-03 11:37:16 +01:00
Marcel van der Veldt
f8c6e4c20a
Add support for Hue Smart Scenes (Natural Lights) ( #85517 )
...
* 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
2023-01-30 23:32:37 -05:00
Franck Nijhof
8f74bff354
Enable Ruff PLC0414 ( #86799 )
2023-01-27 16:32:04 +01:00
Marc Mueller
40be2324cc
Update Union typing (5) [Py310] ( #86428 )
2023-01-23 09:06:26 +01:00
epenet
65750fec9b
Remove invalid state class in hue ( #85617 )
2023-01-10 16:37:35 +01:00
Marcel van der Veldt
c181fb6de0
Bump aiohue library to 4.6.1 ( #85504 )
...
* 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
* fix test fixture
* update tests
* fix scene test
2023-01-09 10:37:03 -05:00
Franck Nijhof
cb13418bab
String formatting and max line length - Part 2 ( #84393 )
2022-12-22 11:38:59 +01:00
Marcel van der Veldt
10e796e9d5
Fix issues with Color temperature conversions in Hue ( #83982 )
2022-12-21 23:28:41 +01:00
epenet
9580c4f1ec
Use UnitOfTemperature in integrations (e-h) ( #84305 )
2022-12-20 18:29:16 +01:00
Franck Nijhof
10db0d8bb1
Remove invalid device class from Hue connectivity sensor ( #83388 )
2022-12-06 11:28:14 +01:00
Marc Mueller
d8916c3e47
Use TriggerActionType [a-k] ( #76812 )
2022-08-15 20:26:49 +02:00
Marcel van der Veldt
223ea03492
Fix Hue events for relative_rotary devices (such as Hue Tap Dial) ( #76758 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-08-15 13:32:44 -04:00
epenet
ee5f1b1577
Adjust device_automation type hints in hue ( #72144 )
2022-05-23 14:59:12 +02:00
epenet
f4b252a51d
Cleanup hue async methods which are not awaiting ( #72097 )
2022-05-18 09:43:43 -07:00
epenet
d907eb2810
Use LightEntityFeature enum in hue ( #70987 )
2022-04-28 21:32:39 +03:00
epenet
965665213f
Use ColorMode enum in hue ( #70578 )
2022-04-24 09:29:51 -10:00
Marcel van der Veldt
538c8160f3
Adjust check for orphaned Hue device entries for grouped lights ( #69110 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-02 09:44:05 +02:00
Marcel van der Veldt
ee4eebea7d
Allow lowercase none for effect value in Hue lights ( #69111 )
2022-04-02 09:14:56 +02:00
Marcel van der Veldt
09f6785956
Add virtual device/service for Hue groups ( #68569 )
2022-03-29 20:33:05 -07:00
Marcel van der Veldt
dbef90654f
Add effects feature to Hue lights ( #68567 )
2022-03-23 15:13:01 -07:00
Marcel van der Veldt
ccd8c7d5f8
Hue aggregated control for grouped lights ( #68566 )
2022-03-23 13:06:10 -07:00
Marcel van der Veldt
dd1d7fdbab
Simplify Hue error handling a bit ( #68529 )
2022-03-22 21:59:06 -07:00
Marcel van der Veldt
7381c2114f
Remove color temperature workaround in Hue integration ( #68531 )
2022-03-22 21:57:04 -07:00
Marcel van der Veldt
8187541d41
Hue integration: update errors that should be supressed ( #68337 )
2022-03-19 13:27:04 -07:00
Marc Mueller
d7170f43c3
Add type ignore error codes [A-L] ( #66778 )
2022-02-18 09:38:15 +01:00
Marcel van der Veldt
8f4ec89be6
Bump aiohue to version 4.1.2 ( #66609 )
2022-02-15 17:26:13 -08:00
Marcel van der Veldt
ab0d512a5f
Add guard in Hue availability check ( #64062 )
2022-01-13 09:18:34 -08:00
Marcel van der Veldt
f999266c9a
Add additional service to set advanced Hue scene options ( #63035 )
2022-01-04 21:39:08 -08:00