870dc4dbea
Record Analytics Insights quality scale ( #133571 )
...
* Record Analytics Insights quality scale
* Record Analytics Insights quality scale
* Record Analytics Insights quality scale
* Update homeassistant/components/analytics_insights/quality_scale.yaml
Co-authored-by: Josef Zweck <josef@zweck.dev >
* Update homeassistant/components/analytics_insights/quality_scale.yaml
Co-authored-by: Josef Zweck <josef@zweck.dev >
---------
Co-authored-by: Josef Zweck <josef@zweck.dev >
2024-12-20 13:14:41 +01:00
Erik Montnemery and GitHub
4c96b83297
Fix reading extra metadata for local backups ( #133643 )
2024-12-20 13:13:25 +01:00
Erik Montnemery and GitHub
5834ecb13e
Fix homeassistant_included flag for local backups ( #133640 )
2024-12-20 12:36:54 +01:00
Cyrill Raccaud and GitHub
e62a563ec1
Add Swiss Public Transport quality scale record ( #131629 )
2024-12-20 12:30:55 +01:00
Joost Lekkerkerker and GitHub
6a599dc27a
Record NYT Games quality scale ( #133592 )
...
* Record NYT Games quality scale
* Record NYT Games quality scale
* Fix
2024-12-20 12:30:35 +01:00
Joost Lekkerkerker and GitHub
df383a3a31
Record Mealie quality scale ( #133587 )
...
* Record Mealie quality scale
* Record NYT Games quality scale
* Fix
* Fix
* Fix
2024-12-20 12:29:54 +01:00
Joost Lekkerkerker and GitHub
86e43b7196
Record Knocki quality scale ( #133582 )
...
* Record Knocki quality scale
* Record Knocki quality scale
* Fix
2024-12-20 12:29:04 +01:00
dontinelli and GitHub
b5c4608373
Upgrade QS from bronze to silver for slide_local ( #133560 )
2024-12-20 12:25:45 +01:00
Josef Zweck and GitHub
bddd8624bb
Add scale support to lamarzocco ( #133335 )
2024-12-20 12:24:15 +01:00
Franck Nijhof and GitHub
6974f61703
2024.12.5 ( #133636 )
2024.12.5
2024-12-20 11:45:57 +01:00
Erik Montnemery and GitHub
3df992790d
Bump aiohasupervisor to version 0.2.2b3 ( #133631 )
2024-12-20 10:59:52 +01:00
Kenny Root and GitHub
b391dfe647
Switch to official Zabbix Python API ( #131674 )
2024-12-20 10:59:30 +01:00
Franck Nijhof
e7bdf1467b
Bump version to 2024.12.5
2024-12-20 09:51:57 +00:00
J. Nick Koston and Franck Nijhof
ff9df15cb0
Handle mqtt.WebsocketConnectionError when connecting to the MQTT broker ( #133610 )
...
fixes #132985
2024-12-20 09:43:13 +00:00
Joost Lekkerkerker and Franck Nijhof
fdde9d3a52
Fix Twinkly raise on progress ( #133601 )
2024-12-20 09:43:09 +00:00
Marcel van der Veldt and Franck Nijhof
8c1a18b383
Handle null value for elapsed time in Music Assistant ( #133597 )
2024-12-20 09:43:05 +00:00
J. Nick Koston and Franck Nijhof
367749d93c
Bump aiohttp to 3.11.11 ( #133530 )
2024-12-20 09:42:34 +00:00
Joakim Plate and Franck Nijhof
13f32c6720
Bump gardena_bluetooth to 1.5.0 ( #133502 )
2024-12-20 09:41:07 +00:00
Joakim Plate and Franck Nijhof
f8e1a786be
Update fjäråskupan to 2.3.2 ( #133499 )
2024-12-20 09:41:03 +00:00
Joakim Plate and Franck Nijhof
cd5a46f11d
Update fjäråskupan to 2.3.1 ( #133493 )
2024-12-20 09:41:00 +00:00
Luke Lashley and Franck Nijhof
0140aa7240
Update Roborock to 2.8.1 ( #133492 )
2024-12-20 09:40:56 +00:00
Mick Vleeshouwer and Franck Nijhof
92f50c63b1
Don't raise Overkiz user flow unique_id check ( #133471 )
2024-12-20 09:40:52 +00:00
Mick Vleeshouwer and Franck Nijhof
1afeabfd64
Bump pyOverkiz to 1.15.3 ( #133458 )
2024-12-20 09:40:49 +00:00
Quentame and Franck Nijhof
709d15a79b
Bump Freebox to 1.2.1 ( #133455 )
2024-12-20 09:40:45 +00:00
J. Nick Koston and Franck Nijhof
cf4dbcfebf
Ensure screenlogic retries if the protocol adapter is still booting ( #133444 )
...
* Ensure screenlogic retries if the protocol adapter is still booting
If the protocol adapter is still booting, it will disconnect and never
retry
```
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/screenlogic/__init__.py", line 65, in async_setup_entry
await gateway.async_connect(**connect_info)
File "/usr/local/lib/python3.13/site-packages/screenlogicpy/gateway.py", line 142, in async_connect
connectPkg = await async_connect_to_gateway(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/screenlogicpy/requests/login.py", line 107, in async_connect_to_gateway
mac_address = await async_gateway_connect(transport, protocol, max_retries)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/screenlogicpy/requests/login.py", line 77, in async_gateway_connect
raise ScreenLogicConnectionError("Host unexpectedly disconnected.")
screenlogicpy.const.common.ScreenLogicConnectionError: Host unexpectedly disconnected.
```
* coverage
2024-12-20 09:40:42 +00:00
59e6fa5138
Bugfix: also schedule time based integration when source is 0 ( #133438 )
...
* Bugfix also schedule time based integration when source is 0
* Update tests/components/integration/test_sensor.py
Co-authored-by: Diogo Gomes <diogogomes@gmail.com >
* Improve comment in test. Remove redundant assertion.
---------
Co-authored-by: Diogo Gomes <diogogomes@gmail.com >
2024-12-20 09:40:38 +00:00
IceBotYT and Franck Nijhof
8400ef8441
Add support for Nice G.O. HAE00080 wall station ( #133186 )
2024-12-20 09:40:35 +00:00
IceBotYT and Franck Nijhof
6188db18c2
Bump nice-go to 1.0.0 ( #133185 )
...
* Bump Nice G.O. to 1.0.0
* Mypy
* Pytest
2024-12-20 09:40:31 +00:00
Jonas Fors Lellky and GitHub
7e6392f062
Define setpoints as constants in flexit_bacnet ( #133580 )
...
* Define setpoints as consts
* Use a regular comment instead of docstring
* Un-indent comment
2024-12-20 10:11:50 +01:00
Joakim Sørensen and GitHub
10191e7a23
Add async_register_backup_agents_listener to cloud/backup ( #133584 )
...
* Add async_register_backup_agents_listener to cloud/backup
* Coverage
* more coverage
2024-12-20 08:55:00 +01:00
G Johansson and GitHub
ad34bc8910
Add min/max price sensor to Nord Pool ( #133534 )
...
* Add min/max price sensor to Nord Pool
* Last fixes
* Make link in strings
* Replace func
2024-12-20 08:26:36 +01:00
Manu and GitHub
26212798a3
Fixes and code cleanup for IronOS integration ( #133579 )
...
* Fix typing and cleanup in IronOS integration
* fix test not using freezer
* changes
* fix timedelta
2024-12-20 08:25:08 +01:00
J. Nick Koston and GitHub
3d20c5c5d6
Remove lower bound for history start time state query ( #133607 )
...
Remove lower bound for start time state query
With the new query in #133553 we do not need a lower bound
on the search since it will always use index now and we
always want the newest value in the index before the
provided timestamp. The lower bound is redudant at this
point as it will always be older than the oldest
time point for the state. It only made sense when
the query would have had to examine a time window
of states instead of doing an index only search.
2024-12-20 08:24:47 +01:00
Christopher Fenner and GitHub
afae257a12
Bump PyViCare to 2.39.1 ( #133619 )
2024-12-20 01:14:48 +01:00
Quentame and GitHub
64aba0c1a3
Bump Freebox to 1.2.1 ( #133455 )
2024-12-20 00:48:03 +01:00
J. Nick Koston and GitHub
551a584ca6
Handle mqtt.WebsocketConnectionError when connecting to the MQTT broker ( #133610 )
...
fixes #132985
2024-12-19 21:39:39 +01:00
Jan-Philipp Benecke and GitHub
b261c7f18a
Mark docs-installation-parameters for SABnzbd as done ( #133609 )
2024-12-19 20:29:12 +01:00
Joost Lekkerkerker and GitHub
61e5f10d12
Fix Twinkly raise on progress ( #133601 )
2024-12-19 20:27:08 +01:00
adam-the-hero and GitHub
2413fc4c0d
Fix Watergate Water meter volume sensor ( #133606 )
2024-12-19 20:25:24 +01:00
Abílio Costa and GitHub
e6ef3fe507
Update Idasen Desk user flow step strings ( #133605 )
2024-12-19 20:24:10 +01:00
J. Nick Koston and GitHub
04bcc8d3d3
Bump yalexs-ble to 2.5.6 ( #133593 )
2024-12-19 09:13:51 -10:00
Joost Lekkerkerker and GitHub
52683c5f75
Improve Airgradient config flow tests ( #133594 )
2024-12-19 19:58:33 +01:00
2f77cda822
Add basic UniFi Protect AiPort support ( #133523 )
...
* UnifiProtect add basic support for AiPort devices
* Sort ignore-words
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-12-19 08:18:21 -10:00
Marcel van der Veldt and GitHub
a97434976e
Handle null value for elapsed time in Music Assistant ( #133597 )
2024-12-19 19:00:18 +01:00
epenet and GitHub
e357e0a406
Set default min/max color temperature in template lights ( #133549 )
2024-12-19 18:40:04 +01:00
Andrew Jackson and GitHub
1a068d99d6
Add data descriptions to Mealie integration ( #133590 )
2024-12-19 18:28:50 +01:00
Joost Lekkerkerker and GitHub
95b3d27b60
Update Airgradient quality scale ( #133569 )
2024-12-19 18:23:40 +01:00
Allen Porter and GitHub
a3ef3cce3e
Improve Google Tasks coordinator updates behavior ( #133316 )
2024-12-19 16:41:47 +01:00
Erik Montnemery and GitHub
255f85eb2f
Fix boot loop after restoring backup ( #133581 )
2024-12-19 16:04:59 +01:00
Josef Zweck and GitHub
94c7d18346
Bump pylamarzocco to 1.4.1 ( #133557 )
2024-12-19 13:36:32 +01:00