Jan-Philipp Benecke
58d966a18f
Import discovergy in the executor to avoid blocking the event loop ( #111824 )
2024-02-29 10:35:34 -05:00
J. Nick Koston
f59268b2ee
Include filename in exception when loading a json file fails ( #111802 )
...
* Include filename in exception when loading a json file fails
* fix
2024-02-29 10:30:29 -05:00
Paulus Schoutsen
9512fb420d
Import cryptography OpenSSL backend ( #111840 )
...
* Import cryptography OpenSSL backend
* No need to impor top-level. Included.
* Update homeassistant/bootstrap.py
2024-02-29 10:28:32 -05:00
Joost Lekkerkerker
b70eea7fb2
Add icon translations to IPP ( #111846 )
...
* Add icon translations to IPP
* Add icon translations to IPP
2024-02-29 16:09:47 +01:00
J. Nick Koston
63c3d6e113
Fix race in config entry setup again ( #111800 )
...
Because the setup again was scheduled as a task, it would
not unset self._async_cancel_retry_setup in time and we would
try to unsub self._async_cancel_retry_setup after it had already
fired. Change it to call a callback that runs right away so it
unsets self._async_cancel_retry_setup as soon as its called
so there is no race
fixes #111796
2024-02-29 15:47:36 +01:00
Jan-Philipp Benecke
bc6b4d01c8
Deprecate hass.components and log warning if used inside custom component ( #111508 )
...
* Deprecate @bind_hass and log error if used inside custom component
* Log also when accessing `hass.components`
* Log warning only when `hass.components` is used
* Change version
* Process code review
2024-02-29 12:25:46 +01:00
J. Nick Koston
af4771a198
Import enphase_envoy in the executor to avoid blocking the event loop ( #111805 )
2024-02-28 22:25:55 -10:00
Joost Lekkerkerker
cb2c845c04
Add icon translations to Hue ( #111725 )
2024-02-29 09:22:35 +01:00
Paulus Schoutsen
fba331fd7e
Bump version to 2024.3.0b1
2024.3.0b1
2024-02-28 23:26:32 -05:00
Paulus Schoutsen
dd85a97a48
get_matter_device_info: Test the Matter config entry is set up ( #111792 )
...
Ensure the Matter config entry is set up
2024-02-28 23:26:24 -05:00
Michael Hansen
b19b5dc451
Bump intents and add sentence tests ( #111791 )
2024-02-28 23:26:22 -05:00
J. Nick Koston
3d4291fc59
Import discord in the executor to avoid blocking the event loop ( #111790 )
...
`2024-02-28 19:20:04.485 DEBUG (MainThread) [homeassistant.loader] Component discord import took 1.181 seconds (loaded_executor=False)`
2024-02-28 23:26:22 -05:00
J. Nick Koston
3cd07aacad
Fix steamist blocking startup by waiting for discovery ( #111789 )
...
Fix steamist blocking statup by waiting for discovery
2024-02-28 23:26:21 -05:00
J. Nick Koston
19837055bf
Fix tplink blocking startup by waiting for discovery ( #111788 )
...
* Fix tplink blocking statup by waiting for discovery
* remove started
2024-02-28 23:26:20 -05:00
J. Nick Koston
209e61f734
Fix flux_led blocking startup by waiting for discovery ( #111787 )
...
* Avoid blocking startup by waiting for discovery in flux_led
* remove started discovery
2024-02-28 23:26:19 -05:00
J. Nick Koston
39deab74b3
Import analytics_insights in the executor to avoid blocking the event loop ( #111786 )
...
fixes #111780
2024-02-28 23:26:19 -05:00
J. Nick Koston
77fd02da1d
Fix time trigger tests with leap year ( #111785 )
2024-02-28 23:26:18 -05:00
J. Nick Koston
7e80eb551e
Bump securetar to 2024.2.1 ( #111782 )
2024-02-28 23:26:17 -05:00
J. Nick Koston
536addc5ff
Import backup in the executor to avoid blocking the event loop ( #111781 )
2024-02-28 23:26:16 -05:00
J. Nick Koston
ff0fbcb309
Import opower in the executor to avoid blocking the event loop ( #111778 )
...
fixes #111777
2024-02-28 23:26:16 -05:00
J. Nick Koston
c9ea72ba7d
Import androidtv_remote in the executor to avoid blocking the event loop ( #111776 )
...
fixes #111775
2024-02-28 23:26:15 -05:00
J. Nick Koston
10a1a450a3
Import coinbase in the executor to avoid blocking the event loop ( #111774 )
...
fixes #111773
2024-02-28 23:26:14 -05:00
J. Nick Koston
7ff6627e07
Import blink in the executor to avoid blocking the event loop ( #111772 )
...
fixes #111771
2024-02-28 23:26:13 -05:00
Marcel van der Veldt
4a66727bff
Bump aiohue to 4.7.1 ( #111770 )
...
bump aiohue to 4.7.1
2024-02-28 23:26:12 -05:00
J. Nick Koston
db584857c8
Import cryptography early since importing openssl is not thread-safe ( #111768 )
2024-02-28 23:26:11 -05:00
J. Nick Koston
cb7116126c
Import isy994 in the executor to avoid blocking the event loop ( #111766 )
2024-02-28 23:26:11 -05:00
Marcel van der Veldt
99a70ba959
Bump Python Matter Server to 5.7.0 ( #111765 )
2024-02-28 23:26:10 -05:00
J. Nick Koston
a9fd113a80
Move DATA_LOGGING constant to homeassistant.const ( #111763 )
2024-02-28 23:26:09 -05:00
J. Nick Koston
acfd1c2755
Pre-import api, config, and lovelace in bootstrap to avoid loading them at runtime ( #111752 )
2024-02-28 23:26:08 -05:00
puddly
feea4071d0
Improve ZHA group color modes ( #111669 )
...
* Set the color mode based on supported color modes
* Replace `zha` with `tuya` in unit test
2024-02-28 23:26:07 -05:00
yanuino
e1be109947
Read min/max number of showers from state for DomesticHotWaterProduction in Overkiz integration ( #111535 )
...
* Read min/max number of showers from state
* Rewrite code for Read min/max number of showers from state
* Set _attr_ instead of inherited value
2024-02-28 23:26:06 -05:00
Allen Porter and Martin Hjelmare
812afc1bd0
Fix calendar trigger to survive config entry reloads ( #111334 )
...
* Fix calendar trigger to survive config entry reloads
* Apply suggestions from code review
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-02-28 23:26:05 -05:00
Jeremy TRUFIER
27b5a79fa5
Add overkiz support for Atlantic Shogun ZoneControl 2.0 (AtlanticPassAPCHeatingAndCoolingZone) ( #110510 )
...
* Add Overkiz support for AtlanticPassAPCHeatingAndCoolingZone widget
* Add support for AUTO HVAC mode for Atlantic Pass APC ZC devices that support it
* Add support for multiple IO controllers for same widget (mainly for Atlantic APC)
* Implement PR feedback
* Small PR fixes
* Fix constant inversion typo
2024-02-28 23:26:04 -05:00
Michael Hansen
0985a7ab91
Bump intents and add sentence tests ( #111791 )
2024-02-28 23:25:33 -05:00
Robert Svensson
458391ee2b
Axis improve coverage binary tests ( #111758 )
...
* Parametrize binary sensor tests
* Add test coverage to the different *guard apps
* Add object analytics tests
2024-02-28 23:14:50 -05:00
Álvaro Fernández Rojas
224f6dbdbb
Use proper constant in Airzone Cloud climate tests ( #111747 )
...
tests: airzone_cloud: avoid using airzone const
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-02-28 23:14:08 -05:00
Paulus Schoutsen
c6fd9e25ce
get_matter_device_info: Test the Matter config entry is set up ( #111792 )
...
Ensure the Matter config entry is set up
2024-02-28 23:09:48 -05:00
Allen Porter and Martin Hjelmare
1eac7bcbec
Fix calendar trigger to survive config entry reloads ( #111334 )
...
* Fix calendar trigger to survive config entry reloads
* Apply suggestions from code review
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-02-29 03:45:51 +01:00
J. Nick Koston
59b7f8d103
Fix tplink blocking startup by waiting for discovery ( #111788 )
...
* Fix tplink blocking statup by waiting for discovery
* remove started
2024-02-28 21:34:08 -05:00
J. Nick Koston
b11e97e132
Fix flux_led blocking startup by waiting for discovery ( #111787 )
...
* Avoid blocking startup by waiting for discovery in flux_led
* remove started discovery
2024-02-28 21:16:38 -05:00
J. Nick Koston
b40978597c
Import discord in the executor to avoid blocking the event loop ( #111790 )
...
`2024-02-28 19:20:04.485 DEBUG (MainThread) [homeassistant.loader] Component discord import took 1.181 seconds (loaded_executor=False)`
2024-02-29 03:02:25 +01:00
J. Nick Koston
7527e87e26
Fix steamist blocking startup by waiting for discovery ( #111789 )
...
Fix steamist blocking statup by waiting for discovery
2024-02-29 03:00:47 +01:00
Paulus Schoutsen
4eb0f86a65
Remove 'values' from services validation ( #111440 )
...
* Remove 'values' from services validation
* Remove extra blank line
2024-02-29 02:53:03 +01:00
J. Nick Koston
9f8fbb747e
Pre-import api, config, and lovelace in bootstrap to avoid loading them at runtime ( #111752 )
2024-02-28 15:40:16 -10:00
J. Nick Koston
943bd179f8
Import analytics_insights in the executor to avoid blocking the event loop ( #111786 )
...
fixes #111780
2024-02-29 02:09:12 +01:00
J. Nick Koston
3fbeb7e400
Fix time trigger tests with leap year ( #111785 )
2024-02-28 14:51:27 -10:00
J. Nick Koston
675ddaf742
Bump securetar to 2024.2.1 ( #111782 )
2024-02-28 14:31:41 -10:00
Jan-Philipp Benecke
f31244bac4
Add normalized name registry items base class ( #111666 )
...
* Add normalized name base registry items class
* Add tests
2024-02-29 01:31:33 +01:00
J. Nick Koston
f1398dd127
Import backup in the executor to avoid blocking the event loop ( #111781 )
2024-02-28 14:20:10 -10:00
J. Nick Koston
5bf7a00989
Move DATA_LOGGING constant to homeassistant.const ( #111763 )
2024-02-28 14:09:51 -10:00