62a87b8430
Bump elkm1_lib to 2.2.7 ( #116564 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-05-01 19:51:04 -05:00
J. Nick Koston and GitHub
657c9ec25b
Add a lock to homekit_controller platform loads ( #116539 )
2024-05-01 19:23:43 -05:00
Ståle Storø Hauknes and GitHub
713ce0dd17
Fix Airthings BLE model names ( #116579 )
2024-05-01 19:19:40 -05:00
Tomasz and GitHub
afbe0ce096
Bump sanix to 1.0.6 ( #116570 )
...
dependency version bump
2024-05-02 00:21:40 +02:00
Marc Mueller and GitHub
2cb3a31db1
Improve fitbit generic coordinator typing ( #116562 )
2024-05-02 00:00:47 +02:00
Marc Mueller and GitHub
86f96db9b0
Improve asuswrt decorator typing ( #116563 )
2024-05-02 00:00:30 +02:00
GraceGRD and GitHub
aa1af37d1b
Bump opentherm_gw to 2.2.0 ( #116527 )
2024-05-01 16:13:09 -05:00
Marc Mueller and GitHub
8bc214b185
Improve airly generic coordinator typing ( #116561 )
2024-05-01 22:41:11 +02:00
Marc Mueller and GitHub
bd24ce8d4d
Improve tankerkoenig generic coordinator typing ( #116560 )
2024-05-01 22:33:07 +02:00
Glenn Waters and GitHub
fa920fd910
Bump upb_lib to 0.5.6 ( #116558 )
2024-05-01 15:32:56 -05:00
J. Nick Koston and GitHub
041456759f
Remove duplicate mid handling in MQTT ( #116531 )
2024-05-01 15:18:44 -05:00
Joost Lekkerkerker and GitHub
e68901235b
Store runtime data in entry in Analytics Insights ( #116441 )
2024-05-01 22:13:38 +02:00
G Johansson and GitHub
3bf67f3ddd
Use config entry runtime data in Trafikverket Train ( #116556 )
2024-05-01 22:08:19 +02:00
G Johansson and GitHub
b089f89f14
Use config entry runtime data in Trafikverket Ferry ( #116557 )
2024-05-01 22:05:47 +02:00
G Johansson and GitHub
5e9a864f5b
Use config entry runtime data in Sensibo ( #116530 )
...
* Use config entry runtime data in Sensibo
* Add typing
* Fixes coordinator
* Move import
2024-05-01 22:02:36 +02:00
G Johansson and GitHub
b2c1cd3e2a
Use config entry runtime data in Trafikverket Camera ( #116552 )
2024-05-01 21:59:07 +02:00
G Johansson and GitHub
6cb703aa1d
Use config entry runtime data in Trafikverket Weather ( #116554 )
2024-05-01 21:58:21 +02:00
Michael and GitHub
054fb5af31
Store runtime data inside the config entry in PegelOnline ( #116534 )
2024-05-01 21:54:05 +02:00
Michael and GitHub
a4139f1a61
Store runtime data inside the config entry in Proximity ( #116533 )
2024-05-01 21:51:47 +02:00
Michael and GitHub
ad61e5f237
Store runtime data inside the config entry in Tankerkoenig ( #116532 )
2024-05-01 21:48:31 +02:00
Marc Mueller and GitHub
a25e202ef0
Use runtime data for FritzBox Call Monitor ( #116553 )
2024-05-01 21:27:34 +02:00
Jan Bouwhuis and GitHub
7fd60ddba4
Fix MQTT discovery cooldown too short with large setup ( #116550 )
...
* Fix MQTT discovery cooldown too short with large setup
* Set to 5 sec
* Only change the discovery cooldown
* Fire immediatly when teh debouncing period is over
2024-05-01 21:19:55 +02:00
G Johansson and GitHub
ef2ae7b600
Use runtime data in Yale Smart Alarm ( #116548 )
2024-05-01 21:13:29 +02:00
ae6a497cd1
Add diagnostics platform to IMGW-PIB integration ( #116551 )
...
* Add diagnostics
* Add tests
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-05-01 21:06:22 +02:00
Michael and GitHub
c5cac8fed4
Store runtime data inside the config entry in AVM Fritz!Smarthome ( #116523 )
2024-05-01 20:51:39 +02:00
Franck Nijhof and GitHub
2f47668422
2024.5.0 ( #116538 )
2024.5.0
2024-05-01 20:47:10 +02:00
J. Nick Koston and Franck Nijhof
343d97527c
Ensure mqtt handler is restored if its already registered in bootstrap test ( #116549 )
2024-05-01 20:23:14 +02:00
J. Nick Koston and GitHub
f73c55b434
Ensure mqtt handler is restored if its already registered in bootstrap test ( #116549 )
2024-05-01 20:22:18 +02:00
J. Nick Koston and Franck Nijhof
21466180aa
Ensure mock mqtt handler is cleaned up after test_bootstrap_dependencies ( #116544 )
2024-05-01 19:46:54 +02:00
J. Nick Koston and GitHub
573cd8e94a
Ensure mock mqtt handler is cleaned up after test_bootstrap_dependencies ( #116544 )
2024-05-01 19:45:47 +02:00
Franck Nijhof
858874f0da
Bump version to 2024.5.0
2024-05-01 18:59:07 +02:00
Franck Nijhof
1641f24314
Bump version to 2024.5.0b7
2024.5.0b7
2024-05-01 18:32:41 +02:00
J. Nick Koston and Franck Nijhof
e1c08959b0
Fix stop event cleanup when reloading MQTT ( #116525 )
2024-05-01 18:32:33 +02:00
Marcel van der Veldt and Franck Nijhof
b42f367128
Add blocklist for known Matter devices with faulty transitions ( #116524 )
2024-05-01 18:32:24 +02:00
Marcel van der Veldt and GitHub
1db770ab3a
Add blocklist for known Matter devices with faulty transitions ( #116524 )
2024-05-01 18:30:59 +02:00
J. Nick Koston and GitHub
0b08ae7e44
Reduce timestamp function call overhead in core states ( #116517 )
...
* Reduce timestamp function call overhead in core states
The recorder or the websocket_api will always call the timestamps, so we will set the timestamp values when creating the State to avoid the function call overhead in the property we know will always be called.
* Reduce timestamp function call overhead in core states
The recorder or the websocket_api will always call the timestamps, so we will set the timestamp values when creating the State to avoid the function call overhead in the property we know will always be called.
* reduce scope of change since last_reported is not called in websocket_api
* reduce scope of change since last_reported is not called in websocket_api
2024-05-01 11:04:20 -05:00
J. Nick Koston and GitHub
25df41475a
Simplify MQTT mid handling ( #116522 )
...
* Simplify MQTT mid handling
switch from asyncio.Event to asyncio.Future
* preen
* preen
* preen
2024-05-01 11:03:10 -05:00
J. Nick Koston and GitHub
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
9e8f7b5618
Store GIOS runtime data in entry ( #116510 )
...
Use entry.runtime_data
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-05-01 17:28:20 +02:00
J. Nick Koston and GitHub
2ad6353bf8
Fix stop event cleanup when reloading MQTT ( #116525 )
2024-05-01 10:22:50 -05:00
G Johansson and GitHub
51f9e661a4
Workday only update once a day ( #116419 )
...
* Workday only update once a day
* Fix tests
2024-05-01 17:11:47 +02:00
Franck Nijhof
1e4e891f0b
Bump version to 2024.5.0b6
2024.5.0b6
2024-05-01 16:24:03 +02:00
Joost Lekkerkerker and Franck Nijhof
15aa8949ee
Improve scrape strings ( #116519 )
2024-05-01 16:23:54 +02:00
J. Nick Koston and Franck Nijhof
780a6b314f
Fix blocking I/O to import modules in mysensors ( #116516 )
2024-05-01 16:23:50 +02:00
Marcel van der Veldt and Franck Nijhof
082721e1ab
Bump python matter server library to 5.10.0 ( #116514 )
2024-05-01 16:23:47 +02:00
J. Nick Koston and Franck Nijhof
4312f36dbe
Fix non-thread-safe operations in ihc ( #116513 )
2024-05-01 16:23:43 +02:00
puddly and Franck Nijhof
f89677cd76
Bump ZHA dependencies ( #116509 )
2024-05-01 16:23:39 +02:00
Joost Lekkerkerker and GitHub
b7a138b02a
Improve scrape strings ( #116519 )
2024-05-01 16:22:25 +02:00
puddly and GitHub
07e608d815
Bump ZHA dependencies ( #116509 )
2024-05-01 16:00:17 +02:00
Marcel van der Veldt and GitHub
0b340e1477
Bump python matter server library to 5.10.0 ( #116514 )
2024-05-01 15:42:53 +02:00