Glenn Waters
28d6a21189
Bump upb-lib to 0.5.9 ( #132411 )
2024-12-05 21:32:33 -06:00
J. Nick Koston
909b13809e
Bump aioesphomeapi to 28.0.0 ( #132447 )
2024-12-05 21:23:24 -06:00
J. Nick Koston
88eb611eef
Fix deprecated call to mimetypes.guess_type in CachingStaticResource ( #132299 )
2024-12-05 21:52:48 -05:00
J. Nick Koston
edc857b365
Bump aiohttp to 3.11.10 ( #132441 )
2024-12-05 19:50:02 -06:00
Brett Adams
0aeb8f44f4
Bump tesla-fleet-api to 0.8.5 ( #132339 )
2024-12-05 23:04:02 +01:00
Jan Bouwhuis
3e98df707d
Remove deprecated integration dte_energy_bridge ( #132276 )
...
* Remove deprecated integration dte_energy_bridge
* Update quality scale script and ran hassfest
2024-12-05 22:23:31 +01:00
epenet
841773bb68
Remove yaml import from hive ( #132354 )
...
* Raise issue on hive deprecated YAML configuration
* Remove YAML import
2024-12-05 22:16:18 +01:00
G Johansson
e7f44048e9
Remove _enable_turn_on_off_backwards_compatibility T-Z ( #132423 )
2024-12-05 21:48:02 +01:00
G Johansson
60563ae88a
Remove _enable_turn_on_off_backwards_compatibility N-S ( #132422 )
2024-12-05 21:47:31 +01:00
G Johansson
ee6be6bfd6
Remove _enable_turn_on_off_backwards_compatibility G-M ( #132418 )
2024-12-05 21:47:13 +01:00
G Johansson
768c2b0f3d
Remove _enable_turn_on_off_backwards_compatibility A-F ( #132417 )
...
Remove _enable_turn_on_off_backwards_compatibility A-G
2024-12-05 21:46:59 +01:00
epenet
b1379f6a89
Avoid access to `self.context["source"]` in integration config flows ( #132355 )
...
* Avoid access to `self.context["source"]` in integration config flows
* One more
* One more
2024-12-05 21:20:02 +01:00
epenet
b2ac16e95f
Remove deprecated supported features warning in CoverEntity ( #132367 )
...
Cleanup magic numbers for cover supported features
2024-12-05 21:18:45 +01:00
Artur Pragacz
1ca2f3393c
Add data description for Onkyo config flow ( #132349 )
2024-12-05 21:15:40 +01:00
Jan Bouwhuis
5fdd705edf
Remove yaml import from incomfort integration after deprecation time ( #132275 )
...
* Remove yaml import from incomfort integration after deprecation time
* Cleanup CONFIG_SCHEMA
* restore missing DOMAIN import
* Import DOMAIN from const
2024-12-05 21:15:26 +01:00
robinostlund
f4896f7b09
Add missing UnitOfPower to sensor ( #132352 )
...
* Add missing UnitOfPower to sensor
* Update homeassistant/components/sensor/const.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* adding to number
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-12-05 21:14:04 +01:00
Jan Bouwhuis
3a2460f9f9
Remove yaml import from feedreader integration ( #132278 )
...
* Remove yaml import from feedreader integration
* Update homeassistant/components/feedreader/config_flow.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Drop _max_entries class attribute
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-12-05 20:57:43 +01:00
epenet
e5851c20e9
Mark test-before-setup as exempt in mqtt ( #132334 )
2024-12-05 20:55:54 +01:00
G Johansson
c41cf570d3
Remove deprecated supported features warning in `ClimateEntity` ( #132206 )
...
* Remove deprecated features from ClimateEntity
* Remove not needed tests
* Remove add_to_platform_start
2024-12-05 20:37:17 +01:00
epenet
17afe1ae51
Remove deprecated supported features warning in FanEntity ( #132369 )
2024-12-05 20:32:59 +01:00
epenet
39abeb4600
Use typed config entry in husqvarna_automower ( #132346 )
2024-12-05 20:24:21 +01:00
Artur Pragacz
c38a33d330
Fix missing AV info in Onkyo ( #132328 )
...
Add additional AV info to Onkyo
2024-12-05 11:48:15 -06:00
Diogo Gomes
7de9e9d37a
Removes references to croniter from utility_meter ( #132364 )
...
remove croniter
2024-12-05 11:45:04 -06:00
Franck Nijhof
52e6afdcca
Merge branch 'master' into dev
2024-12-05 13:22:49 +01:00
epenet
13a59dee5a
Remove dead code in fritzbox_callmonitor ( #132353 )
2024-12-05 10:26:11 +00:00
Josef Zweck
33ad27d569
Bump pylamarzocco to 1.3.2 ( #132344 )
2024-12-05 10:28:57 +01:00
epenet
9fd23a6d30
Revert "Pin rpds-py to 0.21.0 to fix CI" ( #132331 )
...
Revert "Pin rpds-py to 0.21.0 to fix CI (#132170 )"
This reverts commit 7e07930342
.
2024-12-05 08:41:53 +01:00
Tobias Perschon
5137b06ee7
Remove stale requirement for androidtv ( #132319 )
...
* removed stale pure-python-adb reference
Signed-off-by: Tobias Perschon <tobias@perschon.at>
* reverted wrong changes
Signed-off-by: Tobias Perschon <tobias@perschon.at>
* removed wrong file
Signed-off-by: Tobias Perschon <tobias@perschon.at>
* cosmetic update
Signed-off-by: Tobias Perschon <tobias@perschon.at>
---------
Signed-off-by: Tobias Perschon <tobias@perschon.at>
2024-12-05 02:53:33 +01:00
Artur Pragacz
f68b78d00e
Add quality scale to Onkyo ( #131322 )
...
* Add quality scale to Onkyo
* Update homeassistant/components/onkyo/quality_scale.yaml
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* docs limitations todo
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* entity event setup
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-12-05 02:34:07 +01:00
Noah Husby
1456d5802d
Fix runtime data in Cambridge Audio ( #132285 )
...
* Fix runtime data in Cambridge Audio
* Update
2024-12-04 17:20:27 -06:00
Alberto Geniola
84e6c0b9ac
Bump elmax-api to 0.0.6.3 ( #131876 )
2024-12-04 23:59:40 +01:00
G Johansson
94b16da90f
Set command_line quality scale to legacy ( #132306 )
2024-12-04 15:58:45 -06:00
mkmer
950563cf32
Use config_entry.runtime_data in Honeywell ( #132297 )
...
* Use entry.runtime_data
* switch
* create new type
* Extend ConfigEntry
* simplify runtime_data, clean up data types
* More config_entry types
* Yet more missing type changes
2024-12-04 21:54:12 +01:00
mkmer
437111453b
Bump aiosomecomfort to 0.0.28 in Honeywell ( #132294 )
...
Bump aiosomecomfort
2024-12-04 21:49:23 +01:00
Jeff Terrace
106c5d4248
Add support for onvif tplink person and vehicle events ( #130769 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-12-04 14:15:30 -06:00
Thomas55555
de0ffea52d
Clean up common modules in Husqvarna Automower ( #132290 )
2024-12-04 20:28:43 +01:00
G Johansson
80ad154dcd
Refactor template lock to only return LockState or None ( #132093 )
...
* Refactor template lock to only return LockState or None
* Test for false states
* Use strings
2024-12-04 20:04:50 +01:00
Franck Nijhof
2b40844171
2024.12.0 ( #132195 )
2024-12-04 19:58:02 +01:00
Thomas55555
e55d8b2d2b
Check token scope earlier in Husqvarna Automower ( #132289 )
2024-12-04 19:50:15 +01:00
Manu
2977cf227e
Add Bring! quality scale record ( #131584 )
2024-12-04 19:49:58 +01:00
J. Nick Koston
719cbd3070
Fix test_dump_log_object timeouts in the CI ( #132234 )
2024-12-04 19:30:48 +01:00
Franck Nijhof
9b90df74a6
Bump version to 2024.12.0
2024-12-04 19:18:48 +01:00
Thomas55555
bd40e1e7df
Add quality scale for Husqvarna Automower ( #131560 )
2024-12-04 19:12:26 +01:00
Michael Hansen
dcdf033fa9
Bump intents to 2024.12.4 ( #132274 )
2024-12-04 19:03:26 +01:00
Noah Husby
8910dbbcd1
Record current IQS state for Cambridge Audio ( #131080 )
2024-12-04 18:22:34 +01:00
Manu
bd1ad04dab
Add ista EcoTrend quality scale record ( #131580 )
2024-12-04 18:20:59 +01:00
Klaas Schoute
d92dbbf58b
Set new polling interval for Powerfox integration ( #132263 )
2024-12-04 17:26:04 +01:00
Tucker Kern
b3ff8f56b9
Refactor Snapcast client and group classes to use a common base clase ( #124499 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-12-04 17:22:31 +01:00
Manu
b6b340ae63
Add IronOS quality scale record ( #131598 )
2024-12-04 17:18:21 +01:00
Michael Hansen
5c60cffd4d
Bump intents to 2024.12.4 ( #132274 )
2024-12-04 11:02:00 -05:00