Michał Huryn
b5af96e4bb
Bump blebox_uniapi to 2.0.0 and adapt integration ( #73834 )
2022-06-29 11:57:55 +02:00
epenet
7d2363ad22
Use light enums in tests ( #70801 )
2022-04-26 16:32:00 +02:00
epenet
e51ed7a11b
Use climate enums in blebox ( #70628 )
...
* Use climate enums in blebox
* Adjust tests
2022-04-25 13:17:46 +02:00
Franck Nijhof
176f03d4ac
Allow toggles (switches) state to be None ( #64621 )
2022-01-23 11:31:01 +01:00
Dave T
f55668ff40
Use DeviceClass Enums in blebox tests ( #62109 )
2021-12-17 08:28:31 +01:00
Erik Montnemery
49a27e12ad
Add support to entity registry for overriding device_class ( #59985 )
2021-11-22 08:38:06 -08:00
Erik Montnemery
2583e4bdc9
Add support for RGBW color to blebox light ( #49562 )
2021-05-24 12:24:07 +02:00
Ville Skyttä
19d25cd901
Change config entry state to an enum ( #49654 )
...
* Change config entry state to an enum
* Allow but deprecate EntryState str equality comparison
* Test fixes
* Rename to ConfigEntryState
* Remove str comparability backcompat
* Update new occurrences of strs cropped up during review
2021-05-20 19:19:20 +02:00
Erik Montnemery
78b21b1ad1
Update tests a-b to use async_get() instead of async_get_registry() ( #47651 )
2021-03-09 14:24:34 +01:00
Ville Skyttä
dc880118a4
Lint suppression cleanups ( #47248 )
...
* Unused pylint suppression cleanups
* Remove outdated pylint bug references
* Add flake8-noqa config and note to run it every now and then
* Add codes to noqa's
* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
Franck Nijhof
65cf2fcb6f
Drop asynctest ( #44746 )
2021-01-01 22:31:56 +01:00
Paulus Schoutsen
5dac3883b0
Stub light profiles ( #42232 )
2020-10-23 16:28:21 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
gadgetmobile
dc2fe66f29
Clean up blebox climate ( #36143 )
2020-05-26 13:29:19 +02:00
gadgetmobile
a22a86e4d2
Add Blebox climate support ( #35373 )
...
* support BleBox climate
* refactor entity async_setup_entry functions
* use constants and simplify hvac mode setting
* apply fixes from review requests in #35370
* remove unneeded const mappings
2020-05-25 14:45:01 -05:00
gadgetmobile
93fddbed2b
Fix review requests for BleBox support from #35370 ( #35786 )
...
* fix review requests from #35370
* fix pylint W0621 (redefined-outer-name)
2020-05-18 22:30:15 +02:00
gadgetmobile
902eb187ef
Add Blebox lights support ( #35370 )
...
* add BleBox lights support
* cherry pick refactoring from #35552
* Inherit from LightEntity instead of Light
Co-authored-by: J. Nick Koston <nick@koston.org>
* import LightEntity instead of Light
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-17 18:54:32 -05:00
gadgetmobile
6e0359efa6
Add Blebox air quality support ( #35372 )
...
* support BleBox air-quality
* fixed switch tests via cherry-pick from #35552
* fix test after cherry-picking
* fix flake8 issues
2020-05-16 10:51:37 -05:00
gadgetmobile
890013cecf
Add Blebox switch support ( #35371 )
...
* support BleBox switches
* fix tox py37 test failures
* refactor BleBox device class map
2020-05-15 16:48:17 -05:00
gadgetmobile
53771bd576
support BleBox sensor ( #35374 )
2020-05-12 09:10:03 -05:00
gadgetmobile
9e3a8899c8
Increase coverage and cleanup BleBox cover ( #35369 )
...
* increase coverage and cleanup BleBox cover
* test entity properites via the `state` property
* properly test entity properities
* properly mock io call
2020-05-10 12:22:26 +02:00
gadgetmobile
8e071b69f4
Add BleBox integration ( #32664 )
...
Co-Authored-By: J. Nick Koston <nick@koston.org>
2020-05-05 11:29:58 +02:00