epenet
4f6a5bb65b
Standardize homeassistant imports in component (c-d) ( #136823 )
2025-01-29 11:37:16 +01:00
epenet
b43379be7d
Standardize `helpers.xxx_registry` imports ( #136688 )
...
Standardize registry imports
2025-01-28 08:48:34 +01:00
epenet
439a393816
Use runtime_data in deconz ( #136412 )
...
* Use runtime_data in deconz
* Adjust master logic
* Simplify
* Move DeconzConfigEntry definition
* More TYPE_CHECKING
* Apply suggestions from code review
2025-01-27 10:16:57 +01:00
epenet
ddf071c80e
Move deconz function to util.py ( #136414 )
2025-01-25 08:41:54 +01:00
epenet
829fab5371
Cleanup update_listener in deconz ( #136416 )
2025-01-25 08:40:22 +01:00
epenet
bc8a2b58d3
Use new ServiceInfo location in components (part 1) ( #135682 )
2025-01-15 15:43:46 +01:00
Robert Svensson
fd12ae2ccd
Handle deCONZ color temp 0 is never used when calculating kelvin CT ( #134521 )
2025-01-03 10:51:20 +01:00
epenet
f2674f3262
Set default min/max color temperature in deconz lights ( #133333 )
2024-12-16 09:49:18 +01:00
epenet
b139af9a9c
Migrate deconz lights to use Kelvin ( #132698 )
...
* Use ATTR_COLOR_TEMP_KELVIN in kelvin light
* Adjust
2024-12-09 21:46:46 +01:00
G Johansson
768c2b0f3d
Remove _enable_turn_on_off_backwards_compatibility A-F ( #132417 )
...
Remove _enable_turn_on_off_backwards_compatibility A-G
2024-12-05 21:46:59 +01:00
epenet
17afe1ae51
Remove deprecated supported features warning in FanEntity ( #132369 )
2024-12-05 20:32:59 +01:00
Joost Lekkerkerker
e6225e3dcc
Drop current quality scale ( #131072 )
2024-11-20 20:54:15 +01:00
epenet
1e42a38473
Remove usage of options property in OptionsFlow (part 2) ( #129897 )
2024-11-05 19:53:05 +01:00
epenet
6d561a9796
Remove deprecated property setters in option flows ( #129773 )
2024-11-04 14:21:26 +01:00
Robert Resch
380974eed4
Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper ( #127228 )
...
* Remove hassio from ALLOWED_USED_COMPONENTS
* Move HassioServiceInfo to helpers.service_info
* Deprecate moved functions
* Add note about deprecation
* Fix tests
* Implement suggestion
* Typo
* Update pyproject.toml
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-10-30 12:43:41 +01:00
G Johansson
cdfec7ebb4
Implement new state property for alarm_control_panel which is using an enum ( #126283 )
...
* Alarm state from enum
* Fixes
* Set final
* Fix rebase
* Test const
* Fix breaking version
* Fix other for alarm_control_panel
* Fix integrations
* More
* More
* More
* More
* Fix zha
* Replace _attr_state
* Fix alarm_control_panel
* Fix tests
* Fixes
* Mods
* Change some
* More
* More
* More
* Tests
* Last tests
* Return enum
* Fix zha
* Remove not needed check
* Fix wording
* Fix homekit
* Mod prometheus
* Fix mypy
* Fix homekit
* Fix ifttt
2024-10-21 22:54:27 +02:00
Hans Kröner
a815661de1
Add lighting effects to Hue lights managed by deCONZ ( #128292 )
...
* Add more effects for Philips Hue lights
* Update tests for light effects
2024-10-19 09:09:01 +02:00
Hans Kröner
f47a012c62
Bump pydeconz to v118 ( #128289 )
2024-10-13 19:37:02 +02:00
BlueMöhre
bcbba04f27
Add deCONZ IKEA RODRET device trigger ( #128121 )
...
add config for RODRET
2024-10-10 21:49:55 +02:00
BlueMöhre
af08b73280
Add deconz IKEA SOMRIG device trigger ( #127464 )
...
add config for SOMRIG
2024-10-10 18:24:23 +02:00
Marc Mueller
4cd6813d16
Update mypy-dev to 1.12.0a5 ( #127181 )
...
* Update mypy-dev to 1.12.0a5
* Fix enable_incomplete_feature
* Fix vlc_telnet
* Fix deconz
2024-10-02 12:00:59 +02:00
c0ffeeca7
866ffcf639
Use bold to markup UI strings ( #126748 )
...
* Use bold to markup UI strings
* Use bold to markup UI strings
2024-09-25 15:33:23 +02:00
Erik Montnemery
c638537731
Use 'select' instead of 'click' or 'press' when guiding users in flows ( #126731 )
2024-09-25 13:37:43 +02:00
epenet
4fcfbd8134
Rename deconz base entity module ( #126041 )
...
* Move and rename deconz base entity to separate module
* Cancel rename
2024-09-20 23:40:08 +02:00
epenet
6bc2d11c5e
Add base Entity class to enforce-class-module pylint plugin ( #126026 )
...
* Add base Entity class to enforcé-class-module pylint plugin
* Ignore bluetooth
* Ignore hue
* Ignore dominos
* Ignore ffmpeg
* Ignore mqtt
* Ignore microsoft_face
* Ignore plant
* Ignore point
* Ignore rfxtrx
* Ignore template
* Ignore tag
* Ignore deconz
2024-09-18 20:38:45 +02:00
epenet
0281e95f2e
Prefer __all__ over F401 ignore ( #126189 )
2024-09-18 11:29:23 +02:00
epenet
6ef1dd56f5
Use root import for device_automation ( #125836 )
2024-09-12 17:01:25 +02:00
epenet
e0a221ba1f
Add alias to DOMAIN import in deconz ( #125568 )
2024-09-09 19:27:06 +02:00
Robert Svensson
73f04e3ede
Add filter run time for deCONZ air purifiers ( #123306 )
...
* Add filter run time for deCONZ air purifiers
* Add duration and second
* Fix review comments
* Update tests/components/deconz/snapshots/test_sensor.ambr
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-06 15:41:49 +02:00
Erik Montnemery
fce2e21c9f
Update icons.json to new service schema part 1 ( #124768 )
2024-08-28 13:47:02 +02:00
Robert Svensson
9e13184256
Add deCONZ Air Purifier Fan Mode select entity support ( #124513 )
...
* Add deCONZ Air Purifier Fan Mode select entity support
* Remove unused constants
2024-08-24 09:51:09 +02:00
epenet
8066c7dec6
Fix implicit-return in deconz ( #122836 )
2024-07-30 17:21:45 +02:00
Robert Svensson
b41b7aeb5b
Remove validation of state==UNAVAILABLE on config entry unload in deCONZ test ( #122558 )
...
Only test remove entry marks entities unavailable in one place
2024-07-26 10:06:58 +02:00
G Johansson
ca4c617d4b
Add TURN_OFF/TURN_ON feature flags for fan ( #121447 )
2024-07-19 11:35:24 +02:00
epenet
e7ce01e649
Enforce namespace import in components ( #118218 )
2024-05-27 12:50:11 +02:00
agrauballe
ef138eb976
Deconz - Added trigger support for Aqara WB-R02D mini switch ( #117917 )
...
Added support for Aqara WB-R02D mini switch
Co-authored-by: agr <agr@kamstrup.com>
2024-05-23 18:04:37 +02:00
Robert Svensson
5abf77662a
Support carbon dioxide and formaldehyde sensors in deCONZ ( #117877 )
...
* Add formaldehyde sensor
* Add carbon dioxide sensor
* Bump pydeconz to v116
2024-05-22 07:33:55 +02:00
Marc Mueller
d44f949b19
Use PEP 695 misc (2) ( #117814 )
2024-05-21 09:45:57 +02:00
Marc Mueller
f50973c76c
Use PEP 695 misc ( #117788 )
2024-05-20 12:01:49 +02:00
Marc Mueller
b93312b62c
Use PEP 695 for class annotations (1) ( #117775 )
2024-05-20 10:42:57 +02:00
Robert Svensson
bbfc2456ec
Improve syncing light states to deCONZ groups ( #117588 )
2024-05-17 08:44:09 +02:00
Robert Svensson
0e3c0ccfd8
Remove old deCONZ entity cleanup ( #117590 )
2024-05-16 21:42:09 -04:00
Robert Svensson
657b3ceedc
Rework deCONZ services to load once and never unload ( #117592 )
...
* Rework deCONZ services to load once and never unload
* Fix hassfest
2024-05-16 21:41:23 -04:00
Sid
8e98ba7312
Add first batch of Ruff PYI rules ( #115100 )
...
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2024-04-07 11:30:50 -10:00
J. Nick Koston
aa52688d4b
Avoid linear search of the device registry in deconz ( #114803 )
2024-04-03 21:02:18 -10:00
Sid
6587ee20db
Enable Ruff TRY300 ( #114437 )
...
* Enable Ruff TRY300
* Update validation.py
* Address review comments
2024-03-30 10:37:59 +01:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ( #112690 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Robert Svensson
506240be10
Streamline naming in deCONZ integration ( #111977 )
2024-03-18 22:08:06 +01:00
Robert Svensson
3ba29c361a
Remove old update of group unique id in deCONZ ( #112533 )
2024-03-15 21:09:44 +02:00
Robert Svensson
9c2c7f1a45
Remove old update of number unique id in deCONZ ( #113524 )
2024-03-15 21:08:18 +02:00