Jc2k
|
714a952d73
|
Enable types from aiohomekit to be used by mypy for homekit_controller (#65433)
|
2022-02-03 10:18:03 -06:00 |
Jc2k
|
9f5d77e0df
|
Add missing type hints to homekit_controller (#65368)
|
2022-02-01 13:30:37 -06:00 |
Jc2k
|
0f88790303
|
Refactor homekit_controller to prepare for more typing information (#65329)
|
2022-01-31 16:48:16 -06:00 |
epenet
|
1f35ad08e2
|
Add basic type hints to homekit_controller (#62880)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-12-28 18:24:40 +00:00 |
epenet
|
10f57cf1f5
|
Use new enums in homekit-controller (#61689)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-12-13 17:04:21 +01:00 |
Jc2k
|
1681bbe5a5
|
Make sure that vocolinc flowerbud humidity sensor is exposed (via homekit_controller) (#53518)
* Make sure that vocolinc flowerbud humidity sensor is exposed
* Was a no-op to request these from humidifier, so remove them
* Fix typo
|
2021-07-26 16:11:27 -05:00 |
Franck Nijhof
|
fcdd8b11a6
|
Collection of changing entity properties to class attributes - 2 (#51345)
|
2021-06-01 12:43:55 -07:00 |
Marc Mueller
|
5cdd945f44
|
Update typing 08 (#48058)
|
2021-03-18 09:25:40 +01:00 |
Jc2k
|
3e1f2a5103
|
Refactor how entities are created for homekit_controller services (#43242)
|
2020-11-16 23:11:39 +00:00 |
Austin Drummond
|
d1566bd210
|
Add HomeKit humidifier/dehumidifier (#42311)
* add HomeKit humidifier/dehumidifier
* added more test coverage
* simplified char logic
Co-authored-by: Quentame <polletquentin74@me.com>
* use mode constants
* Renamed HomeKit Contorller
Co-authored-by: Quentame <polletquentin74@me.com>
* improved threshold logic
* split up homekit humidifier into 2 entities
* fixed tests
* fixed mode and switch logic
* added set mode tests
* removed redundant methods present in base class
Co-authored-by: Quentame <polletquentin74@me.com>
|
2020-11-14 17:59:13 +00:00 |