J. Nick Koston
286a09d737
Mark executor jobs as background unless created from a tracked task ( #114450 )
...
* Mark executor jobs as background unless created from a tracked task
If the current task is not tracked the executor job should not
be a background task to avoid delaying startup and shutdown.
Currently any executor job created in a untracked task or
background task would end up being tracked and delaying
startup/shutdown
* import exec has the same issue
* Avoid tracking import executor jobs
There is no reason to track these jobs as they are always awaited
and we do not want to support fire and forget import executor jobs
* fix xiaomi_miio
* lots of fire time changed without background await
* revert changes moved to other PR
* more
* more
* more
* m
* m
* p
* fix fire and forget tests
* scrape
* sonos
* system
* more
* capture callback before block
* coverage
* more
* more races
* more races
* more
* missed some
* more fixes
* missed some more
* fix
* remove unneeded
* one more race
* two
2024-04-02 01:51:21 +00:00
Shay Levy
e8ee2fd25c
Cleanup Shelly RGBW light entities ( #114410 )
2024-04-02 01:51:21 +00:00
Franck Nijhof
11b8b01cde
Bump version to 2024.4.0b3
2024-03-29 22:22:45 +01:00
Paul Bottein
4f761c25d8
Update frontend to 20240329.1 ( #114459 )
2024-03-29 22:22:37 +01:00
J. Nick Koston
953ceb0d8d
Avoid tracking import executor jobs ( #114453 )
2024-03-29 22:22:33 +01:00
Franck Nijhof
e53672250f
Bump version to 2024.4.0b2
2024-03-29 19:35:52 +01:00
Paul Bottein
84901f1983
Update frontend to 20240329.0 ( #114452 )
2024-03-29 19:35:44 +01:00
Steven Looman
e4d973e8a2
Bump async-upnp-client to 0.38.3 ( #114447 )
2024-03-29 19:35:40 +01:00
epenet
cdd7ce435a
Log warnings in Renault initialisation ( #114445 )
2024-03-29 19:35:37 +01:00
Mick Vleeshouwer
c7ce53cc49
Bump pyoverkiz to 1.13.9 ( #114442 )
2024-03-29 19:35:33 +01:00
Steven B
db7d0a0ee9
Bump python-ring-doorbell to 0.8.8 ( #114431 )
...
* Bump ring_doorbell to 0.8.8
* Fix intercom history test for new library version
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-29 19:35:30 +01:00
J. Nick Koston
906febadef
Cleanup some plex tasks that delayed startup ( #114418 )
2024-03-29 19:35:27 +01:00
J. Nick Koston
bc740f95c9
Avoid concurrent radio operations with powerview hubs ( #114399 )
...
Co-authored-by: kingy444 <toddlesking4@hotmail.com>
2024-03-29 19:35:23 +01:00
Alexey ALERT Rubashёff
bf4e527f44
Add overkiz bottom tank water temperature and core control water temperature for Atlantic Water Heater ( #114186 )
...
* Adds bottom tank water temperature and core conrol water temperature sensors for Atlantic water heater
* Update homeassistant/components/overkiz/sensor.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
* Update homeassistant/components/overkiz/sensor.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
---------
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2024-03-29 19:35:20 +01:00
Alexey ALERT Rubashёff
35e582a240
Add overkiz water targets temperature numbers for Atlantic water heater ( #114185 )
...
* Adds water targets temperature numbers for Atlantic water heater
* Update homeassistant/components/overkiz/number.py
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
* Update homeassistant/components/overkiz/number.py
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
* ruff formatting reverted
* Update homeassistant/components/overkiz/number.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
* Update homeassistant/components/overkiz/number.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
* changed command hardcode to a constant
---------
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2024-03-29 19:35:17 +01:00
Alexey ALERT Rubashёff
65d25bd780
Add overkiz heating status, absence mode, and boost mode binary sensors for Atlantic Water Heater ( #114184 )
...
* Adds heating status, absense mode, and boost mode binary sensors for Atlantic water heater
* Renamed absence mode and boost mode binary sensors
* Update homeassistant/components/overkiz/binary_sensor.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
* Update homeassistant/components/overkiz/binary_sensor.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
* Update homeassistant/components/overkiz/binary_sensor.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
---------
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2024-03-29 19:35:13 +01:00
Jeremy TRUFIER
b8a2c14813
Follow real AtlanticPassAPCZoneControlZone physical mode on Overkiz (HEAT, COOL or HEAT_COOL) ( #111830 )
...
* Support HEAT_COOL when mode is Auto on overkiz AtlanticPassAPCZoneControlZone
* Refactor ZoneControlZone to simplify usic by only using a single hvac mode
* Fix linting issues
* Makes more sense to use halves there
* Fix PR feedback
2024-03-29 19:35:09 +01:00
Franck Nijhof
612988cf3e
Bump version to 2024.4.0b1
2024-03-28 20:43:23 +01:00
Scott K Logan
7a53ea4b92
Bump aioraven to 0.5.3 ( #114397 )
2024-03-28 20:43:10 +01:00
Paul Bottein
8e4cf4e4a7
Update frontend to 20240328.0 ( #114396 )
2024-03-28 20:43:07 +01:00
Franck Nijhof
53ba732ed0
Fix area search for entities of devices ( #114394 )
2024-03-28 20:43:03 +01:00
Michael Hansen
c81e9447f9
Filter preferred TTS format options if not supported ( #114392 )
...
Filter preferred format options if not supported
2024-03-28 20:43:00 +01:00
Franck Nijhof
8cd8718855
Fix hassfest service icons check for custom integrations ( #114389 )
2024-03-28 20:42:58 +01:00
Maciej Bieniek
aa30194249
Adapt Tractive integration the latest API changes ( #114380 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-03-28 20:42:55 +01:00
Joost Lekkerkerker
80273b4873
Fix Lupusec feedback ( #114374 )
2024-03-28 20:42:52 +01:00
Joost Lekkerkerker
99282d27c6
Fix Swiss public transport feedback ( #114373 )
2024-03-28 20:42:48 +01:00
Joost Lekkerkerker
ba12652cbc
Fix Suez water feedback ( #114372 )
2024-03-28 20:42:42 +01:00
Joost Lekkerkerker
5e0a0718e3
Fix streamlabswater feedback ( #114371 )
2024-03-28 20:42:39 +01:00
Marc Mueller
1c6689be41
Update pytile to 2023.12.0 ( #114370 )
2024-03-28 20:42:36 +01:00
Erik Montnemery
b143390d88
Improve device class of utility meter ( #114368 )
2024-03-28 20:42:33 +01:00
Erik Montnemery
42580a1113
Improve utility meter restore state tests ( #114356 )
2024-03-28 20:42:30 +01:00
Robert Resch
21bff95bd7
Fix script for checking on existing translations ( #114354 )
2024-03-28 20:42:27 +01:00
Christopher Bailey
737e5e70ec
Bump pyunifiprotect to 5.1.2 ( #114348 )
2024-03-28 20:42:24 +01:00
J. Nick Koston
f204faf202
Fix empty delays in script helper ( #114346 )
...
fixes
```
Logger: homeassistant.components.automation.kamermaster_knop_4_acties_licht
Bron: components/automation/__init__.py:726
integratie: Automatisering (documentatie, problemen)
Eerst voorgekomen: 22:17:29 (5 gebeurtenissen)
Laatst gelogd: 22:59:24
While executing automation automation.kamermaster_knop_4_acties_licht
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 726, in async_trigger
return await self.action_script.async_run(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1645, in async_run
return await asyncio.shield(create_eager_task(run.async_run()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 454, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 506, in _async_step
self._handle_exception(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 536, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 504, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 626, in _async_delay_step
if timeout_future.done():
^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'done'
```
2024-03-28 20:42:21 +01:00
Joakim Plate
f141be73c7
Bump fjaraskupan to 2.3.0 ( #114344 )
...
Update fjarakupen to 2.3.0
- Support delayed disconnection
- Speed up on/off transitions
2024-03-28 20:42:18 +01:00
Michael Hansen
04bfb1de3c
Add more Ollama models ( #114339 )
...
Add more models
2024-03-28 20:42:15 +01:00
J. Nick Koston
541a6c5f64
Revert velocity change in powerview ( #114337 )
2024-03-28 20:42:12 +01:00
Robert Resch
824d6afa24
Remove checked in translations ( #114336 )
2024-03-28 20:42:09 +01:00
Robert Resch
53cc4b8c37
Download translations only once in the build pipeline ( #114335 )
2024-03-28 20:42:06 +01:00
Erik Montnemery
a91c03b164
Don't access States.last_reported_ts before it's added ( #114333 )
2024-03-28 20:42:03 +01:00
Øyvind Matheson Wergeland
f8edab0c12
Avoid changing local time on Nobø Ecohub ( #114332 )
...
nobo_hub: Pass timezone to avoid changing local time on Nobø Ecohub in handshake
2024-03-28 20:42:00 +01:00
Marcel van der Veldt
00993a6be3
Fix Matter airconditioner discovery of climate platform ( #114326 )
...
* Discover Thermostat platform for Room Airconditioner device
* add test
* Adjust docstring
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2024-03-28 20:41:57 +01:00
Maikel Punie
a18184a4c0
Bump pyduotecno to 2024.3.2 ( #114320 )
2024-03-28 20:41:54 +01:00
TheJulianJES
e2710184cb
Bump zha-quirks to 0.0.113 ( #114311 )
2024-03-28 20:41:51 +01:00
Martin Hjelmare
9319528e0e
Use fallback voice for selected language in cloud ( #114246 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-03-28 20:41:47 +01:00
Franck Nijhof
b2e7808114
Bump version to 2024.4.0b0
2024-03-27 18:27:38 +01:00
Bram Kragten
6af0ccfa8d
Update frontend to 20240327.0 ( #114322 )
2024-03-27 18:21:45 +01:00
puddly
fc34453caa
Support the Home Assistant Connect ZBT-1 ( #114213 )
2024-03-27 18:20:48 +01:00
Marc Mueller
63e28f958d
Use SignalType to improve typing [homekit] ( #114297 )
2024-03-27 18:05:01 +01:00
Joost Lekkerkerker
e626cd12aa
Fix feedback in ROVA ( #114308 )
2024-03-27 18:01:07 +01:00