J. Nick Koston
0ebc97ad85
Bump yalexs-ble to 2.3.1 ( #102502 )
2023-10-21 14:30:53 -10:00
J. Nick Koston
b66437ff7b
Bump yalexs-ble to 2.3.0 ( #100007 )
2023-09-09 17:34:11 -05:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
J. Nick Koston
b7bcc1eae4
Bump yalexs-ble to 2.2.3 ( #96927 )
2023-07-20 22:20:15 +02:00
Joost Lekkerkerker
d361caf6c4
Add entity translations to Yalexs BLE ( #96827 )
2023-07-18 11:04:24 +02:00
J. Nick Koston
c5b20ca91b
Bump yalexs-ble to 2.2.1 ( #96808 )
2023-07-18 09:29:42 +02:00
J. Nick Koston
5f46436057
Bump yalexs-ble to 2.2.0 ( #96460 )
2023-07-13 06:43:50 -10:00
Joost Lekkerkerker
849aa5d9ef
Use explicit device name for Yalexs BLE ( #96105 )
2023-07-07 19:15:41 +02:00
J. Nick Koston
985fb3cd5d
Bump yalexs-ble to 2.1.18 ( #94547 )
2023-06-13 18:32:43 +02:00
J. Nick Koston
763b898621
Add always connected option to Yale Access Bluetooth ( #93224 )
...
* Add always connected option to Yale Access Bluetooth
If the lock does not support push updates via advertisements or you want lock operation to be more responsive, you can enable always connected mode. Always connected will cause the lock to stay connected to Home Assistant via Bluetooth, which will use more battery.
* Update homeassistant/components/yalexs_ble/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-05-18 10:48:04 -05:00
J. Nick Koston
af1bac8745
Disconnect yale access locks at the stop event ( #93192 )
2023-05-17 13:25:28 +02:00
J. Nick Koston
74e0341d83
Bump yalexs-ble to 2.1.16 ( #92034 )
2023-04-25 18:53:08 -05:00
Erik Montnemery
1ca7f0dc6a
Tweak yalexs_ble translations ( #90582 )
2023-03-31 15:50:49 +02:00
J. Nick Koston
3bebd4318e
Bump yalexs-ble to 2.1.14 ( #90474 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.1.13...v2.1.14
reduces ble traffic (fixes a bug were we were checking when we did not need to be)
2023-03-29 17:24:47 -04:00
J. Nick Koston
b58c90602f
Bump yalexs-ble to 2.1.13 ( #90442 )
2023-03-29 09:39:44 +02:00
J. Nick Koston
058a2c9d83
Bump yalexs-ble to 2.1.12 ( #90381 )
2023-03-28 00:41:51 +02:00
J. Nick Koston
a733ca96a2
Bump yalexs-ble to 2.1.9 ( #90320 )
2023-03-27 00:17:32 +02:00
J. Nick Koston
f8431278c8
Bump yalexs-ble to 2.1.6 ( #90295 )
2023-03-26 11:05:21 +02:00
J. Nick Koston
bd08d88812
Bump yalexs-ble to 2.1.5 ( #90287 )
...
Bump yalexs-ble 2.1.5
Some of the lever locks need a bit longer debounce time
since they still report stale state for up to 6s
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.1.4...v2.1.5
2023-03-25 23:27:35 -04:00
J. Nick Koston
668b2726fe
Bump yalexs-ble to 2.1.4 ( #90276 )
2023-03-25 10:12:48 -10:00
J. Nick Koston
2cb4ec82df
Bump yalexs-ble to 2.1.2 ( #90156 )
2023-03-23 10:08:06 +01:00
J. Nick Koston
7158dbc142
Bump yalexs-ble to 2.1.1 ( #90015 )
...
* Bump yalexs-ble to 2.1.1
There was another task that could be prematurely GCed
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.1.0...v2.1.1
* fixes
2023-03-20 23:49:30 -04:00
J. Nick Koston
ecf6922ade
Bump yalexs_ble to 2.1.0 ( #89772 )
...
switches to using cryptography to reduce the number of deps
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.0.4...v2.1.0
2023-03-15 23:47:26 -04:00
J. Nick Koston
d219e7c8b1
Bump yalexs-ble to 2.0.4 ( #88798 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.0.3...v2.0.4
2023-02-26 21:06:27 -05:00
J. Nick Koston
27ebee1501
Fix untrapped exceptions during Yale Access Bluetooth first setup ( #88642 )
2023-02-23 08:18:55 +01:00
J. Nick Koston
4f4defc055
Bump yalexs-ble to 2.0.2 ( #88513 )
2023-02-20 16:25:50 -06:00
J. Nick Koston
714328d2ca
Handle key change in Yale Access Bluetooth after first connect ( #88282 )
2023-02-18 10:40:51 +01:00
J. Nick Koston
b2a1df19a0
Switch yalexs_ble to use no_devices_found ( #88267 )
2023-02-16 22:50:49 +01:00
J. Nick Koston
f237bb14ca
Add strict typing to yalexs_ble ( #88086 )
...
* Add strict typing to yalexs_ble
* Add strict typing to yalexs_ble
* Add strict typing to yalexs_ble
2023-02-14 11:38:51 -05:00
J. Nick Koston
84d14cc76a
Add reauthentication support to Yale Access Bluetooth ( #87719 )
...
* Bump yalexs_ble to 1.12.11 to fix reconnect when services fail to resolve
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.12.8...v1.12.11
* bump to make it work with esphome proxy as well
* empty
* Add reauth support to yalexs_ble
* lint
* reduce
* tweak
* tweak
* test for reauth
* Apply suggestions from code review
* cleanup
2023-02-09 22:24:14 +01:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ( #87792 )
...
* Move EntityCategory to homeassistant.const
* Fix more imports
2023-02-09 20:15:37 +01:00
J. Nick Koston
b0cbe5cb69
Bump yalexs_ble to 1.12.12 to fix reconnect when services fail to resolve ( #87664 )
...
* Bump yalexs_ble to 1.12.11 to fix reconnect when services fail to resolve
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.12.8...v1.12.11
* bump to make it work with esphome proxy as well
* empty
2023-02-09 09:35:33 +01:00
Erik Montnemery
6c2702a7b8
Sort manifests 11 ( #87032 )
2023-02-08 20:10:18 +01:00
Franck Nijhof
939eef3b28
Remove translations from Core ( #87543 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-06 15:06:43 +01:00
J. Nick Koston
7d1dec8d31
Bump yalexs_ble to 1.12.8 ( #86481 )
2023-01-23 12:01:12 -10:00
J. Nick Koston
7661b222b4
Bump yalexs-ble to 1.12.7 ( #86396 )
...
fixes https://github.com/home-assistant/core/issues/86182
2023-01-22 19:51:10 +01:00
GitHub Action
d1ecc418bb
[ci skip] Translation update
2023-01-19 00:25:04 +00:00
J. Nick Koston
65ca62c991
Ensure remote bluetooth adapters are loaded before integrations that need them ( #85723 )
2023-01-15 13:17:17 -10:00
GitHub Action
77f9548e51
[ci skip] Translation update
2023-01-15 00:25:52 +00:00
GitHub Action
01e99c0229
[ci skip] Translation update
2023-01-05 00:23:39 +00:00
GitHub Action
6220804639
[ci skip] Translation update
2023-01-02 00:23:28 +00:00
Franck Nijhof
8819634b61
String formatting and max line length - Part 6 ( #84525 )
2022-12-24 13:19:51 +01:00
J. Nick Koston
5872b72f80
Bump yalexs_ble to 1.12.5 ( #84517 )
...
* Bump yalexs_ble to 1.12.4
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.12.3...v1.12.4
* one more failure path to fix
* bump in both
2022-12-23 20:44:24 -05:00
J. Nick Koston
3c07f92e72
Bump yalexs-ble to 1.12.3 ( #84414 )
2022-12-22 13:08:04 +01:00
J. Nick Koston
119664b55e
Bump yalexs-ble to 1.12.2 ( #84118 )
2022-12-17 17:14:39 -10:00
J. Nick Koston
bf18ff9fb9
Bump yalexs_ble to 0.12.0 ( #84004 )
2022-12-14 12:38:17 -10:00
GitHub Action
b9753a9f92
[ci skip] Translation update
2022-12-13 00:27:47 +00:00
Brandon Rothweiler
f24f0c2954
Fix incorrect usage of 'setup' vs 'set up' ( #83774 )
2022-12-12 11:40:00 +01:00
J. Nick Koston
a65ce7e6c6
Correct deprecated volt units on yalexs_ble sensor ( #83738 )
2022-12-10 20:02:21 -05:00
J. Nick Koston
5c79dae4c0
Add support for battery to Yale Access Bluetooth ( #83691 )
...
* Add support for battery level to Yale Access Bluetooth
* fix
* bump
* bump
* bump
* bump
* fix
* bump
* battery level is always an estimate from voltage, but than again it always is for every device
* bump
* review
* bump again to fix slow start
* other one
2022-12-10 13:55:22 -05:00