J. Nick Koston
4c82196fc8
Avoid some event loop overhead for ESPHome listeners ( #113173 )
2024-03-12 21:49:31 +01:00
On Freund
b9837a561b
Use friendly name for camera media source ( #110882 )
2024-03-12 21:20:14 +01:00
Pete Sage
46ce438b6d
Sonos reduce test time ( #111688 )
2024-03-12 21:14:27 +01:00
Jeef
848012871f
Bump weatherflow4py to 0.1.17 ( #112661 )
2024-03-12 21:13:30 +01:00
mrchi
182a1fe3a3
Bump openwrt-luci-rpc version to 1.1.17 ( #112796 )
2024-03-12 21:12:24 +01:00
Brett Adams
1dc3582778
Add icons to Teslemetry ( #112546 )
2024-03-12 21:06:09 +01:00
Joost Lekkerkerker
78ea9bf681
Use enum device class in Dexcom ( #112423 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-03-12 21:02:37 +01:00
Robert Svensson
c761b825ec
Fix Axis unique ID ( #112132 )
2024-03-12 21:01:20 +01:00
Erik Montnemery
2cdf6b9937
Add binary_sensor to homeworks ( #112418 )
...
* Add binary_sensor to homeworks
* Update tests
2024-03-12 19:25:27 +01:00
G Johansson
b670066c00
Add options update listener for Speedtest.Net ( #112108 )
2024-03-12 18:54:46 +01:00
Joost Lekkerkerker
f9b2c35418
Add icon translations to Lametric ( #111854 )
2024-03-12 18:52:58 +01:00
Thomas55555
21a021944f
Bump aioautomower to 2024.3.2 ( #113162 )
2024-03-12 18:50:57 +01:00
J. Nick Koston
5ae207001f
Avoid multiple executor jobs to add wemo devices ( #112484 )
2024-03-12 18:49:17 +01:00
J. Nick Koston
0f414d8ac5
Ensure HKC debounced availability poll does not block startup ( #113130 )
2024-03-12 07:43:59 -10:00
J. Nick Koston
c948392ebc
Make Bluetooth active coordinator debouncers run tasks in the background ( #113129 )
2024-03-12 07:43:43 -10:00
J. Nick Koston
4c2a54746d
Make august activity update a background task ( #112652 )
2024-03-12 07:43:27 -10:00
Joost Lekkerkerker
643e6096da
Improve lists in integrations [E-F] ( #113075 )
2024-03-12 18:42:43 +01:00
Joost Lekkerkerker
d33fdd3289
Clean up Abode imports ( #113138 )
2024-03-12 18:38:57 +01:00
Michael Hansen
18a7f004db
Bump intents to 2023.3.12 ( #113160 )
...
Bump intents
2024-03-12 12:45:14 -04:00
Scott K Logan
eb81599400
Fix some handle leaks in rainforest_raven ( #113035 )
...
There were leaks when
* The component was shutdown
* There was a timeout during the initial device opening
Additionally, the device was not closed/reopened when there was a
timeout reading regular data.
2024-03-12 12:43:25 -04:00
Maciej Bieniek
f01095fb66
Fix availability for GIOS index sensors ( #113021 )
...
* Fix availability for index sensors
* Improve test_availability()
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-03-12 12:41:16 -04:00
Steven Looman
cd4e8707ea
Improve discovering upnp/igd device by always using the SSDP-discovery for the Unique Device Name ( #111487 )
...
* Always use the UDN found in the SSDP discovery, instead of the device description
* Ensure existing DeviceEntries are still matched
2024-03-12 12:38:09 -04:00
Jan-Philipp Benecke
3b1ab6436d
Remove deprecated `hass.components` usage in service tests ( #111883 )
2024-03-12 17:27:44 +01:00
Joost Lekkerkerker
70f3da93d4
Remove entity description mixin in Screenlogic ( #112935 )
...
* Remove entity description mixin in Screenlogic
* Fix
2024-03-12 16:10:04 +01:00
Steven B
5e530fc42e
Add motion detection enable/disable to ring camera platform ( #108789 )
...
* Add motion detection enable/disable to ring camera platform
* Write ha state directly
Co-authored-by: J. Nick Koston <nick@koston.org>
* Parametrize on off state tests
* Add tests for errors on setting motion detection
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-12 16:05:14 +01:00
Jan-Philipp Benecke
42574fe498
Remove deprecated `hass.components` usage in device_sun_light_trigger ( #111881 )
2024-03-12 14:04:42 +01:00
Joost Lekkerkerker
a8d1d90484
Bump yt-dlp to 2024.03.10 ( #109763 )
2024-03-12 13:57:19 +01:00
Michael Hansen
556855f54e
Add device_id to sentence trigger and external conversation APIs ( #113094 )
...
* Add device_id to sentence trigger and external conversation APIs
* Remove device_id from external API
* Update tests/components/conversation/snapshots/test_init.ambr
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-03-12 08:50:06 -04:00
J. Nick Koston
120525e94f
Add the ability to create Debouncer tasks as background tasks ( #113128 )
...
* Add the ability to Debouncer tasks in the background
This is a more general solution as a followup to
https://github.com/home-assistant/core/pull/112652#discussion_r1517159607
* Add the ability to Debouncer tasks in the background
This is a more general solution as a followup to
https://github.com/home-assistant/core/pull/112652#discussion_r1517159607
* fix
2024-03-12 08:41:12 -04:00
J. Nick Koston
b3dedb3efb
Convert sets to list before passing to the JSON serializer in the registries ( #113133 )
...
There were a few places we were missing the set to list
conversions in the registries. We do this before its
cached to avoid the JSON serializer having to fallback
to the default method every time since its expensive
to switch back from the native code into python context
for every set.
2024-03-12 08:38:21 -04:00
dependabot[bot]
46ab4bbf32
Bump Wandalen/wretry.action from 1.4.8 to 1.4.9 ( #113132 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 11:52:16 +01:00
Jevgeni Kiski
50ac3c8cfd
Update vallox_websocket_api to 5.1.1 ( #113139 )
...
Bump vallox-websocket-api==5.1.1
2024-03-12 11:32:42 +01:00
Josef Zweck
d929efbae0
Include pytedee_async logger in tedee integration ( #112590 )
...
add pytedee logger
2024-03-12 09:37:48 +01:00
Jan Bouwhuis
e28d4f0eae
Validate state_class with last_reset_value_template for mqtt sensors ( #113099 )
2024-03-12 09:08:03 +01:00
Jan Bouwhuis
012291a1f3
Fix google_asssistant sensor state reporting ( #112838 )
...
* Fix post google_assistant sensor values as float not string
* Fix aqi reporting and improve tests
* Fix _air_quality_description_for_aqi and test
2024-03-12 09:07:20 +01:00
Josef Zweck
433d3a5106
bump pytedee_async to 0.2.16 ( #113135 )
2024-03-12 08:55:21 +01:00
Erik Montnemery
d039bd654b
Add reconfigure flow to homeworks ( #112419 )
...
* Add reconfigure flow to homeworks
* Fix tests
* Use async_update_reload_and_abort helper
* Try to fix test shutdown
2024-03-12 08:47:44 +01:00
slyoldfox
6c35ae06a0
Add scheduled mode to renault charge mode ( #105967 )
...
Add scheduled to renault charge mode - fixes #105751
2024-03-12 08:34:21 +01:00
Thomas55555
4f4391bd09
Add missing device info to Husqvarna Automower ( #113090 )
...
* Add missing DeviceInfo to Husqvarna Automower
* add a test
* Adress review
* Update homeassistant/components/husqvarna_automower/entity.py
* fix url
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-12 08:25:35 +01:00
definitio
6f19744469
Add A6 family code for DS2438 1-Wire sensor ( #112844 )
...
* Add A6 family code for DS2438
* Add tests
* Fix switch
* Apply code review suggestion
* Add comments
2024-03-12 08:06:02 +01:00
J. Nick Koston
734a614eb8
Switch the reload helper to use async_get_component ( #113126 )
2024-03-11 16:17:07 -10:00
J. Nick Koston
52b2522be2
Import homeassistant trigger platforms in the executor ( #113124 )
2024-03-11 15:58:12 -10:00
J. Nick Koston
3f72fae60b
Migrate remaining call in check_config helper to use async_get_component ( #113123 )
2024-03-11 15:56:24 -10:00
J. Nick Koston
1949b9936b
Simplify automation startup logic ( #113122 )
2024-03-11 15:41:05 -10:00
J. Nick Koston
17b202d8cf
Await discovery_function in the DiscoveryFlowHandler instead of wrapping it in a task ( #113115 )
...
Await discovery_function in the DiscoveryFlowHandler instead of wrapping
This function was always a coro so it can be awaited
directly instead of wrapping it in add_job
2024-03-11 21:37:03 -04:00
J. Nick Koston
ebd17687e0
Remove unnecessary use of async_add_job in openalpr_cloud ( #113116 )
2024-03-11 21:36:34 -04:00
J. Nick Koston
427de00524
Remove unnecessary use of async_run_job in script helper ( #113118 )
...
The function being passed to `async_run` was always a callback
2024-03-11 21:36:18 -04:00
J. Nick Koston
17209525cb
Add run_immediately to the zone core config update async_listen ( #113119 )
...
Calling async_update_config will never suspend but cannot be changed to a callback
function because it would break the collections api
2024-03-11 21:35:53 -04:00
J. Nick Koston
51f871227e
Attach template triggers at start eagerly ( #113120 )
...
This method calls async_initialize_triggers which is likely to never
suspend and the attach can avoid being scheduled on the event loop
2024-03-11 21:34:32 -04:00
J. Nick Koston
42527862e0
Migrate scene platform to use async_add_executor_job ( #113114 )
2024-03-11 15:01:30 -10:00