Kevin Stillhammer and GitHub
ab945ee76e
Add Broadlink select platform ( #121797 )
...
* Add broadlink select platform
* Apply strings.json feedback
* Remove obsolete Service Exception
* Use day names instead of IDs
* Use list()
2024-07-14 23:59:24 +02:00
J. Nick Koston and GitHub
6d8f99903d
Migrate lutron_caseta to use entry.runtime_data ( #121903 )
...
* Migrate lutron_caseta to use entry.runtime_data
* Migrate lutron_caseta to use entry.runtime_data
2024-07-14 23:26:12 +02:00
J. Nick Koston and GitHub
73b836df55
Use dispatcher for doorbird event entities ( #121825 )
...
* Use dispatcher for doorbird event entities
https://github.com/home-assistant/core/pull/121114#discussion_r1668171539
* Update homeassistant/components/doorbird/view.py
2024-07-14 23:25:04 +02:00
J. Nick Koston and GitHub
73f6e3c07b
Narrow sqlite database corruption check to ensure disk image is malformed ( #121947 )
...
* Narrow sqlite database corruption check to ensure disk image is malformed
The database corruption check would also replace the database when it
locked externally instead of only when its malformed.
This was discovered in https://github.com/home-assistant/core/issues/121909#issuecomment-2227409124
when a user did a manual index creation while HA was online
* tweak
* tweak
* fix
* fix
2024-07-14 23:23:07 +02:00
J. Nick Koston and GitHub
19d2d023ab
Ensure states table rebuild still happens if the event_id index was removed ( #121938 )
...
* Ensure states table rebuild still happens if the event_id index was removed
If ix_states_event_id was removed by the foreign key still
exists, the states table would not get rebuilt. This should
not happen under normal circumstances and seems to only be
possible if the index was removed manually or Home
Assistant was restarted forcefully in the middle
of a previous migration from years ago.
* cover
* fix tests
* mysql wont allow at that point but thats ok as long as its gone at the end
2024-07-14 23:20:52 +02:00
David F. Mulcahey and GitHub
1d62f0e380
Bump ZHA lib to 0.0.23 ( #121900 )
2024-07-14 03:59:29 +02:00
David F. Mulcahey and GitHub
342e6a503a
Fix group operations in ZHA websocket API ( #121881 )
2024-07-14 03:25:15 +02:00
Álvaro Fernández Rojas and GitHub
c044417837
Dynamically add Airzone entities ( #121891 )
...
* airzone: reload entry on new devices
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* Revert "airzone: reload entry on new devices"
This reverts commit 3ecc0844e4 .
* airzone: sensor: dynamically add new entities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* tests: restore reverted airzone tests
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: sensor: code fixes
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: water_heater: dynamically add entities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: binary_sensor: dynamically add entities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: select: dynamically add entities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: climate: dynamically add entities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* tests: airzone: use freezer
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: call async_add_entities once
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: wrap async_add_listener on async_on_unload
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* airzone: reduce number of entity listeners
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-07-13 21:45:08 +02:00
Jan Bouwhuis and GitHub
3111951757
Fix alexa does to check current_position correctly when handling cover range changes ( #121798 )
2024-07-13 16:10:09 +02:00
a34858a567
Use parametrize in tests for Shelly boolean virtual component ( #121895 )
...
Use parametrize in tests
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-07-13 15:27:17 +03:00
J. Nick Koston and GitHub
62613af033
Migrate hunterdouglas_powerview to use entry.runtime_data ( #121887 )
2024-07-13 12:38:47 +02:00
Shai Ungar and GitHub
2dec7136c8
Address post merge review on israel rail ( #121872 )
...
* Address late israel rail review
* transfers => trains
2024-07-13 10:54:27 +02:00
Jordi and GitHub
662760360a
Bump aioaquacell to 0.2.0 ( #121876 )
2024-07-13 10:04:51 +02:00
J. Nick Koston and GitHub
9e259cbf2d
Remove unused code in doorbird ( #121884 )
2024-07-12 22:39:58 -07:00
Avi Miller and GitHub
5f33e85b30
Initial support for LIFX Ceiling SKY effect ( #121820 )
2024-07-12 21:16:16 -05:00
dougiteixeira and GitHub
162b734be7
Add config flow for select platform in Template ( #121809 )
2024-07-12 17:50:02 +02:00
Allen Porter and GitHub
a2fab98358
Remove an unneeded test dependency on pydantic in matrix ( #121860 )
2024-07-12 17:45:04 +02:00
Klaas Schoute and GitHub
0d27cdc845
Add inverters to Autarco integration ( #121779 )
2024-07-12 16:54:22 +02:00
J. Nick Koston and GitHub
a8321fac95
Add reauth support to doorbird ( #121815 )
2024-07-12 16:53:39 +02:00
Franck Nijhof and GitHub
726fcb485d
Extend search with support for integrations ( #121765 )
2024-07-12 16:31:49 +02:00
J. Nick Koston and GitHub
2e71c8d43b
Fix homekit linked doorbell and motion firing on reload ( #121818 )
2024-07-12 16:29:55 +02:00
J. Nick Koston and GitHub
a67b6c5ba6
Avoid recording additional light attributes ( #121776 )
2024-07-12 16:27:50 +02:00
J. Nick Koston and GitHub
8a52ffb967
Use a listcomp for more history results ( #121830 )
2024-07-12 16:10:21 +02:00
Marcel Vriend and GitHub
156e92a4cd
Fix too verbose HTTP logging for Azure Data Explorer ( #121802 )
2024-07-12 16:09:44 +02:00
Joost Lekkerkerker and GitHub
5f02f3caa9
Disable blinkstick integration ( #121846 )
2024-07-12 16:09:07 +02:00
Dave T and GitHub
62b9b34561
Fix typo in Template switch ( #121856 )
2024-07-12 16:03:24 +02:00
G Johansson and GitHub
df85067cae
Add device link to History stats helper ( #121848 )
2024-07-12 16:01:50 +02:00
Joakim Plate and GitHub
a0d0e0f4a9
Correct deprecated telegram usage in dsmr ( #121847 )
2024-07-12 16:00:27 +02:00
J. Nick Koston and GitHub
244af091b8
Bump DoorBirdPy to 3.0.2 ( #121823 )
2024-07-12 15:59:10 +02:00
Simone Chemelli and GitHub
f260b048d6
Bump boto3, botocore and aiobotocore ( #121773 )
2024-07-12 15:55:08 +02:00
J. Nick Koston and GitHub
ebd50d327b
Log add/remove index complete at the same level as when it starts ( #121852 )
2024-07-12 15:54:38 +02:00
Jan-Philipp Benecke and GitHub
6a86cdf3f5
Add missing translations to Roborock ( #121796 )
2024-07-12 15:51:18 +02:00
G Johansson and GitHub
1acbcf921a
Fix schema and strings in template switch ( #121843 )
2024-07-12 15:50:21 +02:00
Joost Lekkerkerker and GitHub
12384104f4
Fix Mealie mealplan service date parsing ( #121844 )
2024-07-12 15:21:48 +02:00
3ef1e5816e
Add support for Shelly text virtual component ( #121735 )
...
* Add support for text component
* Add tests
* Improve const names
* Remove unnecessary code
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-07-12 12:58:21 +02:00
Jan Rieger and GitHub
48978fb7f6
Add configuration_url to AVM FRITZ!Box Call Monitor ( #121836 )
2024-07-12 09:51:17 +02:00
starkillerOG and GitHub
97aaae1372
Reolink media second lens ( #121800 )
...
DUO lens camera distinguish between lenses for media playback
2024-07-12 09:13:55 +02:00
J. Nick Koston and GitHub
cdf7ecebc0
Make BaseCoordinatorEntity.should_poll a cached_property since it never changes ( #121826 )
2024-07-12 00:39:22 -05:00
Shay Levy and GitHub
cdb26ef8a3
Cleanup Shelly unused strings for removed valve switch ( #121813 )
2024-07-12 05:44:25 +01:00
J. Nick Koston and GitHub
76d6a1fe13
Use identity check for ESPHome sensor device_class ( #121828 )
2024-07-11 22:47:32 -05:00
J. Nick Koston and GitHub
df8c949884
Migrate esphome to use shorthand available attr ( #121827 )
2024-07-11 22:47:10 -05:00
Avi Miller and GitHub
adb88f0165
Bump aiolifx to 1.0.5 ( #121824 )
2024-07-11 22:21:45 -05:00
Glenn Waters and GitHub
c84fe04d6b
Use async_connect in newly bumped 0.5.8 UPB library ( #121789 )
2024-07-11 16:14:22 -05:00
ollo69 and GitHub
86db976ed7
Bump PySwitchbot to 0.48.1 ( #121804 )
2024-07-11 16:12:33 -05:00
Steven B and GitHub
e269ff617c
Bump python-kasa to 0.7.0.4 ( #121791 )
2024-07-11 19:19:31 +02:00
Álvaro Fernández Rojas and GitHub
414aee395e
Update aioairzone-cloud to v0.5.4 ( #121787 )
2024-07-11 18:45:09 +02:00
Joost Lekkerkerker and GitHub
3be95ebc87
Add verify SSL option to Mealie ( #121767 )
2024-07-11 17:23:26 +02:00
Allen Porter and GitHub
ede130aa53
Pin mashumaro version >= 3.13.1 for python 3.12.4 compatibility. ( #121782 )
...
Pin mashumaro version for python 3.12.4 compatibility.
2024-07-11 08:23:10 -07:00
Josef Zweck and GitHub
21d35ff311
Bump pytedee_async to 0.2.20 ( #121783 )
2024-07-11 17:22:10 +02:00
J. Nick Koston and GitHub
8fb700c30e
Add some missing tplink ouis ( #121785 )
2024-07-11 17:18:45 +02:00