Michael
c814f4f307
Explicitly pass in the config entry in amberelectric coordinator init ( #137700 )
...
* explicitly pass in the config_entry in amberelectric coordinator init
* fix amberelectric tests
2025-02-07 20:11:04 +01:00
Maciej Bieniek
6ff733b225
Set the device class for the Shelly virtual sensor ( #137068 )
...
* Map sensor role to the device class
* Add test
* Fix docstring
2025-02-07 17:36:26 +02:00
puddly
b3205ea1cd
Do not rely on pyserial for port scanning with the CM5 + ZHA ( #137585 )
...
Do not rely on pyserial for port scanning with the CM5
2025-02-07 16:33:40 +01:00
Maciej Bieniek
aa6fa3cdad
Don't use the current temperature from Shelly BLU TRV as a state for External Temperature number entity ( #137658 )
...
Introduce RpcBluTrvExtTempNumber for External Temperature entity
2025-02-07 16:32:28 +01:00
Josef Zweck
040e1ff5fb
Use separate metadata files for onedrive ( #137549 )
2025-02-07 16:06:33 +01:00
Andrew Sayre
dd82212e45
Handle previously migrated HEOS device identifier ( #137596 )
2025-02-07 09:04:34 -06:00
Shay Levy
239f2dcb3e
Fix LG webOS TV turn off when device is already off ( #137675 )
2025-02-07 15:25:09 +01:00
Artur Pragacz
6d6961ae6e
Clean up colliding deleted devices when updating non-deleted devices ( #135592 )
...
* Fix Schrödinger's devices
* Address feedback
* Add comment with broader context
2025-02-07 14:44:44 +01:00
Andre Lengwenus
d9726ab08c
Use snapshots for ConfigEntry migration tests ( #136093 )
...
* Add snapshots for migration
* Reduce fixtures specific to migration
* Explicitly test versions of migrated entries
2025-02-07 11:32:47 +01:00
Manu
448a24802d
Add reconfiguration flow to Bring! integration ( #137529 )
2025-02-07 10:08:02 +01:00
epenet
5b8ef05bc2
Use runtime_data in foscam ( #137646 )
2025-02-07 10:06:44 +01:00
Manu
b9a9da1e1d
Add event platform to Bring! integration ( #136935 )
...
* Add event platform
* update
2025-02-07 09:44:14 +01:00
Duco Sebel
fd6e2a6e19
Add Wi-Fi RSSI sensor in HomeWizard ( #136754 )
2025-02-06 23:37:26 +01:00
Matthias Alphart
8a08a87a25
KNX tests: Support loading different config store fixtures ( #136961 )
...
* Support loading different config store fixtures
* Add config store test for binary sensor
* Update README.md
* remove unused fixture
* AddAdd config store test for switch
2025-02-06 23:24:09 +01:00
Jan Bouwhuis
d3d00357aa
Allow to omit the payload attribute to MQTT publish action to allow an empty payload to be sent by default ( #137595 )
...
Allow to omit the payload attribute to MQTT publish actionto allow an empty payload to be sent by default
2025-02-06 22:11:39 +02:00
puddly
2e8bc56be4
Keep track of addons and integrations when determining HA radio firmware type ( #134598 )
...
* Replace `FirmwareGuess` with `FirmwareInfo` with owner tracking
* Fix up config flow
* Account for OTBR addon existing independent of integration
* Fix remaining unit tests
* Add some tests for ownership
* Unit test `get_zha_firmware_info`
* ZHA `homeassistant_hardware` platform
* OTBR `homeassistant_hardware` platform
* Rework imports
* Fix unit tests
* Add OTBR unit tests
* Add hassfest exemption for `homeassistant_hardware` and `otbr`
* Invert registration to decouple the hardware integration
* Revert "Add hassfest exemption for `homeassistant_hardware` and `otbr`"
This reverts commit c8c6e7044f005239d11fc561cca040a6d89a9b39.
* Fix circular imports
* Fix unit tests
* Address review comments
* Simplify API a little
* Fix `| None` mypy issues
* Remove the `unregister_firmware_info_provider` API
* 100% coverage
* Add `HardwareInfoDispatcher.register_firmware_info_callback`
* Unit test `register_firmware_info_callback` (zha)
* Unit test `register_firmware_info_callback` (otbr)
* Update existing hardware helper tests to use the new function
* Add `async_` prefix to helper function names
* Move OTBR implementation to a separate PR
* Update ZHA diagnostics snapshot
* Switch from `dict.setdefault` to `defaultdict`
* Add some error handling to `iter_firmware_info` and increase test coverage
* Oops
2025-02-06 14:46:07 -05:00
G Johansson
167fb37929
Update library for smhi ( #136375 )
...
* Update library for smhi
* Imports
* Fixes
2025-02-06 19:45:53 +01:00
Jasper Wiegratz
603a1ed69c
Fix sending polls to Telegram threads ( #137553 )
...
Fix sending poll to Telegram thread
2025-02-06 19:42:28 +01:00
Christopher Fenner
44c79f4b9c
Correct state and icon if fan is in standby mode in ViCare integration ( #137565 )
...
* handle standby mode
* update snapshot
2025-02-06 19:32:41 +01:00
Michael Hansen
16390d56b6
Add excluded domains to broadcast intent ( #137566 )
2025-02-06 11:53:55 -05:00
Dennis Effing
634b754168
Fix Overseerr webhook configuration JSON ( #137572 )
...
Co-authored-by: Lars Jouon <schm.lars@googlemail.com>
2025-02-06 17:37:10 +01:00
Erik Montnemery
7822e11894
Don't overwrite setup state in async_set_domains_to_be_loaded ( #137547 )
2025-02-06 15:18:37 +01:00
Joakim Sørensen
8654597e25
Handle non-retryable errors when uploading cloud backup ( #137517 )
2025-02-06 09:57:10 +01:00
IceBotYT
e93451a195
Deprecate Linear Garage Door integration ( #137502 )
2025-02-06 08:38:21 +01:00
Manu
c4454ad5ea
Bump habiticalib to v0.3.5 ( #137510 )
2025-02-06 08:32:56 +01:00
Manu
12b3665872
Bump bring-api version to 1.0.1 ( #137496 )
2025-02-06 08:30:41 +01:00
Joakim Sørensen
283b0908c8
Move cloud backup upload/download handlers to lib ( #137416 )
...
* Move cloud backup upload/download handlers to lib
* Update backup.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-02-06 07:32:46 +01:00
Paulus Schoutsen
3b871afcc4
Update default Google model to Gemini Flash 2.0 ( #137505 )
2025-02-05 23:27:13 -05:00
Michael Arthur
94614e0376
Change Electric Kiwi authentication ( #135231 )
...
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-02-05 20:01:45 +01:00
epenet
09483d2cef
Move fireservicerota coordinator to own module ( #137304 )
2025-02-05 18:27:13 +01:00
Arkadiusz Wahlig
c9ab75a02d
Add support for Switchbot Remote ( #137443 )
2025-02-05 10:38:34 -06:00
Galorhallen
830636df07
Govee light local bump ( #137436 )
2025-02-05 16:18:32 +00:00
cdnninja
4694240cfa
Refactor switch for vesync ( #134409 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-02-05 17:07:35 +01:00
Erik Montnemery
3f2e6d102c
Bump aiohasupervisor to version 0.3.0 ( #137437 )
2025-02-05 16:58:39 +01:00
Brett Adams
d48d4284c5
Add streaming select entities to Teslemetry ( #137210 )
2025-02-05 16:48:50 +01:00
Josef Zweck
4d7bd1291d
Bump onedrive to 0.0.8 ( #137423 )
...
* Bump onedrive to 0.0.6
* bump to 0.0.7
* bump to 0.0.8
* Improve coverage
2025-02-05 16:26:58 +02:00
Mick Montorier-Aberman
eded99a059
Add tests for sensors in SwitchBot Cloud ( #137319 )
2025-02-05 12:51:27 +00:00
RJPoelstra
fcb8d25b46
Show new errors from the MotionMount ( #137006 )
2025-02-05 12:40:33 +00:00
LG-ThinQ-Integration
1445e17521
Bump thinqconnect to 1.0.4 ( #137395 )
...
Co-authored-by: yunseon.park <yunseon.park@lge.com>
2025-02-05 12:18:14 +01:00
Erik Montnemery
2f116eab9e
Adjust logic for per-backup agent encryption ( #137420 )
2025-02-05 12:14:06 +01:00
Erik Montnemery
27b96160e2
Adjust backup filename scheme ( #137424 )
...
* Adjust backup filename scheme
* Update tests
2025-02-05 12:02:58 +01:00
Paulus Schoutsen
ac42c9386c
Simplify llm calendar tool ( #137402 )
...
* Simplify calendar tool
* Clean up exposed entities
2025-02-05 11:42:41 +01:00
epenet
4d2c46959e
Add coordinator unsubscribe listener test ( #137422 )
2025-02-05 11:15:25 +01:00
Erik Montnemery
bfbf95f515
Allow creating backup if at least one agent is available ( #137409 )
2025-02-05 10:14:39 +01:00
J. Nick Koston
3fc13db7e0
Fix memory leak when unloading DataUpdateCoordinator ( #137338 )
...
* check wiz
* Fix memory leak when unloading DataUpdateCoordinator
fixes #137237
* handle namespace conflict
* handle namespace conflict
* address review comments
2025-02-05 09:29:23 +01:00
TimL
280f61dd77
Add update entity for second Zigbee radio ( #136918 )
...
* Add get_radio helper function
This is defined here primarily for use in simplifying otherwise repetitive
logic in the lambdas for entity descriptions.
* Get firmware manifests for second radio
* Create optional update entity for radio 2
* Add info fixture for SLZB-MR1
* Test for firmware updates of second radio
* Remove use of entity description creating entities
* Add idx to lambda functions
* Add latest_version lambda to ED
* Use Single zb_update description
* test radio2 update
* device type heading for release notes
* fix failing no internet test
* update release note tests
* assert radios
* fix return type installed_version
* refactor latest_version code
* update listener
* Dont create update entities for legacy firmware that can't upgrade
* Address review comments for update listener
2025-02-04 20:34:18 -06:00
J. Nick Koston
6b32587d10
Allow ignored Bluetooth adapters to be set up from the user flow ( #137373 )
2025-02-04 17:11:05 -06:00
jukrebs
1e99b87868
Add iometer integration ( #135513 )
2025-02-04 22:36:47 +00:00
epenet
d2b9a3b106
Add sensor and weather tests to meteo_france ( #137318 )
2025-02-04 22:36:39 +01:00
Jan-Philipp Benecke
4ceced6405
Fix sqlalchemy deprecation warning that declarative_base
has moved ( #137360 )
2025-02-04 15:31:05 -06:00