Franck Nijhof
7e24b353ac
Add updates tests for Peblar Rocksolid EV Chargers ( #133712 )
2024-12-21 12:31:58 +01:00
Artur Pragacz
6314d7a44c
Fix section translations check ( #133683 )
2024-12-21 12:31:17 +01:00
Manu
b106b88f5c
Adjust freezer tick in settings tests of IronOS integration ( #133707 )
2024-12-21 12:21:11 +01:00
Franck Nijhof
dbe04f17ad
Add sensors tests for Peblar Rocksolid EV Chargers ( #133710 )
2024-12-21 12:20:03 +01:00
Maciej Bieniek
aad1d6a25d
Use MAC address in Twinkly DeviceInfo.connections
( #133708 )
2024-12-21 12:19:11 +01:00
Franck Nijhof
7326555f03
Add diagnostic to Peblar Rocksolid EV Chargers integration ( #133706 )
2024-12-21 11:38:33 +01:00
Álvaro Fernández Rojas
5c2d769b54
Enable AEMET data cache ( #131226 )
2024-12-21 11:30:46 +01:00
Josef Zweck
66e863a2e3
Allow lamarzocco to reconnect websocket ( #133635 )
2024-12-21 11:29:24 +01:00
J. Nick Koston
4e316429d3
Handle WebsocketConnectionError during mqtt auto reconnect ( #133697 )
...
followup to #133610 to handle the exception in the auto reconnect
path as well
fixes #132985
2024-12-21 11:18:47 +01:00
J. Nick Koston
43fab48d4e
Improve purge performance for PostgreSQL with large databases ( #133699 )
2024-12-21 10:53:15 +01:00
Andrew Sayre
e43f4466e0
Improve HEOS group handling ( #132213 )
...
* Move register method to GroupManager
* Remove GroupManager mapping when entity removed
* Add test for when unloaded
* Error when group member not found
* Use entity registery to remove entity
* Update tests per feedback
2024-12-21 09:40:33 +01:00
Erik Montnemery
82f54eb9d2
Adjust the default backup name ( #133668 )
2024-12-21 09:38:59 +01:00
Abílio Costa
954b6133cb
Use common mock fixture in Idasen Desk config flow tests ( #133679 )
2024-12-21 09:35:47 +01:00
Kevin Worrel
e38a85da64
Add entity translation strings for ScreenLogic ( #130708 )
...
* Add translation strings for entities
* Translation key updates
* Mach original name
* Remove state translations
* Sentence case entity names
* Fix tests
* Add missing translation_key for Air temperature
* Revert inadvertant entity_id change on last_dose_time sensors
* Update homeassistant/components/screenlogic/strings.json
Lowercase 'entry'
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Define translations for each circuit delay sensor
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-12-21 09:25:21 +01:00
greyeee
861d9b3341
Add initial support for SwitchBot relay switch ( #130863 )
...
* Support relay switch
* 更新下版本
* add test case
* change to async_abort
* Upgrade PySwitchbot to 0.53.2
* change unit to volt
* upgrade pySwitchbot dependency
* bump lib, will be split into a seperate PR after testing is finished
* dry
* dry
* dry
* dry
* dry
* dry
* dry
* update tests
* fixes
* fixes
* cleanups
* fixes
* fixes
* fixes
* bump again
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-12-21 00:49:30 +01:00
Joost Lekkerkerker
9a0035e090
Fix Mealie test coverage ( #133659 )
2024-12-20 23:45:54 +01:00
Michael Hansen
8607ba884c
Bump intents to 2024.12.20 ( #133676 )
2024-12-20 14:23:12 -05:00
Erik Montnemery
a23b37114e
Improve recorder data migrator tests ( #133628 )
2024-12-20 07:41:14 -10:00
Abílio Costa
17f0c24895
Replace tests for Idasen Desk with parameterized test ( #133672 )
2024-12-20 18:24:57 +01:00
Steven B.
6ed345f773
Add check for client errors to stream component ( #132866 )
2024-12-20 07:20:24 -10:00
Andre Lengwenus
92195ff77d
Bump pypck to 0.8.1 ( #133646 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2024-12-20 17:10:37 +01:00
Erik Montnemery
5afb9a5053
Validate password before restoring backup ( #133647 )
...
* Validate password before restoring backup
* Raise specific error when password is incorrect
2024-12-20 15:43:46 +01:00
shapournemati-iotty
1c0135880d
Add outlet device class to iotty switch entity ( #132912 )
...
* upgrade iottycloud lib to 0.3.0
* Add outlet
* test outlet turn on and turn off
* test add outlet
* Refactor code to use only one SwitchEntity with an EntityDescription to distinguish Outlet and Lightswitch
* Refactor switch entities to reduce duplicated code
* Refactor tests to reduce duplicated code
* Refactor code to improve abstraction layer using specific types instead of generics
* Remove print and redundant field
2024-12-20 15:33:05 +01:00
Erik Montnemery
f49111a4d9
Bump aiohasupervisor to version 0.2.2b4 ( #133652 )
...
* Bump aiohasupervisor to version 0.2.2b4
* Update test
2024-12-20 09:23:21 -05:00
Erik Montnemery
10478f4ca5
Fix logic in backup retention filter ( #133654 )
2024-12-20 09:19:57 -05:00
Erik Montnemery
7d04eef5c5
Reject duplicates in WS command backup/config/update ( #133650 )
...
* Reject duplicates in WS command backup/config/update
* Add tests
2024-12-20 15:06:55 +01:00
Erik Montnemery
4c96b83297
Fix reading extra metadata for local backups ( #133643 )
2024-12-20 13:13:25 +01:00
Josef Zweck
bddd8624bb
Add scale support to lamarzocco ( #133335 )
2024-12-20 12:24:15 +01:00
Joakim Sørensen
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
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
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
551a584ca6
Handle mqtt.WebsocketConnectionError when connecting to the MQTT broker ( #133610 )
...
fixes #132985
2024-12-19 21:39:39 +01:00
Joost Lekkerkerker
61e5f10d12
Fix Twinkly raise on progress ( #133601 )
2024-12-19 20:27:08 +01:00
adam-the-hero
2413fc4c0d
Fix Watergate Water meter volume sensor ( #133606 )
2024-12-19 20:25:24 +01:00
Joost Lekkerkerker
52683c5f75
Improve Airgradient config flow tests ( #133594 )
2024-12-19 19:58:33 +01:00
Marcel van der Veldt
a97434976e
Handle null value for elapsed time in Music Assistant ( #133597 )
2024-12-19 19:00:18 +01:00
Allen Porter
a3ef3cce3e
Improve Google Tasks coordinator updates behavior ( #133316 )
2024-12-19 16:41:47 +01:00
Erik Montnemery
255f85eb2f
Fix boot loop after restoring backup ( #133581 )
2024-12-19 16:04:59 +01:00
Stefan Agner
962f1bad32
Add mW as unit of measurement for Matter electrical power sensors ( #133504 )
2024-12-19 11:40:05 +00:00
Erik Montnemery
dd215b3d5d
Revert "Revert "Simplify recorder RecorderRunsManager ( #131785 )"" ( #133564 )
...
Revert "Revert "Simplify recorder RecorderRunsManager" (#133201 )"
This reverts commit 980b8a91e62c449fab558318573fa756818875a6.
2024-12-19 12:32:15 +01:00
Erik Montnemery
bb7abd037c
Revert "Revert "Improve recorder history queries ( #131702 )"" ( #133561 )
...
Revert "Revert "Improve recorder history queries (#131702 )" (#133203 )"
This reverts commit 74e4654c26177909e653921f27f838fd1366adc0.
2024-12-19 11:50:12 +01:00
Erik Montnemery
a76f82080b
Create repair issues when automatic backup fails ( #133513 )
...
* Create repair issues when automatic backup fails
* Improve test coverage
* Adjust issues
2024-12-19 10:40:07 +01:00
J. Nick Koston
69a8d3f3c1
Revert "Optimize start time state queries for PostgreSQL" ( #133555 )
2024-12-18 23:01:58 -10:00
Stefan Agner
681863f80e
Use mV and mA as units for electrical power measurement in Matter ( #133505 )
2024-12-19 08:32:46 +01:00
J. Nick Koston
99698ef95d
Optimize start time state queries for PostgreSQL ( #133228 )
2024-12-18 19:41:53 -10:00
Franck Nijhof
3fe08a7223
Add zeroconf discovery to Peblar Rocksolid EV chargers ( #133529 )
2024-12-19 00:39:14 +01:00
Franck Nijhof
9f3c549f8d
Add integration setup tests to Peblar Rocksolid EV Chargers ( #133532 )
2024-12-18 23:46:18 +01:00
Raphael Hehl
e4bb351d2d
Bump uiprotect to 7.1.0 ( #133520 )
...
* Bump uiprotect to version 7.1.0
* Add aiports to bootstrap fixture in unifiprotect tests
2024-12-18 21:41:22 +01:00
Erik Montnemery
ff8bc763c3
Ensure indices needed by data migrators exist ( #133367 )
...
* Ensure indices needed by data migrators exist
* Update test
* Improve test
* Ignore index error on char(0) columns
* Adjust tests
* Address review comments
* Add comment motivating magic number
2024-12-18 21:29:52 +01:00
dontinelli
8a8be71f96
Add tests for cover and increase test coverage for slide_local ( #133515 )
2024-12-18 20:53:05 +01:00