Shay Levy
ef3ab54f1d
Fix Shelly WallDisplay device power ( #114071 )
2024-03-23 22:44:53 +02:00
Joost Lekkerkerker
ce12d45b50
Catch Mill timeout error ( #114068 )
...
* Catch Mill timeout error
* Catch Mill timeout error
* Catch Mill timeout error
2024-03-23 20:57:22 +01:00
J. Nick Koston
82016ff528
Refactor recorder states tests ( #114073 )
...
https://github.com/home-assistant/core/pull/113985#discussion_r1536596573
2024-03-23 15:41:12 -04:00
J. Nick Koston
4f18f0d902
Fix setup timings when config entry platform loads are not awaited ( #113959 )
...
* Move setup time logging into the context manager
We were fetching the time twice but since the context
manager already has the timing, move it there
* remove log setup assertions from integration test
* tweak logging to give us better data for tracking issues
* redundant
* adjust
* preen
* fixes
* adjust
* make api change internal so nobody uses it
* coverage
* fix test
* fix more tests
* coverage
* more tests assuming internal calls
* fix more
* adjust
* adjust
* fix axis tests
* fix broadlink -- it does not call async_forward_entry_setup
* missed some
* remove useless patch
* rename, detect it both ways
* clear
* debug
* try to fix
* handle phase finishing out while paused
* where its set does not need to know its late as that is an implemenation detail of setup
* where its set does not need to know its late as that is an implemenation detail of setup
* tweak
* simplify
* reduce complexity
* revert order change as it makes review harder
* revert naming changes as it makes review harder
* improve comment
* improve debug
* late dispatch test
* test the other way as well
* Update setup.py
* Update setup.py
* Update setup.py
* simplify
* reduce
2024-03-23 15:26:38 -04:00
Jan Bouwhuis
a4f52cc622
Use a constant to reference `homeassistant` domain ( #113889 )
...
* Use CONF_CORE to reference `homeassistant` domain
* Just use DOMAIN
* USE DOMAIN for `homeasistant` domain in config_schema.py
* Use DOMAIN_HA as constant for homeassistant domain
* Rename CONF_CORE to DOMAIN_HA
* Rename DOMAIN_HA to HA_DOMAIN
* Use relative import
* Use direct imports
2024-03-23 19:58:39 +01:00
On Freund
c661622332
Add Risco system binary sensors ( #114062 )
...
* Add Risco system binary sensors
* Remove leading underscore
* Address code review commments
2024-03-23 19:35:12 +01:00
Jiaqi Wu
d75315f225
Add Lutron Serena tilt only wood blinds ( #113791 )
2024-03-23 07:48:24 -10:00
Brian Rogers
dbb4cf0ee7
Add Rachio smart hose timer support ( #107901 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-23 07:36:03 -10:00
G Johansson
3c13a28357
Bump holidays to 0.45 ( #114069 )
2024-03-23 17:24:34 +01:00
Greg Dowling
3ec9312f0e
Fix bug in roon media player to use correct 'seek position' while playing a track. ( #113999 )
...
Chance source of 'seek position' to be the one that roon updates while playing!
2024-03-23 14:53:40 +01:00
On Freund
1a6ff5c2d5
Bump pyrisco to 0.6.0 ( #114063 )
2024-03-23 14:45:17 +01:00
Mick Vleeshouwer
ebda0d832c
Enable turn_on / turn_off features for HitachiAirToAirHeatPump in Overkiz ( #112990 )
...
Enable turn_on / turn_off features
2024-03-23 14:27:00 +01:00
Robert Resch
8d51ff0f2c
Create registry matrix to run publishing for images in parallel ( #114060 )
2024-03-23 13:29:29 +01:00
Dave T
9451a14e5c
Migrate UpdateCoordinator to its own file in aurora_abb_powerone ( #114053 )
...
Migrate *UpdateCoordinator to its own file.
2024-03-23 12:30:38 +01:00
J. Nick Koston
de62b7774f
Reduce sqlalchemy reflection overhead at recorder setup time ( #113989 )
2024-03-23 11:25:05 +01:00
G Johansson
7b0abb00aa
Show correct ipv6 address in System Monitor ( #114024 )
2024-03-23 11:24:17 +01:00
Robert Resch
ce48e6e574
Fix building images for nightlies ( #114054 )
2024-03-23 11:22:38 +01:00
J. Nick Koston
31fb02a71d
Fix after deps not being considered for integrations before stage 1 ( #114045 )
2024-03-23 11:21:56 +01:00
J. Nick Koston
ac80d38871
Fix flakey stream hls test ( #114046 )
2024-03-23 11:11:42 +01:00
G Johansson
ebe6c35b4c
Smhi add reconfigure step to config flow ( #114044 )
...
* Add reconfigure step to SMHI
* Check location
* Add test
* Add test entity and device
2024-03-23 11:01:59 +01:00
J. Nick Koston
900e0c07bf
Load light profiles in a task to avoid delaying platform setup ( #114038 )
2024-03-23 10:51:03 +01:00
Jeremy TRUFIER
4f22c85e39
Fix missing linked device on Overkiz integration ( #114006 )
...
* Fix missing linked device (#112731 )
* Update homeassistant/components/overkiz/executor.py
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
---------
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2024-03-23 10:21:20 +01:00
J. Nick Koston
39c44ad5b7
Move setup of legacy device_tracker see service to legacy setup task ( #114043 )
...
* Move setup of legacy device_tracker see service to legacy setup task
device_tracker can setup synchronously now if there are no legacy
platforms that have to be import to validate the config
The see service is not useful until at least one legacy platform
is loaded so there is no reason to wait for it in the base
setup.
* collapse
2024-03-23 09:40:34 +01:00
kingy444
c2771791a3
Add Powerview Type 11 ( #114047 )
2024-03-22 17:09:36 -10:00
J. Nick Koston
952f47ab18
Combine recorder and frontend bootstrap step ( #113985 )
2024-03-22 13:50:39 -10:00
Robert Svensson
bf8d880e5f
Improve axis tests ( #114035 )
...
* Combine binary sensor tests into more logical groups
* Improve light tests
* Clean up switch tests
* Improve typing in conftest
* Add typing to camera
* Improve binary sensor
* Improve light
* Improve switch
2024-03-23 00:44:06 +01:00
kingy444
26b6bd83fc
Move powerview timeout logic to the upstream api ( #113984 )
2024-03-22 13:38:33 -10:00
Marc Mueller
efc54971d3
Update empty line formatting after module docstring ( #114040 )
2024-03-23 00:27:57 +01:00
Marc Mueller
1dbc94162d
Update byte string formatting (2) ( #114039 )
2024-03-23 00:22:15 +01:00
Marc Mueller
596ddbb6eb
Update pytest warnings filter ( #114036 )
2024-03-22 23:58:27 +01:00
alexsydell
9e86f82a1b
Add ecobee indefinite away preset, remove unusable/broken presets ( #108636 )
...
* Add ecobee indefinite away preset, remove unusable/broken presets
* Revert cleanup of presets which no longer work
2024-03-22 22:45:54 +01:00
Robert Svensson
d3c68303b0
Improve deCONZ test_non_color_light_reports_color ( #114021 )
2024-03-22 22:18:22 +01:00
kingy444
7d9fa64a66
Add missing is_closed property to powerview tilt only entities ( #113792 )
...
* add tilt closed
* add current positioning
2024-03-22 20:34:00 +01:00
Arie Catsman
205c457a77
Add home battery storage entities for enphase_envoy ( #114015 )
2024-03-22 08:46:39 -10:00
Robert Svensson
817d931df0
Define and use entity description in Axis entity base class ( #114007 )
...
Define and use entity description in entity base class
2024-03-22 13:59:07 -04:00
Franck Nijhof
25909f2ebd
2024.3.3 ( #114005 )
2024-03-22 18:47:59 +01:00
J. Nick Koston
68e170284f
Speed up recorder startup by making schema query read only ( #113987 )
2024-03-22 18:29:46 +01:00
Robert Svensson
bbb80caed3
Tweak marking private methods in UniFi, no need to mark inner functio… ( #113964 )
2024-03-22 18:10:07 +01:00
Robert Svensson
6800034d5a
Rename device to api in Axis integration ( #113965 )
2024-03-22 18:07:33 +01:00
Robert Svensson
2d2249386e
Bump axis to v58 ( #114008 )
2024-03-22 17:53:17 +01:00
Robert Svensson
c6f2ff8e88
Bump axis to v58 ( #114008 )
2024-03-22 17:52:45 +01:00
Jan-Philipp Benecke
cd0c9e1c4f
Remove deprecated `hass.components` from conversation tests and use light setup fixture ( #114012 )
2024-03-22 17:52:10 +01:00
Jan-Philipp Benecke
01acbc8bba
Remove deprecated `hass.components` from zeroconf tests ( #114013 )
2024-03-22 17:51:39 +01:00
Jan-Philipp Benecke
edc19328c0
Remove deprecated `hass.components` from scene tests ( #114014 )
2024-03-22 17:48:53 +01:00
Jan-Philipp Benecke
08529b3806
Remove deprecated `hass.components` from frontend tests ( #114011 )
2024-03-22 17:35:43 +01:00
Robert Resch
c282172252
Use uv instead of pip on production images ( #112496 )
2024-03-22 16:50:07 +01:00
Duco Sebel
cad3be8213
Add new HomeWizard Energy Socket to tests ( #113406 )
2024-03-22 16:48:27 +01:00
Franck Nijhof
32b4814f2a
Bump version to 2024.3.3
2024-03-22 16:35:21 +01:00
Franck Nijhof
d1644f3713
Update cosign to 2.2.3 ( #113996 )
2024-03-22 16:35:05 +01:00
G Johansson
7df0d3b140
Remove hourly weather entity from NWS ( #112503 )
2024-03-22 16:32:29 +01:00