1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-21 22:37:07 +00:00

10 Commits

Author SHA1 Message Date
Franck Nijhof
2b037efee2
Cleanup of HomeWizard button platform () 2023-01-16 11:57:08 +01:00
Franck Nijhof
fa0d653216
Update python-homewizard-energy to 1.5.0 ()
* Update python-homewizard-energy to 1.5.0

* Remove strict typing for now

* Revert "Remove strict typing for now"

This reverts commit ebcd327fdf3e10abcaabd6cd86a0bfc101b32fb1.

* Adjust typing to resolve upstream changes
2023-01-16 09:23:03 +01:00
Duco Sebel
c2d372dd13
Fix HomeWizard code quality issues ()
* Sort platforms a-z

* Collect all switch entities and load in a single call

* Add test for button press
2022-11-30 10:28:28 +01:00
Duco Sebel
367b5e586b
Add support for HomeWizard identify feature ()
* Add support for Identify feature

* Add tests for button

* Use only identifiers for device_info

* Update homeassistant/components/homewizard/button.py
2022-11-27 20:48:35 -05:00
Duco Sebel
27bd1520e8
Add support for HomeWizard enable/disable cloud feature () 2022-11-27 14:26:15 -05:00
Duco Sebel
a969f69fd5
Add support for controlling HomeWizard Energy Socket status light level ()
* Add control option for Energy Socket status LED

* Add tests for number

* Fix failing tests in switch

* Fix comments

* Adjust name

* Simplify device_info
2022-11-23 11:47:32 -05:00
Duco Sebel
88c49f034a
Use 'python-homewizard-energy' dependency for HomeWizard ()
* Update requirement

* Remove aiohwenergy and use python-homewizard-energy

* Update test to work with python-homewizard-energy

* Bumb python-homewizard-energy to 1.0.3
2022-05-25 09:05:11 +02:00
Duco Sebel
f2fe091979
Allow HomeWizard devices with disabled api to show up in discovery () 2022-02-08 14:51:28 -08:00
Duco Sebel
53e9a2451e
Add switch platform to HomeWizard Energy ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-01-21 10:44:56 +01:00
Duco Sebel
8f6e24aa1e
Add HomeWizard Energy integration ()
Co-authored-by: Matthias Alphart <farmio@alphart.net>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-01-10 16:23:31 -08:00