J. Nick Koston and GitHub
adee8094e7
Cache is_official_image/is_docker_env in bootstrap to fix blocking I/O ( #121261 )
...
* Cache is_official_image and is_docker_env in bootstrap to fix blocking I/O
These do blocking I/O later in the startup process
discovered in https://github.com/home-assistant/core/pull/120273
* comment
2024-07-05 08:30:07 +02:00
Avi Miller and GitHub
6c42596bdd
Bump aiolifx to 1.0.4 ( #121267 )
2024-07-04 22:26:44 -05:00
Sarabveer Singh and GitHub
b3a62a97b4
Update HomeKit PM2.5 mappings based on new 2024 US EPA AQI ( #109900 )
2024-07-04 22:10:35 -05:00
Robert Svensson and GitHub
62d9020261
Remove legacy method from deCONZ fan and sensor tests ( #121244 )
2024-07-04 18:17:15 -05:00
e47cbf3cf7
Use async_setup_recorder_instance fixture in recorder v32_migration tests ( #121081 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-07-04 17:49:51 -05:00
Shay Levy and GitHub
d799a4575b
Bump aiowebostv to 0.4.2 ( #121258 )
2024-07-04 17:27:56 -05:00
Jordi and GitHub
b406438fa7
Bump aioaquacell to 0.1.8 ( #121253 )
2024-07-05 01:05:35 +03:00
Shay Levy and GitHub
b14f22926a
Fix WebOS TV media player status when OFF after IDLE ( #121251 )
2024-07-05 00:19:24 +03:00
xLarry and GitHub
276f6c7ee7
Update laundrify_aio to v1.2.2 ( #121068 )
...
* refactor: upgrade laundrify_aio to v1.2.1
* refactor: update laundrify_aio to v1.2.2
2024-07-04 22:08:50 +02:00
epenet and GitHub
83fac6192d
Use service_calls fixture in webostv tests ( #120999 )
2024-07-04 23:07:38 +03:00
epenet and GitHub
84a8259103
Improve type hints in ezviz tests ( #120679 )
2024-07-04 21:59:02 +02:00
Pavel Skuratovich and GitHub
3ca66be268
Starline: Fix "Error updating SLNet token" message in Log ( #121122 )
...
Fixes https://github.com/home-assistant/core/issues/116715
2024-07-04 21:54:39 +02:00
001bb3a04e
Bump nettigo_air_monitor to version 3.3.0 ( #120901 )
...
* Bump nam library
* Update snaphots (increasing accuracy)
* Update lib and snapshot
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-07-04 21:40:25 +02:00
dougiteixeira and GitHub
50cc31e9cc
Add device class translations in Random ( #120890 )
2024-07-04 21:36:31 +02:00
Richard Kroegel and GitHub
0afebf744f
Add MINI Connected virtual integration ( #120874 )
2024-07-04 21:30:02 +02:00
Matthew FitzGerald-Chamberlain and GitHub
df7be501d3
Fix AprilAire case ( #120895 )
...
* Fix AprilAire case
* Fix test
2024-07-04 21:27:56 +02:00
G Johansson and GitHub
ebe7a4747d
Bump pytrafikverket to 1.0.0 ( #121210 )
...
* Update all related files and tests to new version
* Fix missed modal
* Bump requirements
2024-07-04 21:09:19 +02:00
Robert Resch and GitHub
10d3c3d341
Bump deebot-client to 8.1.1 ( #121241 )
2024-07-04 21:03:33 +02:00
Gerben Jongerius and GitHub
6ab6ce30ef
Bump youless library version 2.1.2 ( #121181 )
2024-07-04 20:51:57 +02:00
epenet and GitHub
fe0bafd067
Add warnings for deprecated json helpers ( #121161 )
2024-07-04 20:48:08 +02:00
epenet and GitHub
04a6285e62
Add .coveragerc to core files ( #121182 )
2024-07-04 20:46:36 +02:00
epenet and GitHub
e07bf61f03
Import AsyncGenerator from collections.abc in tests ( #121019 )
...
* Force import of Async/Generator from collections.abc
* Adjust
* Don't force
2024-07-04 20:24:27 +02:00
Marcel van der Veldt and GitHub
df1b02d44e
Use Generator from abc instead of typing_extensions in Matter discovery ( #121236 )
...
Use Generator from abc instead of typing_extensions
2024-07-04 20:06:23 +02:00
J. Nick Koston and GitHub
79f4cc9c12
Update uiprotect to 5.2.2 ( #121227 )
2024-07-04 19:57:30 +02:00
Patrick Koenig and GitHub
7d5341cab2
Update short_name in web app manifest ( #121223 )
2024-07-04 18:55:30 +02:00
d5135d4956
Add support for the Select platform in Matter ( #119769 )
...
* Add support for ModeSelect Cluster
* Update discovery.py
* Add files via upload
* refactor part 1
* Update discovery.py
* add remaining mode discovery schemas
* add test
* type alias
---------
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com >
2024-07-04 18:29:10 +02:00
Luke Lashley and GitHub
950c72a04c
Bump anova-wifi to 0.15.0 ( #121222 )
2024-07-04 11:05:22 -05:00
Erik Montnemery and GitHub
6df15ad8fc
Drop use of async_setup_recorder_instance fixture in recorder purge tests ( #121193 )
2024-07-04 10:39:24 -05:00
Erik Montnemery and GitHub
a1e6f8c2ec
Drop use of async_setup_recorder_instance fixture in recorder migration tests ( #121196 )
2024-07-04 10:39:13 -05:00
092e362f01
Add new integration for Dio Chacon cover devices ( #116267 )
...
* Dio Chacon integration addition with config flow and cover entity
* Addition of model information for device
* Addition of light and service to force reloading states
* Logger improvements
* Convert light to switch and usage of v1.0.0 of the api
* 100% for tests coverage
* Invalid credential implementation and rebase on latest ha dev code
* Simplify PR with only one platform
* Ruff correction
* restore original .gitignore content
* Correction of cover state bug when using cover when using actions on cover group.
* Begin of corrections following review.
* unit tests correction
* Refactor with a coordinator as asked by review
* Implemented a post constructor callback init method via dio-chacon-api-1.0.2. Improved typing.
* Corrections for 2nd review
* Reimplemented without coordinator as reviewed with Joostlek
* Review improvement
* generalize callback in entity
* Other review improvements
* Refactored tests for readability
* Test 100% operationals
* Tests review corrections
* Tests review corrections
* Review tests improvements
* simplified tests with snapshots and callback method
* Final fixes
* Final fixes
* Final fixes
* Rename to chacon_dio
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2024-07-04 16:45:20 +02:00
epenet and GitHub
28f06cb5a0
Add type hints to homekit events fixture ( #121211 )
2024-07-04 16:32:01 +02:00
epenet and GitHub
411630429d
Improve type hints in habitica tests ( #121212 )
2024-07-04 16:27:57 +02:00
epenet and GitHub
9a1f7f020c
Add type hints to matrix events fixtures ( #121213 )
2024-07-04 16:17:18 +02:00
d12f2384c5
Use fixtures in deCONZ config flow tests PT2 ( #121203 )
...
* Use fixtures in deCONZ config flow tests PT2
* Update tests/components/deconz/test_config_flow.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2024-07-04 15:53:25 +02:00
Robert Svensson and GitHub
24c82c2475
Use fixtures in deCONZ sensor tests PT2 ( #121204 )
2024-07-04 15:48:49 +02:00
epenet and GitHub
b949240d4a
Improve type hints in google tests ( #121169 )
2024-07-04 05:56:01 -07:00
f78933235d
Use fixtures in deCONZ service tests ( #121108 )
...
* Use fixtures in deCONZ service tests
* Update tests/components/deconz/test_services.py
Co-authored-by: J. Nick Koston <nick@koston.org >
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-07-04 14:23:40 +02:00
Robert Svensson and GitHub
ece8b74967
Use fixtures in deCONZ device trigger tests ( #121103 )
2024-07-04 14:23:15 +02:00
Robert Svensson and GitHub
1d8382a498
Use fixtures in deCONZ light tests PT1 ( #121112 )
...
Use fixtures in deCONZ light tests part 1
2024-07-04 14:22:10 +02:00
Robert Svensson and GitHub
873d96bab3
Use fixtures in deCONZ binary sensor tests ( #120966 )
2024-07-04 14:21:26 +02:00
Robert Svensson and GitHub
31ed32da6c
Use fixtures in deCONZ alarm control panel tests ( #120967 )
2024-07-04 14:20:57 +02:00
f1d6ad9073
Add test fixture to control recorder migration ( #121180 )
...
* Add test fixture to control recorder migration
* Update tests/components/recorder/conftest.py
Co-authored-by: J. Nick Koston <nick@koston.org >
* Update tests/components/recorder/conftest.py
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-07-04 13:10:08 +02:00
Erik Montnemery and GitHub
d1264655a0
Fix some typos in core.py ( #121189 )
2024-07-04 13:04:52 +02:00
ad1ba1a5e5
Fix Google assistant SDK broadcasting command for italian ( #116198 )
...
Fixed broadcasting command for italian
Co-authored-by: tronikos <tronikos@users.noreply.github.com >
2024-07-04 03:47:32 -07:00
Erik Montnemery and GitHub
255778d0c7
Use recorder test fixtures in recorder init tests ( #121176 )
2024-07-04 04:54:40 -05:00
epenet and GitHub
3c69301365
Improve type hints in guardian tests ( #121175 )
2024-07-04 04:53:49 -05:00
J. Nick Koston and GitHub
67a4c2c884
Add support for event entity motion sensors to HomeKit ( #121123 )
2024-07-04 04:50:50 -05:00
Robert Svensson and GitHub
d429bcef16
Use fixtures in deCONZ sensor tests PT1 ( #121116 )
2024-07-04 11:50:23 +02:00
Robert Svensson and GitHub
02e7707f91
Use fixtures in deCONZ config flow tests PT1 ( #121121 )
2024-07-04 04:49:46 -05:00
Franck Nijhof
ee2df9c4b3
Merge branch 'master' into dev
2024-07-04 11:48:03 +02:00