1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-22 12:47:08 +00:00

12 Commits

Author SHA1 Message Date
Robert Svensson
506240be10
Streamline naming in deCONZ integration () 2024-03-18 22:08:06 +01:00
Robert Svensson
ffcbab1c20
Split out deCONZ hub ()
* Rename DeconzGateway to DeconzHub

* Move gateway.py to hub/hub.py
2024-03-10 08:25:12 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
Franck Nijhof
2c003d8c10
Remove Deconz entity descriptions required fields mixins () 2023-11-16 16:05:29 +01:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
Robert Svensson
ff3d3088ee
Add Aqara FP1 support to deCONZ integration () 2022-08-30 23:33:05 -04:00
Robert Svensson
ac85a3ce64
Use pydeconz interface controls for button platform () 2022-07-07 21:13:03 +03:00
Robert Svensson
e60b247b51
Simplify setup of deCONZ platforms () 2022-05-24 20:48:09 -07:00
Robert Svensson
0726bc2cab
Streamline setup of deCONZ button platform ()
* Streamline setup of deCONZ button platform

* Update homeassistant/components/deconz/button.py

Co-authored-by: J. Nick Koston <nick@koston.org>

Co-authored-by: J. Nick Koston <nick@koston.org>
2022-04-24 22:58:36 +02:00
Robert Svensson
83fde83279
Move deCONZ group and scene imports to reflect the changes in pydeconz ()
* Move deCONZ scene imports to reflect the changes in pydeconz

* Move deCONZ group imports to reflect the changes in pydeconz

* Use common resourcegroup rather than 5 different imports in gateway
2022-04-24 10:09:58 +02:00
Robert Svensson
d6d7f3cb3c
Bump pydeconz to v88 () 2022-04-05 13:44:04 -07:00
Robert Svensson
dd9b14d5c9
Add Button platform to deCONZ integration ()
* Improve scene platform

* Add button platform, tests and fix tests affected by new entities existing

* Remove unnused property

* Bump dependency to v87
2022-02-16 17:55:30 +01:00