Commit graph

10 commits

Author SHA1 Message Date
J. Nick Koston
723dcbafca
Complete fan speed transition from () 2022-03-09 10:38:12 +01:00
Franck Nijhof
176f03d4ac
Allow toggles (switches) state to be None () 2022-01-23 11:31:01 +01:00
Robert Hillis
488a636aec
Clean up unused loggers () 2021-10-14 10:03:38 -07:00
jan iversen
1cc850877f
strictly type: fan.py, light.py, switch.py. () 2021-09-23 18:35:50 +01:00
jan iversen
02459e6813
Convert last properties in modbus to _attr_variable () 2021-08-08 23:23:21 +02:00
jan iversen
e8aa280d7f
Add modbus get_hub ()
* Add dict with hubs.

* Update flexit to use get_hub.

* Remove executor_task for close.
2021-08-08 22:48:33 +02:00
jan iversen
47f016b340
Remove old config from cover, including tests ()
* Remove old config and standardize new config.

* Add missing safeguard.
2021-05-28 11:29:37 +02:00
jan iversen
8721675218
Use BaseSwitch class in modbus switch/fan/light () 2021-05-24 20:13:25 +02:00
jan iversen
c74e65ac2d
Streamline modbus test_init ()
* Streamline test_init.

* Review comments.

* Remove hub name.
2021-05-24 14:53:54 +02:00
Vladimír Záhradník
c979101a02
Add Modbus fan integration ()
* Add Modbus fan entity

* Update to PR.

* Pylint.

Co-authored-by: jan Iversen <jancasacondor@gmail.com>
2021-05-21 09:56:47 +02:00