Jan-Philipp Benecke and GitHub
045dc3f1fb
Use setup_test_component_platform helper for datetime entity component tests instead of hass.components ( #114415 )
2024-03-29 07:51:10 +01:00
Jan-Philipp Benecke and GitHub
74d614243b
Use setup_test_component_platform helper for date entity component tests instead of hass.components ( #114413 )
...
* Use `setup_test_component_platform` helper for date entity component tests instead of `hass.components`
* Remove missing
2024-03-29 07:43:19 +01:00
J. Nick Koston and GitHub
61982acb17
Cleanup some plex tasks that delayed startup ( #114418 )
2024-03-28 20:36:33 -10:00
Jan-Philipp Benecke and GitHub
a102230498
Use setup_test_component_platform helper for time entity component tests instead of hass.components ( #114411 )
2024-03-29 07:34:00 +01:00
Jan-Philipp Benecke and GitHub
ae635a5586
Use setup_test_component_platform helper for fan entity component tests instead of hass.components ( #114409 )
2024-03-29 07:32:41 +01:00
Sid and GitHub
a5b609f081
Enable ruff TRY401 ( #114395 )
...
* Enable ruff TRY401
* fix tests
2024-03-29 07:20:36 +01:00
530552b4f5
Use mock_platform for device_tracker entity component tests instead of hass.components ( #114398 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-03-28 15:23:21 -10:00
282cbfc048
Add eq3btsmart integration ( #109291 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-03-28 15:20:56 -10:00
Jan-Philipp Benecke and GitHub
4adbf7c730
Migrate nina to use single_config_entry ( #114408 )
2024-03-28 23:05:47 +01:00
Jan-Philipp Benecke and GitHub
7d0437808a
Migrate moon to use single_config_entry ( #114404 )
2024-03-28 21:28:02 +01:00
Jan-Philipp Benecke and GitHub
3fd24989c6
Use setup_test_component_platform helper for text entity component tests instead of hass.components ( #114400 )
2024-03-28 21:08:25 +01:00
Franck Nijhof
612988cf3e
Bump version to 2024.4.0b1
2024.4.0b1
2024-03-28 20:43:23 +01:00
Scott K Logan and Franck Nijhof
7a53ea4b92
Bump aioraven to 0.5.3 ( #114397 )
2024-03-28 20:43:10 +01:00
Paul Bottein and Franck Nijhof
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 and Franck Nijhof
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
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 and Franck Nijhof
80273b4873
Fix Lupusec feedback ( #114374 )
2024-03-28 20:42:52 +01:00
Joost Lekkerkerker and Franck Nijhof
99282d27c6
Fix Swiss public transport feedback ( #114373 )
2024-03-28 20:42:48 +01:00
Joost Lekkerkerker and Franck Nijhof
ba12652cbc
Fix Suez water feedback ( #114372 )
2024-03-28 20:42:42 +01:00
Joost Lekkerkerker and Franck Nijhof
5e0a0718e3
Fix streamlabswater feedback ( #114371 )
2024-03-28 20:42:39 +01:00
Marc Mueller and Franck Nijhof
1c6689be41
Update pytile to 2023.12.0 ( #114370 )
2024-03-28 20:42:36 +01:00
Erik Montnemery and Franck Nijhof
b143390d88
Improve device class of utility meter ( #114368 )
2024-03-28 20:42:33 +01:00
Erik Montnemery and Franck Nijhof
42580a1113
Improve utility meter restore state tests ( #114356 )
2024-03-28 20:42:30 +01:00
Robert Resch and Franck Nijhof
21bff95bd7
Fix script for checking on existing translations ( #114354 )
2024-03-28 20:42:27 +01:00
Christopher Bailey and Franck Nijhof
737e5e70ec
Bump pyunifiprotect to 5.1.2 ( #114348 )
2024-03-28 20:42:24 +01:00
J. Nick Koston and Franck Nijhof
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 and Franck Nijhof
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 and Franck Nijhof
04bfb1de3c
Add more Ollama models ( #114339 )
...
Add more models
2024-03-28 20:42:15 +01:00
J. Nick Koston and Franck Nijhof
541a6c5f64
Revert velocity change in powerview ( #114337 )
2024-03-28 20:42:12 +01:00
Robert Resch and Franck Nijhof
824d6afa24
Remove checked in translations ( #114336 )
2024-03-28 20:42:09 +01:00
Robert Resch and Franck Nijhof
53cc4b8c37
Download translations only once in the build pipeline ( #114335 )
2024-03-28 20:42:06 +01:00
Erik Montnemery and Franck Nijhof
a91c03b164
Don't access States.last_reported_ts before it's added ( #114333 )
2024-03-28 20:42:03 +01:00
Øyvind Matheson Wergeland and Franck Nijhof
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
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 and Franck Nijhof
a18184a4c0
Bump pyduotecno to 2024.3.2 ( #114320 )
2024-03-28 20:41:54 +01:00
TheJulianJES and Franck Nijhof
e2710184cb
Bump zha-quirks to 0.0.113 ( #114311 )
2024-03-28 20:41:51 +01:00
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
Paul Bottein and GitHub
dbbc6914c4
Update frontend to 20240328.0 ( #114396 )
2024-03-28 20:38:12 +01:00
Scott K Logan and GitHub
78c1efa7d4
Bump aioraven to 0.5.3 ( #114397 )
2024-03-28 18:52:17 +01:00
Christopher Bailey and GitHub
435781be45
Bump pyunifiprotect to 5.1.2 ( #114348 )
2024-03-28 07:48:51 -10:00
Sid and GitHub
5523cb6be8
Set ruff requires-version to 0.3.4 ( #114388 )
2024-03-28 18:45:07 +01:00
Marc Mueller and GitHub
443bfee16d
Replace partial annotations ( #114177 )
2024-03-28 18:33:39 +01:00
Michael Hansen and GitHub
6fafb9c9b4
Filter preferred TTS format options if not supported ( #114392 )
...
Filter preferred format options if not supported
2024-03-28 11:09:15 -05:00
Franck Nijhof and GitHub
3df03f5be5
Fix area search for entities of devices ( #114394 )
2024-03-28 16:57:29 +01:00
Franck Nijhof and GitHub
192fad040a
Fix hassfest service icons check for custom integrations ( #114389 )
2024-03-28 16:20:20 +01:00
f9aa7d34f8
Use fallback voice for selected language in cloud ( #114246 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2024-03-28 15:44:50 +01:00
Martin Hjelmare and GitHub
52ca14de48
Add matter zeroconf ( #114385 )
...
* Add matter zeroconf
* Clean up
2024-03-28 14:57:18 +01:00
2511a9a087
Add SharkIQ room targeting ( #89350 )
...
* SharkIQ Dep & Codeowner Update
* Update code owners
* SharkIQ Room-Targeting Support
* Add Tests for New Service
* Remove unreachable code
* Refine tests to reflect unreachable code changes
* Updates based on PR comments
* Updates based on PR review comments
* Address issues found in PR Review
* Update Exception type, add excption message to strings. Do not save room list in state history.
* Update message to be more clear that only one faild room is listed
* couple more updates based on comments
---------
Co-authored-by: jrlambs <jrlambs@gmail.com >
Co-authored-by: Robert Resch <robert@resch.dev >
2024-03-28 14:19:25 +01:00