1e001469f6
Add asdf tools dot file to gitignore ( #128608 )
2024-10-18 09:34:22 +02:00
4251389c12
Remove ExternalDevice 'invalid ID' migration in HomeWizard ( #128634 )
2024-10-18 09:33:53 +02:00
6ff2ce1895
Use shorthand attribute in derivative sensor ( #128610 )
2024-10-18 09:33:02 +02:00
1abc953cad
Bump reolink_aio to 0.10.0 ( #128578 )
2024-10-18 09:28:31 +02:00
c696a3b789
Use reauth helpers in homewizard ( #128628 )
2024-10-18 09:22:31 +02:00
5986646af4
Use shorthand attribute in trend binary sensor ( #128614 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2024-10-18 09:21:07 +02:00
5674c1d82f
Use reauth helpers in google_mail ( #128584 )
2024-10-18 09:04:55 +02:00
c1c0a281cf
Use reauth helpers in google_tasks ( #128586 )
2024-10-18 09:04:01 +02:00
84d4a1ce34
Use reauth helpers in google_photos ( #128585 )
2024-10-18 09:02:44 +02:00
8a4d72e3b1
Refactor duplicate host check in homeworks config flow ( #128627 )
2024-10-18 08:49:06 +02:00
a7b5e4323e
Use reauth helpers in honeywell ( #128629 )
2024-10-18 08:46:49 +02:00
409f1bb644
Use reauth helpers in huawei_lte ( #128630 )
2024-10-18 08:46:21 +02:00
1d5821abca
Use reauth helpers in husqvarna_automower ( #128631 )
2024-10-18 08:45:51 +02:00
b3eca73e48
Use reauth helpers in hydrawise ( #128632 )
2024-10-18 08:44:25 +02:00
7694326a4e
Bump ruff to 0.7.0 ( #128626 )
2024-10-18 08:42:22 +02:00
9c026bc442
Bump aiostreammagic to 2.8.1 ( #128542 )
2024-10-18 08:23:40 +02:00
b812306bd7
Use shorthand attribute in threshold binary sensor ( #128612 )
...
Small refactor threshold
2024-10-18 08:01:32 +02:00
0e667dfe36
Use reauth helpers in co2signal ( #128566 )
...
Do not cache reauth entry in co2signal
2024-10-17 22:10:57 -04:00
9037421a85
Bump mozart-api to 4.1.1.116.0 ( #128573 )
...
Bump API
Fix testing
2024-10-17 22:05:28 -04:00
1a9c6deb0d
Remove metadata and cover art using ffmpeg proxy conversion ( #128603 )
...
Remove metadata and cover art
2024-10-17 16:41:44 -04:00
f08d2716ae
Use reauth helpers in fitbit ( #128568 )
2024-10-17 22:04:34 +02:00
f37c0e0548
Use reauth helpers in fyta ( #128571 )
2024-10-17 22:03:19 +02:00
be2c3217dc
Rename the SkyConnect integration to Connect ZBT-1 ( #128599 )
2024-10-17 21:59:10 +02:00
937d15d7e1
Use reauth helpers in fujitsu_fglair ( #128570 )
2024-10-17 21:53:09 +02:00
35ff3afa12
Refactor unittest tests to use pytest ( #127770 )
...
* Refactor unittest tests to use pytest
* Add type annotations
* Use caplog to assert logs
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-10-17 21:28:14 +02:00
536d702d96
Use reauth helpers in google_generative_ai_conversation ( #128583 )
2024-10-17 10:19:24 -07:00
420070a1ee
Use reauth helpers in google_assistant_sdk ( #128582 )
2024-10-17 10:18:18 -07:00
cd4a13ca55
Bump pyotgw to 2.2.2 ( #128594 )
2024-10-17 18:57:22 +02:00
9d0701a62b
Improve camera tests ( #128545 )
2024-10-17 16:36:42 +02:00
7c9a198c6d
Use the same ZHA database path during startup and when loading device triggers ( #128130 )
...
Use the same zigpy database path source as in the radio manager
2024-10-17 07:17:20 -04:00
065577c9ca
Keep ZHA entity enabled setting in sync with lib ( #125472 )
...
* Add ability to enable / disable entities in the ZHA lib
* disable entities at startup that are not enabled in HA
* fix IEEE lookup
* wrap in async_on_unload
* add test and correct lookup
2024-10-17 07:16:48 -04:00
8533f853c8
Increase Z-Wave fallback thermostat range to 0-50 C ( #128543 )
...
* Z-Wave JS: Increase fallback thermostat range to 0-50 C
* update test
2024-10-17 12:41:23 +02:00
2f60395ba9
Fix schema violations in manifest.json files ( #128561 )
2024-10-17 12:29:16 +02:00
906cecf087
Cleanup unused snapshots ( #128549 )
...
* Cleanup unused snapshots
* Cleanup a few more
* Cleanup systemmonitor
* Cleanup voip
2024-10-17 10:41:57 +02:00
cb1b917aa6
Update mypy-dev to 1.13.0a1 ( #128548 )
2024-10-17 10:30:42 +02:00
006d511d47
Bump yarl to 1.15.4 ( #128536 )
...
changelog: https://github.com/aio-libs/yarl/compare/v1.15.3...v1.15.4
2024-10-16 22:15:16 -04:00
f6270d9cfc
Bump ZHA dependencies ( #128539 )
...
* Bump ZHA dependencies
* Remove unused ZHA color modes
* Rename `cluster` to `ota_cluster` in update tests to unshadow `cluster` in `endpoint_reply`
---------
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com >
2024-10-16 22:15:00 -04:00
72f1c358d9
Fix translation string in guardian ( #128535 )
2024-10-16 22:09:15 +02:00
3cbadb1bd2
Add a missing translation for energy error ( #128413 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-10-16 22:04:59 +02:00
5d058c29a2
Add missing description placeholder in Tessie ( #128481 )
2024-10-16 21:56:51 +02:00
4964470e9c
Remove deprecated panel_iframe integration ( #128532 )
2024-10-16 21:34:43 +02:00
f4dfe7868b
Fix translation string in hyperion ( #128384 )
2024-10-16 21:28:17 +02:00
82e9792b4d
Remove deprecated map integration ( #128529 )
2024-10-16 20:46:00 +02:00
af41a41046
Add select entity to Cambridge Audio ( #128527 )
...
* Add select entity to Cambridge Audio
* Add select entity to Cambridge Audio
* Update test name
2024-10-16 19:57:10 +02:00
59e5eb9a1c
Always use uv from virtual environment at runtime ( #128371 )
2024-10-16 19:42:25 +02:00
a0637a6ff8
Add port to config flow of P1 Monitor integration ( #128324 )
2024-10-16 19:40:20 +02:00
5497697cf2
Add diagnostics to Spotify ( #128521 )
2024-10-16 19:33:28 +02:00
b07682e43c
Update terminology for built-in blueprints ( #128383 )
2024-10-16 19:14:09 +02:00
0bc572787a
Add check for valid error code in translation checks in flows ( #128445 )
2024-10-16 19:03:24 +02:00
15fc4a8ae4
Bump aiostreammagic to 2.7.0 ( #128525 )
2024-10-16 19:00:19 +02:00