1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-17 19:43:29 +01:00
Commit Graph

77403 Commits

Author SHA1 Message Date
Joost Lekkerkerker 5fa4be02f0 Add icon translations to Daikin (#111362) 2024-02-25 14:05:43 +01:00
Joost Lekkerkerker 18fcb14c1b Add icon translations to Cert expiry (#111354) 2024-02-25 14:04:48 +01:00
Joost Lekkerkerker 40a38d23eb Add icon translations to Coolmaster (#111359) 2024-02-25 14:03:07 +01:00
Joost Lekkerkerker 33bf5d7b8b Add icon translations to Cloud (#111355) 2024-02-25 14:01:41 +01:00
Joost Lekkerkerker 5849227033 Add icon translations to Bring (#111351) 2024-02-25 13:59:41 +01:00
Joost Lekkerkerker 33a4040f8e Add icon translations to Cast (#111352) 2024-02-25 13:58:50 +01:00
steffenrapp 13621532fd Nuki add binary sensor for battery charging (#111320)
* Nuki binary sensors

* disable by default
2024-02-25 13:37:13 +01:00
steffenrapp 7d37aeac59 Add icon translations to Nuki (#111377) 2024-02-25 13:25:12 +01:00
J. Nick Koston 8645184dbf Make matter import in google_assistant late to avoid blocking the event loop (#111335)
related issue https://github.com/home-assistant-libs/python-matter-server/issues/578
2024-02-25 07:20:01 -05:00
Marc Mueller 49ae81c5c4 Refactor deprecated workday argument (#111379) 2024-02-25 13:04:02 +01:00
Joost Lekkerkerker a94f8bd14d Add icon translations to DNS IP (#111369) 2024-02-25 13:00:45 +01:00
Joost Lekkerkerker 8d3982f3dd Add icon translations to Comelit (#111358) 2024-02-25 11:35:22 +01:00
Joost Lekkerkerker 76784cbc95 Add icon translations to Blink (#111346) 2024-02-25 10:44:49 +01:00
Joost Lekkerkerker 3e67b9828b Add icon translations to Android TV (#111338) 2024-02-25 10:43:56 +01:00
Joost Lekkerkerker a55e5130a4 Use device class icon in Anthem AV (#111339) 2024-02-25 10:43:21 +01:00
Joost Lekkerkerker 4229f988e2 Add icon translations to aosmith (#111340)
* Add icon translations to aosmith

* Add icon translations to aosmith
2024-02-25 10:42:41 +01:00
Joost Lekkerkerker 859c28fdb7 Add icon translations to apcupsd (#111342)
* Add icon translations to apcupsd

* Add icon translations to apcupsd
2024-02-25 10:42:04 +01:00
Joost Lekkerkerker cb6cf3bedc Add icon translations to Balboa (#111343) 2024-02-25 10:40:44 +01:00
Joost Lekkerkerker 496339773b Add icon translations to Blue current (#111347) 2024-02-25 10:39:15 +01:00
Joost Lekkerkerker 70af28cc26 Add icon translations to aftership (#111317) 2024-02-25 10:38:17 +01:00
Joost Lekkerkerker dbc4d90435 Add icon translations to amberelectric (#111321) 2024-02-25 10:37:29 +01:00
Joost Lekkerkerker a706d5e282 Add icon translations to alarmdecoder (#111319) 2024-02-25 10:36:18 +01:00
Marc Mueller 20f455d39f Update python-homewizard-energy to 4.3.1 (#111311) 2024-02-25 10:35:12 +01:00
J. Nick Koston d053f0b9e2 Bump ibeacon-ble to 1.2.0 (#111315)
changelog: https://github.com/Bluetooth-Devices/ibeacon-ble/compare/v1.0.1...v1.2.0
2024-02-25 10:44:23 +02:00
Joost Lekkerkerker 6e5d14737e Add icons translations for airvisual (#111318)
* Add icons translations for airvisual

* Add icon translations to airvisual
2024-02-25 08:27:29 +01:00
MarkGodwin d004011d41 Bump tplink-omada-client to 1.3.11 (#111273)
Bump TP-Link Omada API
2024-02-24 23:33:13 +01:00
G Johansson 5073842514 Fix sql integration no recorder (#111263) 2024-02-24 22:40:49 +01:00
Åke Strandberg cd46cc6e80 Add myuplink number platform (#111154)
* Add number platform

* Use constant for SERVICE_SET_VALUE
2024-02-24 22:39:14 +01:00
J. Nick Koston b9b52b5e6d Reduce Bluetooth setup time (#111304) 2024-02-24 11:31:45 -10:00
J. Nick Koston dd80157dc7 Load translations at setup time if they were not loaded at bootstrap (#110921) 2024-02-24 11:31:25 -10:00
Jan-Philipp Benecke 076ae22fdd Freeze time in aemet diagnostics test (#111308) 2024-02-24 16:26:16 -05:00
J. Nick Koston 93a76ab519 Fix profiler.lru_stats always throwing an exception (#111249)
Remove IntegrationMatcher as its now a slotted class and cannot
be examined with the current methods (we also likely do not need
to optimize it anymore)

```
  File "/usr/src/homeassistant/homeassistant/components/profiler/__init__.py", line 201, in _lru_stats
    for maybe_lru in class_with_lru_attr.__dict__.values():
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'IntegrationMatcher' object has no attribute '__dict__'. Did you mean: '__dir__'?
```
2024-02-24 16:26:01 -05:00
J. Nick Koston bccab1bad7 Fix workday blocking the event loop (#111310)
- Avoid calling list_supported_countries to setup workday
- Only call list_supported_countries in executor in the config flow
2024-02-24 22:22:07 +01:00
Robert Svensson efc89cd34f Unifi websocket manager (#111041)
* Move hub into .hub.hub

* Move websocket to own module

* Minor shuffle
2024-02-24 16:20:59 -05:00
Jan-Philipp Benecke d796085923 Bump pydiscovergy to 3.0.0 (#111305) 2024-02-24 22:07:46 +01:00
Ben Hoff adf4392c0a Bump opower to 0.3.1 (#111307)
bump opower instance
2024-02-24 21:56:20 +01:00
Rami Mosleh a65d9c17c4 Fix async_validate_location arguments order (#111277)
fix `async_validate_location` arguments order
2024-02-24 21:43:00 +01:00
G Johansson c45cae3665 Remove obsolete entities from System Monitor automatically (#111231)
* Remove obsolete entities from System Monitor automatically

* callback
2024-02-24 20:50:53 +01:00
Joost Lekkerkerker 47b7dd4a01 Set Lutron switch to device name (#111293) 2024-02-24 20:18:06 +01:00
Minims 597118d584 Add ECO temp to Generic Thermostat (#110471)
feat: add ECO temp to Generic Thermostat.
2024-02-24 20:17:22 +01:00
G Johansson 777428c36d Add diagnostics to System Monitor (#111291)
* Add diagnostics to System Monitor

* Fix
2024-02-24 20:11:11 +01:00
Álvaro Fernández Rojas 57d169582d Add diagnostics support for AEMET (#111218)
aemet: add diagnostics support

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-24 20:08:50 +01:00
Federico D'Amico bf9c4197b9 Add light platform to microBees and change docstring in sensor (#111093)
* Add light platform to microBees and change docstring in sensor

* update .coveragerc

* fixes review

* fixes review

* fixes async_add_entities
2024-02-24 20:07:04 +01:00
starkillerOG 9cebbf15f3 Bump motionblinds to 0.6.23 (#111265)
* Bump motionblinds to 0.6.22

* Bump motionblinds to 0.6.23
2024-02-24 20:05:04 +01:00
dougiteixeira 3d72f40aea Add strings to the options attribute (#111302)
Add strings to the message attribute
2024-02-24 19:23:07 +01:00
steffenrapp dbf70f9e0a Nuki add battery critical binary sensor (#111285)
* Update binary_sensor.py

* Update strings.json

* Update homeassistant/components/nuki/binary_sensor.py

Co-authored-by: Pascal Reeb <pascal@reeb.io>

* Update homeassistant/components/nuki/binary_sensor.py

Co-authored-by: Pascal Reeb <pascal@reeb.io>

* Update homeassistant/components/nuki/binary_sensor.py

Co-authored-by: Pascal Reeb <pascal@reeb.io>

---------

Co-authored-by: Pascal Reeb <pascal@reeb.io>
2024-02-24 18:17:42 +01:00
J. Nick Koston 53b12d67f7 Bump yalexs-ble to 2.4.2 (#111247)
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.4.1...v2.4.2
2024-02-24 19:04:19 +02:00
Marc Mueller 70790bc614 Update pytest-timeout to 2.2.0 (#111272) 2024-02-24 19:02:15 +02:00
Klaas Schoute 04a6c0b5f2 Bump odp-amsterdam to v6.0.1 (#111296) 2024-02-24 19:00:40 +02:00
Álvaro Fernández Rojas 766596abdc Add Airzone Cloud Air Quality zone binary sensors (#106573)
* airzone_cloud: add Air Quality binary sensor

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: binary_sensor: rename Air Quality

Add "active" to indicate status.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

---------

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-24 08:41:12 -05:00