epenet and GitHub
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 and GitHub
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 and GitHub
1ca2f3393c
Add data description for Onkyo config flow ( #132349 )
2024-12-05 21:15:40 +01:00
Jan Bouwhuis and GitHub
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
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
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 and GitHub
e5851c20e9
Mark test-before-setup as exempt in mqtt ( #132334 )
2024-12-05 20:55:54 +01:00
G Johansson and GitHub
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 and GitHub
17afe1ae51
Remove deprecated supported features warning in FanEntity ( #132369 )
2024-12-05 20:32:59 +01:00
epenet and GitHub
39abeb4600
Use typed config entry in husqvarna_automower ( #132346 )
2024-12-05 20:24:21 +01:00
Artur Pragacz and GitHub
c38a33d330
Fix missing AV info in Onkyo ( #132328 )
...
Add additional AV info to Onkyo
2024-12-05 11:48:15 -06:00
Diogo Gomes and GitHub
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 and GitHub
13a59dee5a
Remove dead code in fritzbox_callmonitor ( #132353 )
2024-12-05 10:26:11 +00:00
Josef Zweck and GitHub
33ad27d569
Bump pylamarzocco to 1.3.2 ( #132344 )
2024-12-05 10:28:57 +01:00
epenet and GitHub
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 and GitHub
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
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 and GitHub
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 and GitHub
84e6c0b9ac
Bump elmax-api to 0.0.6.3 ( #131876 )
2024-12-04 23:59:40 +01:00
G Johansson and GitHub
94b16da90f
Set command_line quality scale to legacy ( #132306 )
2024-12-04 15:58:45 -06:00
mkmer and GitHub
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 and GitHub
437111453b
Bump aiosomecomfort to 0.0.28 in Honeywell ( #132294 )
...
Bump aiosomecomfort
2024-12-04 21:49:23 +01:00
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 and GitHub
de0ffea52d
Clean up common modules in Husqvarna Automower ( #132290 )
2024-12-04 20:28:43 +01:00
G Johansson and GitHub
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 and GitHub
2b40844171
2024.12.0 ( #132195 )
2024.12.0
2024-12-04 19:58:02 +01:00
Thomas55555 and GitHub
e55d8b2d2b
Check token scope earlier in Husqvarna Automower ( #132289 )
2024-12-04 19:50:15 +01:00
Manu and GitHub
2977cf227e
Add Bring! quality scale record ( #131584 )
2024-12-04 19:49:58 +01:00
J. Nick Koston and GitHub
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 and GitHub
bd40e1e7df
Add quality scale for Husqvarna Automower ( #131560 )
2024-12-04 19:12:26 +01:00
Michael Hansen and Franck Nijhof
dcdf033fa9
Bump intents to 2024.12.4 ( #132274 )
2024-12-04 19:03:26 +01:00
Noah Husby and GitHub
8910dbbcd1
Record current IQS state for Cambridge Audio ( #131080 )
2024-12-04 18:22:34 +01:00
Manu and GitHub
bd1ad04dab
Add ista EcoTrend quality scale record ( #131580 )
2024-12-04 18:20:59 +01:00
Klaas Schoute and GitHub
d92dbbf58b
Set new polling interval for Powerfox integration ( #132263 )
2024-12-04 17:26:04 +01:00
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 and GitHub
b6b340ae63
Add IronOS quality scale record ( #131598 )
2024-12-04 17:18:21 +01:00
Michael Hansen and GitHub
5c60cffd4d
Bump intents to 2024.12.4 ( #132274 )
2024-12-04 11:02:00 -05:00
Franck Nijhof
4c3ae395a4
Bump version to 2024.12.0b6
2024.12.0b6
2024-12-04 15:33:47 +01:00
Jan Bouwhuis and Franck Nijhof
333ada7670
Ensure MQTT subscriptions can be made when the broker is disconnected ( #132270 )
2024-12-04 15:33:35 +01:00
Bram Kragten and Franck Nijhof
4fd4ba7813
Update frontend to 20241127.4 ( #132268 )
2024-12-04 15:33:31 +01:00
Robert Resch and Franck Nijhof
7e96666dc5
Bump deebot-client to 9.1.0 ( #132253 )
2024-12-04 15:33:28 +01:00
Joost Lekkerkerker and Franck Nijhof
e463d5d16f
Bump yt-dlp to 2024.12.03 ( #132220 )
2024-12-04 15:33:24 +01:00
f28579357e
fix: unifiprotect prevent RTSP repair for third-party cameras ( #132212 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-12-04 15:33:21 +01:00
d40a9bd9ef
Fix blocking call in netdata ( #132209 )
...
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2024-12-04 15:33:17 +01:00
lunmay and Franck Nijhof
28ecee6479
Fix typo in exception message in google_photos integration ( #132194 )
2024-12-04 15:33:14 +01:00
Michael Hansen and Franck Nijhof
512ac7d572
Ensure entity names are not hassil templates ( #132184 )
2024-12-04 15:33:11 +01:00
22b353f7d5
Fix recorder "year" period in leap year ( #132167 )
...
* FIX: make "year" period work in leap year
* Add test
* Set second and microsecond to non-zero in test start times
* FIX: better fix for leap year problem
* Revert "FIX: better fix for leap year problem"
This reverts commit 06aba46ec6 .
---------
Co-authored-by: Erik <erik@montnemery.com >
2024-12-04 15:33:07 +01:00
Jan-Philipp Benecke and Franck Nijhof
49c40cd902
Track if intent was processed locally ( #132166 )
2024-12-04 15:33:04 +01:00