starkillerOG and GitHub
61f2251336
Fix Reolink Home Hub Pro playback ( #142871 )
...
Fix Home Hub Pro playback
2025-04-14 09:39:41 +02:00
Kevin Stillhammer and GitHub
62a0932deb
Only get tracked pairs for kraken ( #142877 )
...
Only get tracked pairs
Getting all available pairs leads to a too long request URL
2025-04-14 09:39:01 +02:00
J. Nick Koston and GitHub
3389ee4b80
Bump inkbird-ble to 0.13.0 ( #142885 )
...
* Bump inkbird-ble to 0.12.0
changelog: https://github.com/Bluetooth-Devices/inkbird-ble/compare/v0.11.0...v0.12.0
* map discovery as well
* fix merge
* fix merge error
* bump again for more cleanups
* fix tests
2025-04-14 09:37:42 +02:00
Åke Strandberg and GitHub
cc6e2ef3f7
Spelling corrections in miele integration ( #142907 )
...
Spelling corrections
2025-04-14 09:36:02 +02:00
Glenn Waters and GitHub
1a1c95af12
Bump Environment Canada library to 0.10.1 ( #142882 )
2025-04-13 18:39:50 -10:00
Allen Porter and GitHub
658299ee21
Strip whitespace from new todo list item names ( #142889 )
...
Strip whitspace from new todo list item names
2025-04-13 17:42:42 -07:00
Allen Porter and GitHub
5b8ca8d0ed
Improve local calendar error logging when uploading invalid .ics files ( #142891 )
2025-04-13 17:42:24 -07:00
d91528648f
Update ollama to allow selecting mutiple LLM APIs ( #142445 )
...
* Update ollama to allow selecting mutiple LLM APIs
* Update homeassistant/helpers/llm.py
* Avoid gather since these don't do I/O
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2025-04-13 15:37:46 -07:00
J. Nick Koston and GitHub
8b88272bc0
Add async_set_updated_data method to PassiveBluetoothProcessorCoordinator ( #142879 )
2025-04-13 11:08:22 -10:00
zry98 and GitHub
8ab59bee47
[xiaomi_ble] Support Body Composition Scale S400 ( #142705 )
2025-04-13 10:41:43 -10:00
J. Nick Koston and GitHub
18c814d3dc
Bump inkbird-ble to 0.11.0 ( #142832 )
2025-04-13 10:08:28 -10:00
Jan Bouwhuis and GitHub
4f0928d93b
Use existing translations for mqtt subentry platform selector ( #142876 )
2025-04-13 22:08:19 +02:00
J. Nick Koston and GitHub
6c7865a247
Bump aioesphomeapi to 29.10.0 ( #142813 )
2025-04-13 10:08:01 -10:00
Jan Bouwhuis and GitHub
7cf63d1985
Add transition and flash feature flags for MQTT JSON light ( #142692 )
2025-04-13 21:39:40 +02:00
Åke Strandberg and GitHub
0b02b43b11
Add integration for Miele ( #142498 )
2025-04-13 21:09:41 +02:00
Simone Chemelli and GitHub
b25a0e2272
Small cleanup for Vodafone Station ( #142867 )
2025-04-13 18:57:00 +02:00
Thomas55555 and GitHub
6d78c961d9
Bump colorlog to 6.9.0 ( #142616 )
2025-04-13 16:10:52 +02:00
Simone Chemelli and GitHub
e370248c9e
Use typed ConfigEntry in UptimeRobot ( #142846 )
2025-04-13 15:30:47 +02:00
Brett Adams and GitHub
31c2d22912
Check Energy Live API works before creating the coordinator in Tessie ( #142510 )
...
* Check live API works before creating the coordinator
* Fix diag
* Fix mypy on entity
* is not None
2025-04-13 13:55:16 +02:00
Norbert Rittel and GitHub
5eb25b2d4a
Use common states for "Low"/"Medium"/"High" in sensibo ( #142118 )
2025-04-13 12:40:53 +02:00
Chase Mamatey and GitHub
6737c51fca
Fix duke_energy data retrieval to adhere to service start date ( #136054 )
2025-04-12 19:00:49 -04:00
Marc Mueller and GitHub
d23c9f715e
Update beautifulsoup4 to 4.13.3 ( #142751 )
2025-04-12 12:04:50 -10:00
Marc Mueller and GitHub
03ccb529e4
Update pillow to 11.2.1 ( #142811 )
2025-04-12 12:03:28 -10:00
zry98 and GitHub
505e09242d
Bump xiaomi-ble to 0.37.0 ( #142812 )
2025-04-12 12:03:01 -10:00
Mathijs van de Nes and GitHub
d6b4f1c95d
Ensure no ALPN is negotiated for SMTP ( #142296 )
2025-04-12 12:02:07 -10:00
Norbert Rittel and GitHub
67c0af4c57
Fix spelling of "off-peak", add common state for "Normal" in plugwise ( #142682 )
2025-04-12 21:04:05 +02:00
Joost Lekkerkerker and GitHub
cba0cf0609
Migrate Syncthru to runtime data ( #142775 )
2025-04-12 20:59:59 +02:00
Joost Lekkerkerker and GitHub
b957017799
Clean up Syncthru unique id ( #142778 )
2025-04-12 20:50:37 +02:00
Joost Lekkerkerker and GitHub
ebe71a1a38
Add diagnostics support to Syncthru ( #142776 )
2025-04-12 20:22:12 +02:00
Joost Lekkerkerker and GitHub
6feb9d4b4e
Add entity translations to Syncthru ( #142774 )
...
* Add entity translations to Syncthru
* Add entity translations to Syncthru
* Fix
2025-04-12 20:19:49 +02:00
Ernst Klamer and GitHub
06d6155862
add support for quadruple button events for xiaomi-ble ( #142760 )
...
* bump xiaomi-ble to 0.36.0
* fix ruff
* fix ruff
* revert dependency bump
2025-04-12 20:18:26 +02:00
J. Nick Koston and GitHub
f13bdd0da4
Add support for passing though description_placeholders to _abort_if_unique_id_configured ( #142779 )
2025-04-12 07:47:02 -10:00
3489ea30dd
Fix MQTT device discovery when using node_id ( #142784 )
...
* Fix device discovery when using node_id
* tests
---------
Co-authored-by: jbouwh <jan@jbsoft.nl >
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
2025-04-12 19:30:06 +02:00
Marc Mueller and GitHub
d218ac85f7
Update pytest warnings filter ( #142797 )
2025-04-12 19:15:38 +02:00
peteS-UK and GitHub
5129c7521b
Force Squeezebox item id to string ( #142793 )
...
force item_id to string
2025-04-12 17:09:17 +02:00
eb19c7af32
Disable Home Connect appliance refresh when frequent disconnects are detected ( #142615 )
...
* Disable specific updates for an appliance when is done repeatedly
* Fix deprecation issues fix tests
* Fix message
* Avoid fetching appliance info also
* Apply suggestions
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Create specific RepairFlow for enabling appliance's updates
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-04-12 14:58:35 +02:00
J. Nick Koston and GitHub
6b65b21ee0
Migrate inkbird to use entry.runtime_data ( #142780 )
2025-04-12 12:20:07 +02:00
Franck Nijhof and GitHub
f7794ea6b5
2025.4.2 ( #142755 )
2025.4.2
2025-04-12 11:43:50 +02:00
Erik Montnemery and GitHub
4eda081574
Remove unnecessary error handling from backup onboarding ( #142786 )
2025-04-12 11:01:41 +02:00
Erik Montnemery and GitHub
234c4c1958
Move backup backup onboarding API to an onboarding platform ( #142713 )
...
* Move backup backup onboarding API to an onboarding platform
* Move additional test from onboarding to backup
* Remove backup tests from onboarding
2025-04-12 09:41:54 +02:00
Marc Mueller and GitHub
ad3c4d24b8
Update h2 to 4.2.0 ( #142777 )
2025-04-11 14:08:09 -10:00
J. Nick Koston and GitHub
ee37b32ca1
Log lutron_caseta exception on pairing failure ( #140776 )
2025-04-11 13:57:47 -10:00
Ernst Klamer and GitHub
49721a541a
bump xiaomi-ble to 0.36.0 ( #142761 )
2025-04-12 01:16:14 +03:00
Robert Svensson and GitHub
c18d96e2f5
UniFi redact WLAN password ( #142767 )
...
* Recact password key word in WLAN diagnostic data
* Fix testdata
2025-04-12 01:15:15 +03:00
Joost Lekkerkerker and GitHub
3efb009e82
Introduce base entity in Syncthru ( #142694 )
2025-04-12 00:12:23 +02:00
Sanjay Govind and Franck Nijhof
7a1bea7ff5
Add jaraco.itertools license exception as the classifier was removed but no SPDX expression was added ( #142439 )
2025-04-11 21:35:35 +00:00
Thomas55555 and Franck Nijhof
c7c645776d
Bump ical to 9.1.0 ( #142197 )
2025-04-11 21:35:28 +00:00
Mathijs van de Nes and GitHub
b20f46e8b9
Add non-shared ssl client_context ( #142653 )
2025-04-11 10:55:05 -10:00
Marc Mueller and GitHub
4f0ece1bb4
Update uiprotect to 7.5.3 ( #142766 )
2025-04-11 22:37:15 +02:00
2c316c5820
Ensure person loads after recorder ( #142585 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2025-04-11 09:39:30 -10:00