rich-kettlewell
f2997ce4cc
Tado set_water_heater_timer should use water_heater domain ( #91364 )
2023-04-13 19:49:07 +02:00
epenet
592ac37436
Add missing mock in sharkiq tests ( #91325 )
2023-04-13 19:33:38 +02:00
Franck Nijhof
445b823232
Avoid task creation when calling schedule_update_ha_state without force update ( #91352 )
2023-04-13 18:39:03 +02:00
epenet
9e1a670e6e
Fail CI on lingering timers (part 2) ( #89976 )
...
* Fail CI on lingering timers (part 2)
* Improve error message
* Adjust tts
2023-04-13 17:03:52 +02:00
Joost Lekkerkerker
a272f8dfb2
Move picnic sensor definitions ( #91367 )
...
* Move types and mixin to sensor
* Move types and mixin to sensor
2023-04-13 16:46:10 +02:00
Franck Nijhof
3f0f5dc303
2023.4.4 ( #91356 )
2023.4.4
2023-04-13 15:32:45 +02:00
epenet
c40836b49f
Fix lingering timers in tts ( #90834 )
...
* Fix lingering timers in tts
* Improve
* Use HassJob with cancel_on_shutdown
2023-04-13 15:27:13 +02:00
epenet
c1b7aa084c
Fix race condition in deconz ( #91328 )
...
* Fix race condition in deconz
* Use a new separate test
2023-04-13 15:04:21 +02:00
Franck Nijhof
b5ac3ee288
Bumped version to 2023.4.4
2023-04-13 13:50:25 +02:00
Bram Kragten
51c99d26b4
Update frontend to 20230411.1 ( #91344 )
2023-04-13 13:50:10 +02:00
J. Nick Koston
f77ce413be
Bump aiolifx to 0.8.10 ( #91324 )
2023-04-13 13:50:06 +02:00
Duco Sebel
7a8159052e
Bump python-homewizard-energy to 2.0.1 ( #91097 )
2023-04-13 13:50:02 +02:00
Duco Sebel
8ca3440f33
Bump python-homewizard-energy to 2.0.1 ( #91097 )
2023-04-13 13:42:35 +02:00
J. Nick Koston
274a6fd3d7
Bump aiolifx to 0.8.10 ( #91324 )
2023-04-13 13:38:27 +02:00
Bram Kragten
8527048f07
Update frontend to 20230411.1 ( #91344 )
2023-04-13 13:37:37 +02:00
Franck Nijhof
d320c73fb7
Use async_write_ha_state in tests ( #91333 )
2023-04-13 12:36:36 +02:00
Franck Nijhof
208a44e437
Use async_write_ha_state in generic hygrostat ( #91331 )
2023-04-13 09:42:12 +02:00
epenet
4a0988eb5d
Adjust shutdown registration in EntityComponent ( #90938 )
...
* Adjust shutdown registration in EntityComponent
* Adjust
* Make it more explicit
* docstring
2023-04-13 08:47:04 +02:00
J. Nick Koston
6dbe67e909
Bump httpx to 0.24.0 and httpcore to 0.17.0 ( #91308 )
2023-04-12 20:11:59 -10:00
Paulus Schoutsen
c9d81bd217
Pipelines to default to Home Assistant agent ( #91321 )
...
* Pipelines to default to Home Assistant agent
* Tests fix
2023-04-13 00:34:19 -04:00
Paulus Schoutsen
0678ab4e45
Add VoIP entities ( #91320 )
...
* WIP
* Add VoIP entities to enable calls
* Mark voip entities as config only
* Remove commented code
2023-04-12 23:23:20 -04:00
Paulus Schoutsen
8ec6afb85a
2023.4.3 ( #91316 )
2023.4.3
2023-04-12 21:50:11 -04:00
Michael Hansen
f0c625b2ad
Add language util ( #91290 )
...
* Add language util
* Add no match tests
* Update tests/util/test_language.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-12 20:27:09 -05:00
Franck Nijhof
bbf2d0e6ad
Remove codecov from Python test requirements ( #91295 )
2023-04-12 20:51:59 -04:00
tronikos
c073cee049
Google Assistant SDK: Fix broadcast command for Portuguese ( #91293 )
...
Fix broadcast command for pt
2023-04-12 20:51:58 -04:00
epenet
687c035bb2
Make auth test fixtures async ( #91263 )
...
Make auth fixtures async in tests
2023-04-12 20:43:50 -04:00
Franck Nijhof
e4d2409ca4
Update debugpy to 1.6.7 ( #91267 )
2023-04-12 20:43:26 -04:00
tronikos
27dd4cd261
Google Assistant SDK: Fix broadcast command for Portuguese ( #91293 )
...
Fix broadcast command for pt
2023-04-12 20:42:51 -04:00
Franck Nijhof
355404a959
Raise HomeAssistant error on failed Spotify service calls ( #91299 )
2023-04-12 20:42:33 -04:00
Franck Nijhof
99afab723b
Fix combined translation in Pi-hole strings ( #91305 )
2023-04-12 20:41:27 -04:00
Franck Nijhof
02e79cf7e6
Update coverage to 7.2.3 ( #91309 )
2023-04-12 20:40:31 -04:00
Franck Nijhof
b2416a4020
Update sentry-sdk to 1.19.1 ( #91310 )
2023-04-12 20:40:19 -04:00
Paulus Schoutsen
e9f1148c0a
Bumped version to 2023.4.3
2023-04-12 20:35:59 -04:00
J. Nick Koston
a420007e80
Restore use of local timezone for MariaDB/MySQL in SQL integration ( #91313 )
...
* Use local timezone for recorder connection
The fix in #90335 had an unexpected side effect of
using UTC for the timezone since all recorder operations
use UTC. Since only sqlite much use the database executor
we can use a seperate connection pool which uses local time
This also ensures that the engines are disposed of
when Home Assistant is shutdown as previously we
did not cleanly disconnect
* coverage
* fix unclean shutdown in config flow
* tweaks
2023-04-12 20:35:50 -04:00
puddly
64a9bfcc22
Bump ZHA dependencies ( #91291 )
2023-04-12 20:35:49 -04:00
codyhackw
fd53eda5c6
Update Inovelli Blue Series switch support in ZHA ( #91254 )
...
Co-authored-by: David F. Mulcahey <david.mulcahey@icloud.com>
2023-04-12 20:35:49 -04:00
Erik Montnemery
d6574b4a2e
Fix switch_as_x name ( #91232 )
2023-04-12 20:35:48 -04:00
Bram Kragten
8eb75beb96
Update frontend to 20230411.0 ( #91219 )
2023-04-12 20:35:47 -04:00
Erik Montnemery
68920a12aa
Flush conversation name cache when an entity is renamed ( #91214 )
2023-04-12 20:35:46 -04:00
Aaron Bach
a806e070a2
Bump pytile
to 2023.04.0 ( #91191 )
2023-04-12 20:35:45 -04:00
David F. Mulcahey
a87c78ca20
Cleanup ZHA from Zigpy deprecated property removal ( #91180 )
2023-04-12 20:35:44 -04:00
Aidan Timson
48df638f5d
Reduce startup time for System Bridge integration ( #91171 )
2023-04-12 20:35:43 -04:00
Allen Porter
c601266f9c
Fix all day event coercion logic ( #91169 )
2023-04-12 20:35:42 -04:00
starkillerOG
30d615f206
Reolink config flow fix custom port when USE_HTTPS not selected ( #91137 )
...
give USE_HTTPS a default
2023-04-12 20:35:41 -04:00
J. Nick Koston
2db8d70c2f
Fix false positive in SQL sensor full table scan check ( #91134 )
2023-04-12 20:35:40 -04:00
J. Nick Koston
3efffe7688
Bump ulid-transform to 0.6.3 ( #91133 )
...
* Bump ulid-transform to 0.6.2
changelog: https://github.com/bdraco/ulid-transform/compare/v0.6.0...v0.6.2
32bit fixes
fixes #91092
* 0.6.3
2023-04-12 20:35:39 -04:00
Allen Porter
dc777f78b8
Relax calendar event validation to allow existing zero duration events ( #91129 )
...
Relax event valudation to allow existing zero duration events
2023-04-12 20:35:38 -04:00
Michael Davie
4cd00da319
Bump env_canada to 0.5.32 ( #91126 )
2023-04-12 20:35:37 -04:00
Robert Hillis
3f6486db3e
Bump aiopyarr to 23.4.0 ( #91110 )
2023-04-12 20:35:36 -04:00
Diogo Gomes
2d41fe837c
Track availability of source sensor in utility meter ( #91035 )
...
* track availability of source sensor
* address review comments
2023-04-12 20:35:35 -04:00