Jc2k
c8177f48ce
Fix homekit_controller climate entity not becoming active when changing modes ( #81868 )
2022-11-16 15:41:21 +01:00
J. Nick Koston
930dc3615e
Bump aiohomekit to 2.2.19 ( #81867 )
2022-11-16 15:41:18 +01:00
J. Nick Koston
823ec88c52
Bump aiohomekit to 2.2.18 ( #81693 )
2022-11-08 12:43:18 +01:00
J. Nick Koston
2684a6e8ed
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-08 12:33:13 +01:00
J. Nick Koston
6fa69022f4
Bump aiohomekit to 2.2.16 ( #81621 )
2022-11-08 12:32:48 +01:00
J. Nick Koston
d4b7c00ed6
Bump aiohomekit to 2.2.14 ( #81454 )
2022-11-03 17:00:35 +01:00
J. Nick Koston
a6e745b687
Bump aiohomekit to 2.2.13 ( #81398 )
2022-11-02 12:46:16 +01:00
J. Nick Koston
a5f209b219
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 12:46:02 +01:00
J. Nick Koston
1efec8323a
Bump aiohomekit to 2.2.11 ( #81358 )
2022-11-01 13:09:42 -04:00
J. Nick Koston
9b4f2df8f3
Bump aiohomekit to 2.2.10 ( #81312 )
2022-10-31 21:23:09 -04:00
Jc2k
5f81f968ee
Set the correct state class for Eve Energy in homekit_controller ( #81255 )
2022-10-31 09:49:47 -04:00
J. Nick Koston
9d88c95314
Bump aiohomekit to 2.2.9 ( #81254 )
2022-10-31 09:49:46 -04:00
J. Nick Koston
d0a0285dd9
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:07:21 -04:00
J. Nick Koston
f5fe3ec50e
Bump aiohomekit to 2.2.7 ( #81163 )
...
changelog: https://github.com/Jc2k/aiohomekit/compare/2.2.6...2.2.7
2022-10-28 22:08:21 -04:00
J. Nick Koston
2bfd4e79d2
Bump aiohomekit to 2.2.6 ( #81144 )
2022-10-28 22:08:18 -04:00
J. Nick Koston
b5615823ba
Bump aiohomekit to 2.2.5 ( #81048 )
2022-10-27 17:30:12 -04: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
GitHub Action
39ddc37d76
[ci skip] Translation update
2022-09-26 00:30:11 +00:00
J. Nick Koston
917cf674de
Handle battery services that only report low battery in HomeKit Controller ( #79072 )
2022-09-25 12:08:28 -10:00
Jc2k
ffd88ab50e
Enable Thread transport in homekit_controller ( #78994 )
2022-09-23 16:09:10 +01:00
Jc2k
e7b594b5cf
Fix parsing Eve Energy characteristic data ( #78880 )
2022-09-21 05:41:01 -10:00
GitHub Action
1f92804211
[ci skip] Translation update
2022-09-19 00:27:46 +00:00
J. Nick Koston
cd8a5ea1e2
Fix reconnect race in HomeKit Controller ( #78629 )
2022-09-17 05:13:33 -05:00
J. Nick Koston
4168892d0a
Bump aiohomekit to 1.5.8 ( #78515 )
2022-09-15 13:25:50 +02:00
epenet
ada1cff4b1
Use new media player enums in homekit_controller ( #78105 )
...
* Use new media player enums in homekit_controller
* Replace OK/PROBLEM with ON/OFF
* Fix tests
2022-09-15 12:00:52 +02:00
J. Nick Koston
be52b66f6c
Bump aiohomekit to 1.5.7 ( #78369 )
2022-09-13 15:00:45 -04:00
epenet
1dff0075b0
Import humidifier constants from root ( #78343 )
2022-09-13 14:05:36 +02:00
GitHub Action
955f3b7083
[ci skip] Translation update
2022-09-13 00:29:19 +00:00
epenet
ac3534cba1
Import number constants from root ( #78248 )
2022-09-12 18:14:49 +02:00
J. Nick Koston
5a9dfa9df9
Bump aiohomekit to 1.5.6 ( #78228 )
2022-09-11 12:19:12 -04:00