epenet
48cc3071bb
Enforce ClimateEntityFeature ( #82329 )
2022-11-22 07:08:53 +01:00
J. Nick Koston
7df711f1f3
Show HomeKit Controller unhandled pairing error reason in the UI ( #82505 )
2022-11-21 21:24:35 -05:00
GitHub Action
0be2a3f182
[ci skip] Translation update
2022-11-22 00:26:32 +00:00
GitHub Action
3bea04e387
[ci skip] Translation update
2022-11-21 00:26:41 +00:00
epenet
7b4d4d11ac
Remove unused variable from homekit_controller ( #82307 )
2022-11-18 10:09:18 +01:00
epenet
18e30e7c06
Adjust type hints for MediaPlayerEntityFeature ( #82258 )
2022-11-17 13:58:34 +01:00
epenet
1b80c66195
Adjust type hints for FanEntityFeature ( #82241 )
...
* Adjust type hints for FanEntityFeature
* Adjust template default
2022-11-17 10:30:39 +01:00
epenet
17573196c8
Adjust type hints for CoverEntityFeature ( #82238 )
2022-11-17 08:39:44 +01:00
epenet
e85e79052b
Improve climate type hints for supported_features ( #82223 )
2022-11-16 23:07:48 +02:00
J. Nick Koston
248b93f112
Update aiohomekit to 2.3.0 ( #82164 )
2022-11-15 20:38:31 -06:00
J. Nick Koston
9c0a3cdae0
Fix homekit_controller comment ( #82111 )
2022-11-14 21:18:10 -06:00
J. Nick Koston
1ded3ac51e
Poll HomeKit Controller locks for state after lock operation ( #82058 )
2022-11-14 10:54:28 -06:00
J. Nick Koston
5621dfe419
Small cleanups for HomeKit Controller ( #81933 )
2022-11-10 17:07:30 -06:00
J. Nick Koston
438184a43c
Bump aiohomekit to 2.2.19 ( #81867 )
2022-11-09 10:01:12 -06:00
Jc2k
9de4d7cba3
Fix homekit_controller climate entity not becoming active when changing modes ( #81868 )
2022-11-09 15:27:36 +00:00
J. Nick Koston
3cfcb93d70
Bump aiohomekit to 2.2.18 ( #81693 )
2022-11-06 18:04:45 -06:00
J. Nick Koston
3630de909c
Bump aiohomekit to 2.2.17 ( #81657 )
...
Improve BLE pairing reliability, especially with esp32 proxies
changelog: https://github.com/Jc2k/aiohomekit/compare/2.2.16...2.2.17
2022-11-06 09:47:07 -06:00
J. Nick Koston
64a29fddb4
Bump aiohomekit to 2.2.16 ( #81621 )
2022-11-05 15:58:11 -05:00
J. Nick Koston
454f328a36
Bump aiohomekit to 2.2.14 ( #81454 )
2022-11-03 11:14:01 +01:00
J. Nick Koston
f445b96a4e
Bump aiohomekit to 2.2.13 ( #81398 )
2022-11-02 11:08:16 +01:00
J. Nick Koston
054a271bd2
Bump aiohomekit to 2.2.12 ( #81372 )
...
* Bump aiohomekit to 2.2.12
Fixes a missing lock which was noticable on the esp32s
since they disconnect right away when you ask for gatt
notify.
https://github.com/Jc2k/aiohomekit/compare/2.2.11...2.2.12
* empty
2022-11-02 00:00:04 +02:00
J. Nick Koston
9be204629b
Bump aiohomekit to 2.2.11 ( #81358 )
2022-11-01 16:44:58 +00:00
J. Nick Koston
4f5aad9d6d
Bump aiohomekit to 2.2.10 ( #81312 )
2022-10-31 12:29:12 -05:00
J. Nick Koston
225be6fc2e
Bump aiohomekit to 2.2.9 ( #81254 )
2022-10-30 10:35:39 -05:00
Jc2k
eb76f9b3cb
Set the correct state class for Eve Energy in homekit_controller ( #81255 )
2022-10-30 10:32:19 -05:00
J. Nick Koston
208150c353
Restore homekit_controller BLE broadcast_key from disk ( #81211 )
...
* Restore homekit_controller BLE broadcast_key from disk
Some accessories will sleep for a long time and only send broadcasted
events which makes them have very long connection intervals to save
battery. Since we need to connect to get a new broadcast key we now
save the broadcast key between restarts to ensure we can decrypt
the advertisments coming in even though we cannot make a connection
to the device during startup. When we get a disconnected event later
we will try again to connect and the device will be awake which will
trigger a full sync
* bump bump
2022-10-29 15:05:59 -04:00
J. Nick Koston
5c521a4c0e
Bump aiohomekit to 2.2.7 ( #81163 )
...
changelog: https://github.com/Jc2k/aiohomekit/compare/2.2.6...2.2.7
2022-10-28 18:31:30 -04:00
J. Nick Koston
b7a651519b
Bump aiohomekit to 2.2.6 ( #81144 )
2022-10-28 12:05:48 -05:00
J. Nick Koston
28b3d1fc7a
Bump aiohomekit to 2.2.5 ( #81048 )
2022-10-26 17:05:09 -05:00
J. Nick Koston
c5688072fd
Bump aiohomekit to 2.2.4 ( #80899 )
2022-10-24 19:40:13 +02:00
Jc2k
4279d73800
Add support for Netatmo noise sensor to homekit_controller ( #80889 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-10-24 10:31:26 -05:00
J. Nick Koston
1f8a9ed3c7
Bump aiohomekit to 2.2.3 ( #80891 )
2022-10-24 09:38:28 -05:00
J. Nick Koston
a7610909de
Fix HKC exceptions during BLE startup not being caught ( #80882 )
2022-10-24 09:29:13 -05:00
J. Nick Koston
82eb17e12a
Bump aiohomekit to 2.2.2 ( #80857 )
...
* Bump aiohomekit to 2.2.2
changelog: https://github.com/Jc2k/aiohomekit/compare/2.2.1...2.2.2
* ci bump
2022-10-23 20:29:20 -05:00
J. Nick Koston
3c40634fbb
Try again to populate HKC BLE accessory state after startup ( #80854 )
2022-10-23 18:04:42 -05:00
J. Nick Koston
3df73259dd
Prevent HomeKit Controller BLE connect retries from blocking startup ( #80827 )
2022-10-23 13:41:32 -05:00
J. Nick Koston
dd39ddca2f
Bump aiohomekit to 2.2.0 ( #80798 )
2022-10-23 07:13:44 +01:00
J. Nick Koston
551b3374f1
Bump aiohomekit to 2.1.1 ( #80560 )
...
fixes #80455
changelog: https://github.com/Jc2k/aiohomekit/compare/2.1.0...2.1.1
2022-10-18 22:57:32 +03:00
J. Nick Koston
4bfadb6745
Bump aiohomekit to 2.1.0 for bleak 0.19.0 ( #80426 )
...
changelog: https://github.com/Jc2k/aiohomekit/compare/2.0.2...2.1.0
2022-10-16 18:08:44 +03:00
J. Nick Koston
40600991b3
Handle TimeoutError during HKC setup attempts ( #80399 )
...
closes https://github.com/Jc2k/aiohomekit/issues/188
2022-10-16 15:14:15 +03:00
J. Nick Koston
79e0725359
Bump aiohomekit to 2.0.2 ( #80402 )
2022-10-15 14:08:26 -10:00
J. Nick Koston
d12cbab6c4
Bump bleak to 0.19.0 ( #80349 )
2022-10-15 13:57:23 -04:00
J. Nick Koston
f23b1750e8
Migrate HomeKit Controller to use stable identifiers ( #80064 )
2022-10-11 11:26:03 -10:00
Jc2k
117c12d135
Fix Eve Thermo always showing as heating in homekit_controller even when off ( #80019 )
2022-10-10 08:58:20 -10:00
GitHub Action
ed565a6eb1
[ci skip] Translation update
2022-10-09 00:30:44 +00:00
GitHub Action
558b327928
[ci skip] Translation update
2022-10-06 00:31:54 +00:00
GitHub Action
12358f2446
[ci skip] Translation update
2022-10-03 00:31:05 +00:00
J. Nick Koston
d11916758c
Handle timeout on pairing close in HomeKit Controller ( #79133 )
2022-09-27 07:51:42 -10:00
J. Nick Koston
87e0c555db
Bump aiohomekit to 2.0.1 ( #79080 )
2022-09-25 21:43:38 -10:00
J. Nick Koston
92612c9fe3
Add RSSI sensor to HomeKit Controller ( #78906 )
2022-09-25 21:31:56 -04:00