Andy
69bb827a20
Add ecovacs lawn mover ( #111673 )
2024-02-28 16:35:29 +01:00
Joost Lekkerkerker
515ca2b6f1
Add icon translations to Homekit ( #111719 )
2024-02-28 16:34:50 +01:00
Joost Lekkerkerker
7d1d72cc45
Add icon translations to Harmony ( #111714 )
2024-02-28 16:34:25 +01:00
Joost Lekkerkerker
0ff55a2d24
Add icon translations to Hassio ( #111715 )
2024-02-28 16:33:46 +01:00
Joost Lekkerkerker
5940dbd51d
Add icon translations to Heos ( #111716 )
2024-02-28 16:33:12 +01:00
Joost Lekkerkerker
818022073d
Add icon translations to Hive ( #111717 )
2024-02-28 16:32:52 +01:00
Joost Lekkerkerker
afe3d7fb4f
Add icon translations to Home connect ( #111718 )
2024-02-28 16:32:26 +01:00
Joost Lekkerkerker
15cd9c011e
Add icon translations to Homekit Controller ( #111720 )
...
* Add icon translations to Homekit Controller
* Add icon translations to Homekit Controller
2024-02-28 16:31:09 +01:00
Joost Lekkerkerker
b6d56d38ba
Add icon translations to Homematic IP Cloud ( #111723 )
2024-02-28 16:30:20 +01:00
Sebastian Noack
df61d0a29d
Add entities for Balboa Spa lights ( #111252 )
2024-02-28 16:29:40 +01:00
Erik Montnemery
b336095239
Allow translating device names ( #110711 )
...
* Allow translating device names
* Don't keep a reference to translations in config entry
* Update kitchen_sink tests
* Add tests
2024-02-28 15:59:59 +01:00
J. Nick Koston
9b9700c75f
Import nexia in the executor to avoid blocking the event loop ( #111694 )
...
2024-02-27 22:54:18.638 DEBUG (MainThread) [homeassistant.loader] Importing platform nexia.config_flow took 1.84s (loaded_executor=False)
2024-02-28 15:37:10 +01:00
J. Nick Koston
f71343a3ba
Import tplink in the executor to avoid blocking the event loop ( #111691 )
...
* Import tplink in the executor to avoid blocking the event loop
2024-02-27 22:44:19.908 DEBUG (MainThread) [homeassistant.loader] Component tplink import took 1.620 seconds (loaded_executor=False)
* patch out discovery because it happens too fast now
2024-02-28 15:06:33 +01:00
dependabot[bot]
ee0f177153
Bump github/codeql-action from 3.24.4 to 3.24.5 ( #111448 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.24.4 to 3.24.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.24.4...v3.24.5 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 14:58:37 +01:00
Robert Svensson
c478b1416c
Adapt Axis integration to library refactoring ( #110898 )
...
* Adapt Axis integration to library refactoring
* Bump axis to v49
2024-02-28 14:36:32 +01:00
Joost Lekkerkerker
2b3630b054
Add icon translations to HVV departures ( #111728 )
2024-02-28 14:19:32 +01:00
Sebastian Noack
5a57816e50
Add entities for Balboa Spa pumps ( #111245 )
...
* Add entities for Balboa Spa pumps
* Fix fan tests and move client_update to __init__
* Ruff
---------
Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
2024-02-28 14:19:02 +01:00
Simone Chemelli
5c124e5fd2
Add Comelit humidifier/dehumidifier ( #111203 )
...
* Add Comelit humidifier/dehumidifier
* optimize turn_on
* fix entity naming
* raise ServiceValidationError
* apply review comment
* apply review comments
* rename HumidifierComelitAction
2024-02-28 14:15:44 +01:00
Joost Lekkerkerker
4be0e86591
Add icon translations to Guardian ( #111712 )
...
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
2024-02-28 13:08:40 +01:00
Joost Lekkerkerker
a8887d59ed
Add icon translations to BMW ( #111348 )
...
* Add icon translations to BMW
* Add icon translations to BMW
2024-02-28 13:05:27 +01:00
Joost Lekkerkerker
40431a9f7e
Add icon translations to DROP connect ( #111373 )
...
* Add icon translations to DROP connect
* Add icon translations to DROP connect
2024-02-28 12:58:04 +01:00
Joost Lekkerkerker
7ad1d3e891
Add icon translations to DSMR ( #111411 )
...
* Add icon translations to DSMR
* Add icon translations to DSMR
2024-02-28 12:55:43 +01:00
J. Nick Koston
913ee90e1a
Use eager tasks when updating entity state after service calls ( #111702 )
...
In a multi-entity update case the state update may not need
to suspend and can get executed without scheduling a task
on the event loop
2024-02-28 12:46:32 +01:00
J. Nick Koston
69a1da0a1a
Make entity component platform setup tasks eager ( #111698 )
...
Many of these that setup from YAML will never suspend
because they do no I/O
2024-02-28 12:44:23 +01:00
J. Nick Koston
459f430575
Use eager tasks in a few more places in bootstrap ( #111697 )
...
I missed a few of the ones that run before we call
_async_set_up_integrations as I was too focused
on the timings of that function
2024-02-28 12:41:03 +01:00
J. Nick Koston
f7ac1e4b8e
Import mobile_app in the executor to avoid blocking the event loop ( #111692 )
...
2024-02-27 22:44:23.926 DEBUG (MainThread) [homeassistant.loader] Component mobile_app import took 0.490 seconds (loaded_executor=False)
2024-02-28 12:39:51 +01:00
Michał Jaworski
12b15a9a37
Bump blebox_uniapi to 2.2.1 ( #108918 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2024-02-28 12:39:37 +01:00
Joost Lekkerkerker
e8837a4026
Add icon translations to Fronius ( #111608 )
2024-02-28 12:04:49 +01:00
Joost Lekkerkerker
b117deff58
Add icon translations to Gree ( #111662 )
...
* Add icon translations to Gree
* Add icon translations to Gree
2024-02-28 11:38:16 +01:00
Erwin Douna
c52e2038be
Tado code quality improvements ( #107678 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2024-02-28 11:28:51 +01:00
Joost Lekkerkerker
38ba966d74
Add icon translations to Devolo home network ( #111367 )
2024-02-28 11:21:19 +01:00
Joost Lekkerkerker
b629f5c143
Add icon translations to Denon avr ( #111364 )
...
* Add icon translations to Denon avr
* Update homeassistant/components/denonavr/icons.json
2024-02-28 11:02:37 +01:00
Jan-Philipp Benecke
ebfba7258e
Revert "Drop `@bind_hass` use from hassio component ( #111522 )" ( #111705 )
...
This reverts commit 4e4345f04e
.
2024-02-28 10:51:37 +01:00
Jan-Philipp Benecke
3ae056b358
Revert "Remove `@bind_hass` from async_active_zone and make callback function" ( #111704 )
...
Revert "Remove `@bind_hass` from async_active_zone and make callback function…"
This reverts commit f85a8c5041
.
2024-02-28 10:51:17 +01:00
Jan-Philipp Benecke
259171eda9
Revert "Remove `@bind_hass` from `camera` functions" ( #111703 )
...
Revert "Remove `@bind_hass` from `camera` functions (#111494 )"
This reverts commit c890c1aeee
.
2024-02-28 10:51:04 +01:00
Joost Lekkerkerker
dbeb93b260
Add icon translations to Filesize ( #111536 )
2024-02-28 09:37:38 +01:00
J. Nick Koston
01a6b85a35
Avoid creating system monitor disk sensors for non-dirs ( #111695 )
...
Avoid creating system monitor sensors for non-dirs
Currently we create sensors for /etc/hosts, /etc/asound.conf, since
they are bind mounts in the container. These all have to have
their own coordinator
2024-02-28 09:31:02 +01:00
Joost Lekkerkerker
f9d9ac48c7
Add icon translations to Google Assistant SDK ( #111658 )
2024-02-28 08:52:51 +01:00
Joost Lekkerkerker
882f28bb5f
Add icon translations to FAA delays ( #111533 )
2024-02-28 08:52:36 +01:00
Joost Lekkerkerker
2f38ce2813
Add icon translations to Eufylife BLE ( #111530 )
2024-02-28 08:52:24 +01:00
Joost Lekkerkerker
2cee022bb7
Add icon translations to Fastdotcom ( #111534 )
2024-02-28 08:51:10 +01:00
Joost Lekkerkerker
1a61c6db1c
Add icon translations to Fireservicerota ( #111537 )
2024-02-28 08:50:57 +01:00
Joost Lekkerkerker
24050b6e0f
Add icon translations to Escea ( #111529 )
2024-02-28 08:50:44 +01:00
Joost Lekkerkerker
e2c38c6415
Add icon translations to Environment Canada ( #111527 )
...
* Add icon translations to Environment Canada
* Add icon translations to Environment Canada
2024-02-28 08:50:31 +01:00
Joost Lekkerkerker
dfd8179a2d
Add icon translations to FiveM ( #111539 )
2024-02-28 08:50:16 +01:00
Joost Lekkerkerker
cd9219d4c6
Add icon translations to GDACS ( #111611 )
...
* Add icon translations to GDACS
* Add icon translations to GDACS
* Add icon translations to GDACS
2024-02-28 08:49:58 +01:00
Joost Lekkerkerker
3077039470
Add icon translations to Glances ( #111615 )
...
* Add icon translations to Glances
* Add icon translations to Glances
2024-02-28 08:49:47 +01:00
Joost Lekkerkerker
132b597d9e
Add icon translations to Epson ( #111528 )
2024-02-28 08:49:24 +01:00
J. Nick Koston
c3412bb017
Make homekit_controller platform load tasks eagerly ( #111701 )
2024-02-27 21:46:42 -10:00
J. Nick Koston
e0d15680a6
Import xiaomi_ble in the executor to avoid blocking the event loop ( #111693 )
2024-02-27 20:48:40 -10:00