Maximilian Hildebrand
05d0174e07
Add august open action ( #113795 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-05-28 20:35:53 -10:00
Marc Mueller
26a599ad11
Use PEP 695 for function annotations (1) ( #117658 )
2024-05-18 11:45:54 +02:00
Marc Mueller
44049c34f9
Use PEP 695 type alias for ConfigEntry types ( #117632 )
2024-05-17 15:42:58 +02:00
Sid
2cc916db6d
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
J. Nick Koston
2964471e19
Keep august offline key up to date when it changes ( #116857 )
...
We only did discovery for the key at setup time. If it
changed, a reloaded of the integration was needed to
update the key. We now update it every time we update
the lock detail.
2024-05-05 16:33:55 -04:00
Marc Mueller
1fc8fdf9ff
Use runtime_data for august ( #116610 )
2024-05-02 07:39:02 -05:00
J. Nick Koston
2fe17acaf7
Bump yalexs to 3.1.0 ( #116511 )
...
changelog: https://github.com/bdraco/yalexs/compare/v3.0.1...v3.1.0
2024-05-01 11:01:54 -05:00
J. Nick Koston
006040270c
Fix august delaying shutdown ( #116329 )
2024-04-28 08:14:30 -05:00
J. Nick Koston
ca5ed274cb
Deprecate calling async_listen and async_listen_once with run_immediately ( #115169 )
2024-04-08 10:07:54 -10:00
J. Nick Koston
78920e1d71
Reduce august polling frequency ( #114904 )
...
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2024-04-04 15:28:36 -10:00
J. Nick Koston
1779fe8f62
Bump yalexs to 3.0.1 ( #114678 )
...
* Bump yalexs to 3.0.1
changelog: https://github.com/bdraco/yalexs/compare/v2.0.0...v3.0.1
* fix for breaking change
2024-04-02 23:37:16 +02:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ( #112690 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
J. Nick Koston
264e023ab4
Run august stop listener with run_immediately ( #113729 )
...
There is no need for a call_soon here
2024-03-18 14:07:00 +02:00
J. Nick Koston
4c2a54746d
Make august activity update a background task ( #112652 )
2024-03-12 07:43:27 -10:00
Joost Lekkerkerker
690ba103ed
Improve lists in integrations [A] ( #113006 )
...
* Use list comprehension [A]
* Use list comprehension [A]
* Update homeassistant/components/aws/notify.py
2024-03-11 16:17:44 +01:00
A Björck
e631224372
Bump yalexs to 2.0.0 ( #111706 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-09 22:11:10 -10:00
Paulus Schoutsen
f416d67d21
Remove built-in support for import_executor in manifest ( #112725 )
2024-03-08 12:02:32 -05:00
Marc Mueller
ff3a801936
Add empty line after module docstring [a-d] ( #112697 )
2024-03-08 14:51:32 +01:00
Joost Lekkerkerker
8440b57349
Remove entity description mixin in August ( #112383 )
2024-03-06 12:50:59 +01:00
Erik Montnemery
6fe28d3764
Migrate integrations a-d to generic flowhandler ( #111861 )
2024-02-29 20:07:14 +01:00
J. Nick Koston
b692f30c33
Import august in the executor to avoid blocking the event loop ( #111595 )
2024-02-26 18:30:31 -10:00
J. Nick Koston
1e02260bbe
Use eager start for august subscriber refreshes ( #111581 )
...
Since most of the time this call will be a noop since pubnub will be connected
we can avoid scheduling a task on the event loop every time it fires
2024-02-26 23:13:33 -05:00
J. Nick Koston
86ced5a85f
Bump yalexs to 1.11.4 ( #111567 )
2024-02-26 16:30:37 -10:00
J. Nick Koston
53b12d67f7
Bump yalexs-ble to 2.4.2 ( #111247 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.4.1...v2.4.2
2024-02-24 19:04:19 +02:00
J. Nick Koston
36c11119cf
Refactor Debouncer usage in august ( #111102 )
2024-02-22 11:23:14 -10:00
J. Nick Koston
a48c1ac57e
Only schedule august activity update when a new activity is seen ( #110141 )
2024-02-10 09:29:49 -06:00
J. Nick Koston
327e54cbfb
Bump yalexs to 1.11.2 ( #110144 )
...
changelog: https://github.com/bdraco/yalexs/compare/v1.11.1...v1.11.2
2024-02-09 23:30:42 +01:00
A Björck
14715c150e
Bump yalexs to 1.11.1, fixing camera snapshots from Yale Home ( #110089 )
2024-02-09 09:09:45 -06:00
Marc Mueller
c82933175d
Use builtin TimeoutError [a-d] ( #109678 )
2024-02-05 11:31:33 +01:00
J. Nick Koston
0a248d0f87
Bump yalexs-ble to 2.4.1 ( #109585 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.4.0...v2.4.1
2024-02-04 10:17:13 +01:00
J. Nick Koston
3b6c85b904
Use new config entry update/abort helper in august ( #108673 )
...
Use new config entry update/abort helper in august
uses the new helper from https://github.com/home-assistant/core/pull/108034
2024-01-22 22:12:18 +01:00
Cody C
da1d530889
Update August diagnostics.py to redact contentToken ( #108626 )
2024-01-21 14:05:10 -10:00
Joost Lekkerkerker
fff1fc8d19
Add icon translations to August ( #108396 )
2024-01-19 20:07:04 +01:00
Marc Mueller
94c8c71ffb
Improve august typing (5) ( #108332 )
2024-01-19 01:09:52 +01:00
Marc Mueller
0206833cfd
Improve august typing (4) ( #108331 )
2024-01-19 00:59:26 +01:00
Marc Mueller
6e8e14fbe2
Improve august typing (3) ( #108329 )
2024-01-19 00:14:49 +01:00
Marc Mueller
72667adeba
Improve august typing (2) ( #108327 )
2024-01-18 23:24:41 +01:00
Marc Mueller
5f08e2a2d1
Improve august typing (1) ( #108325 )
2024-01-18 23:13:08 +01:00
Jan-Philipp Benecke
28281523ec
Add pylint plugin to check for sorted platforms list ( #108115 )
2024-01-16 09:47:53 +01:00
J. Nick Koston
93a29ebf2f
Bump yalexs-ble to 2.4.0 ( #106834 )
2024-01-02 11:41:56 +01:00
Joost Lekkerkerker
9944047b35
Add typing to config flow A ( #105721 )
2023-12-27 12:51:24 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ( #105984 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
J. Nick Koston
379c75ea1b
Bump yalexs-ble to 2.3.2 ( #103267 )
2023-11-02 22:00:43 -05:00
J. Nick Koston
12c5aec5e6
Add bluetooth address to august ( #103177 )
2023-11-01 10:47:56 -05:00
J. Nick Koston
ece7ec6a38
Disable IPV6 in the august integration ( #98003 )
2023-10-25 06:08:41 +02:00
J. Nick Koston
0ebc97ad85
Bump yalexs-ble to 2.3.1 ( #102502 )
2023-10-21 14:30:53 -10:00
Erik Montnemery
207adaf9cd
Make AugustOperatorSensor a RestoreSensor ( #98526 )
2023-10-06 21:25:04 +02:00
Olen
2a49b6ca7e
Add more august actions ( #100667 )
2023-09-22 14:42:17 +02:00
J. Nick Koston
6a2dd4fe74
Bump yalexs to 1.9.0 ( #100305 )
2023-09-13 11:25:10 -05:00
J. Nick Koston
b66437ff7b
Bump yalexs-ble to 2.3.0 ( #100007 )
2023-09-09 17:34:11 -05:00
Joost Lekkerkerker
61ff53fcf7
Use shorthand attributes in August ( #99196 )
2023-08-28 08:14:38 -05:00
J. Nick Koston
00904a107d
Bump yalexs to 1.8.0 ( #98751 )
2023-08-21 08:44:45 -05:00
J. Nick Koston
605c55109d
Bump yalexs to 1.7.0 ( #98720 )
2023-08-21 10:56:39 +02:00
J. Nick Koston
976f6582e1
Reduce overhead to update august activities ( #98730 )
2023-08-21 10:48:54 +02:00
Joost Lekkerkerker
77b421887b
Add entity translations for August ( #98077 )
2023-08-14 16:58:57 +02: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
Franck Nijhof
868a5f377f
Ruff: isort don't split imports based on trailing comma ( #98162 )
2023-08-10 14:27:03 +02:00
J. Nick Koston
987897b0fa
Add support for Yale Doorman to august ( #97997 )
2023-08-07 11:28:01 -10:00
J. Nick Koston
c8256d1d3d
Optimize august timings to prepare for Yale Doorman support ( #97940 )
2023-08-07 11:09:32 -10:00
J. Nick Koston
7080e0c280
Bump yalexs to 1.5.2 ( #97991 )
2023-08-07 11:00:30 -10:00
J. Nick Koston
b7bcc1eae4
Bump yalexs-ble to 2.2.3 ( #96927 )
2023-07-20 22:20:15 +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
Erik Montnemery
2406b235b4
Name unnamed binary sensors by their device class ( #92940 )
...
* Name unnamed binary sensors by their device class
* Update type annotations
* Fix loading of entity component translations
* Add test
* Update integrations
* Set abode and rfxtrx binary_sensor name to None
* Revert changes in homekit_controller
2023-06-13 19:48:54 +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
b18356bb3f
Fix august aiohttp session being closed out from under it ( #93942 )
...
* Fix august aiohttp session being closed out from under it
fixes #93941
* Fix august aiohttp session being closed out from under it
fixes #93941
* Fix august aiohttp session being closed out from under it
fixes #93941
2023-06-01 19:54:25 -04:00
epenet
c475273145
Prevent SensorEntity and RestoreEntity inheritance ( #88971 )
2023-05-24 12:49:35 +02:00
J. Nick Koston
5d02be5d7f
Fix august configuration url with Yale Home brand ( #93361 )
...
* Fix august configuration url with Yale Home brand
changelog: https://github.com/bdraco/yalexs/compare/v1.4.6...v1.5.0
* bump
2023-05-22 10:39:56 -05:00
J. Nick Koston
2a2b19ed7c
Add support for Yale Home brand to august ( #93214 )
2023-05-20 09:42:19 -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
ed286fc223
Fix august lock state when API reports locking and locked with the same timestamp ( #92276 )
2023-04-30 18:08:12 +02:00
J. Nick Koston
74e0341d83
Bump yalexs-ble to 2.1.16 ( #92034 )
2023-04-25 18:53:08 -05:00
J. Nick Koston
e3a110f04f
Bump yalexs to 1.3.2 ( #91963 )
2023-04-24 22:13:30 +02:00
J. Nick Koston
698345e88b
Bump yalexs to 1.3.0 ( #91431 )
...
changelog: https://github.com/bdraco/yalexs/compare/v1.2.7...v1.3.0
fixes for missing user ids
2023-04-14 20:02:09 -04:00
epenet
c01b1eb013
Adjust async_track_time_interval name argument ( #90838 )
...
Adjust async_track_time_interval naming
2023-04-05 10:58:02 -04: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
02ef7d445d
Allow passing an optional name to async_track_time_interval ( #90244 )
...
* Allow passing an optional name to async_track_time_interval
This is the same idea as passing a name to asyncio.create_task which
makes it easier to track down bugs
* more
* short
* still cannot find it
* add a few more
* test
2023-03-25 10:11:14 -04: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
Paulus Schoutsen
3a32d2bdcb
Add background tasks to config entries ( #88335 )
...
* Use a set for config entries task tracking
* Allow adding background tasks to config entries
* Add tests for config entry add tasks
* Update docstrings on core create task
* Migrate roon and august
* Use in more places
* Guard for None
2023-02-17 13:50:05 -05:00
J. Nick Koston
30384501af
Cleanup august binary sensors ( #88332 )
2023-02-17 19:15:56 +01:00
Martin Hjelmare
d0a9d65875
Fix august untracked task ( #88107 )
2023-02-14 20:25:29 +01: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
231aad7a68
Sort manifests 1 ( #87022 )
2023-02-08 20:29:44 +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
epenet
bb3e0633a4
Add init return type to integrations ( #87523 )
...
Add type hints to integrations
2023-02-06 11:37:25 +01:00
GitHub Action
3f992ed31d
[ci skip] Translation update
2023-02-04 00:23:44 +00:00