Simone Chemelli and Franck Nijhof
ada837ee95
Add diagnostics to Vodafone Station ( #128923 )
...
* Add diagnostics to Vodafone Station
* cleanup and exclude props based on date
2024-10-25 20:22:47 +02:00
Daniel Hjelseth Høyer and Franck Nijhof
67e73173f6
Bump pyTibber to 0.30.3 ( #128860 )
2024-10-25 20:22:40 +02:00
Simone Chemelli and Franck Nijhof
029411d3fa
Add diagnostics to Comelit SimpleHome ( #128794 )
...
* Add diagnostics to Comelit SimpleHome
* add test
* add missing tests
* introduce SnapshotAssertion
* cleanup
* exclude date based props
2024-10-25 20:12:54 +02:00
Steven B. and Franck Nijhof
6ba033f934
Bump ring-doorbell library to 0.9.8 ( #128662 )
2024-10-25 20:12:48 +02:00
Steven B. and Franck Nijhof
336742e335
Bump ring-doorbell to 0.9.7 ( #127554 )
2024-10-25 20:12:41 +02:00
mkmer and Franck Nijhof
4a94430bf0
Handle temprorary hold in Honeywell ( #128460 )
2024-10-25 20:05:14 +02:00
cc337f7b1e
Fix evohome regression preventing helpful messages when setup fails ( #126441 )
...
Co-authored-by: Robert Resch <robert@resch.dev >
2024-10-25 20:05:05 +02:00
Franck Nijhof
515771553f
Bump version to 2024.10.3
2024-10-18 13:22:48 +02:00
mvn23 and Franck Nijhof
e204812d2b
Bump pyotgw to 2.2.2 ( #128594 )
2024-10-18 13:22:22 +02:00
Petar Petrov and Franck Nijhof
ca703cb858
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-18 13:21:49 +02:00
Louis Christ and Franck Nijhof
b018d4a97d
Bump pyblu to 1.0.4 ( #128482 )
2024-10-18 13:21:46 +02:00
dontinelli and Franck Nijhof
146768ff8a
Bump solarlog_cli to 0.3.2 ( #128293 )
2024-10-18 13:21:43 +02:00
Allen Porter and Franck Nijhof
ea7473ed67
Bump gcal_sync to 6.1.6 ( #128270 )
2024-10-18 13:21:40 +02:00
Álvaro Fernández Rojas and Franck Nijhof
0e8393766f
Update aioairzone to v0.9.5 ( #128265 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-10-18 13:21:36 +02:00
Álvaro Fernández Rojas and Franck Nijhof
7d2536c503
Update aioairzone to v0.9.4 ( #127792 )
2024-10-18 13:21:31 +02:00
f9cbf1b30c
Keep the provided name when creating a tag ( #128240 )
...
* Keep the name
* Add patch
* Update homeassistant/components/tag/__init__.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2024-10-18 13:20:21 +02:00
d66d87d271
Fix daikin entities not refreshing quickly ( #128230 )
...
* Fix daikin entities not refreshing quickly
* Update homeassistant/components/daikin/switch.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-10-18 13:20:18 +02:00
Joost Lekkerkerker and Franck Nijhof
5a8fa6cf38
Bump yt-dlp to 2024.10.07 ( #128182 )
2024-10-18 13:20:15 +02:00
Chris Talkington and Franck Nijhof
76340035db
Fix playing media via roku ( #128133 )
...
* re-support playing media via roku
* fixes
* test fixes
* Update test_media_player.py
* always send media type
* add description to options flow
2024-10-18 13:20:12 +02:00
puddly and Franck Nijhof
0a26e68d0c
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-18 13:20:09 +02:00
Marc Hörsken and Franck Nijhof
14127b910f
Improve discovery of WMS WebControl pro by updating IP address ( #128007 )
2024-10-18 13:20:06 +02:00
ba4d081021
Fix printer uptime fluctuations in IPP ( #127725 )
...
* decrease uptime accuracy from seconds to minutes
* adjust tests
* calc uptime timestamp in coordinator
* bump pyipp to 0.17.0
* revert changes, just use the new printer.booted_at property
---------
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2024-10-18 13:19:43 +02:00
Marc Mueller and Franck Nijhof
18d65d513e
Update home-assistant-bluetooth to 1.13.0 ( #127691 )
2024-10-18 13:18:52 +02:00
Franck Nijhof
9176994947
Bump version to 2024.10.2
2024-10-11 17:54:37 +02:00
Thomas55555 and Franck Nijhof
d389b55f40
Fix model in Husqvarna Automower ( #128168 )
2024-10-11 17:54:24 +02:00
Christopher Fenner and Franck Nijhof
0ccff9fc54
Fix preset handling issue in ViCare ( #128167 )
...
* add test case
* fix test case
* fix issue
* change order
2024-10-11 17:54:21 +02:00
tronikos and Franck Nijhof
a8836ca7b6
Remove some redundant code in Opower's coordinator from the fix in #128141 ( #128150 )
2024-10-11 17:54:17 +02:00
tronikos and Franck Nijhof
f5d04a970f
Bump opower to 0.8.3 ( #128144 )
2024-10-11 17:54:14 +02:00
tronikos and Franck Nijhof
7aec98dafd
Fix regression in Opower that was introduced in 2024.10.0 ( #128141 )
...
* Avoid KeyError when statistics have gaps
* fix break
* Remove unnecessary check
2024-10-11 17:54:10 +02:00
Marc Mueller and Franck Nijhof
773564d4f5
Fix license script for ftfy ( #128138 )
2024-10-11 17:54:04 +02:00
3e2edc1a2d
Bump aioautomower to 2024.10.0 ( #128137 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2024-10-11 17:53:59 +02:00
Bram Kragten and Franck Nijhof
9cfc9b9baf
Update frontend to 20241002.3 ( #128106 )
2024-10-11 17:52:03 +02:00
David Knowles and Franck Nijhof
92b67ead83
Increase Hydrawise polling interval to 60 seconds ( #128090 )
2024-10-11 17:50:35 +02:00
Steven B and Franck Nijhof
ee9525cc00
Fix ring realtime events ( #128083 )
2024-10-11 17:49:38 +02:00
kingy444 and Franck Nijhof
571bfaf5d7
Fix casing on Powerview Gen3 zeroconf discovery ( #128076 )
2024-10-11 17:37:31 +02:00
Matthias Alphart and Franck Nijhof
a3475607b2
Update xknxproject to 3.8.1 ( #128057 )
2024-10-11 17:37:28 +02:00
Michael and Franck Nijhof
f0a653d010
Add missing translation string for re-auth flows ( #128055 )
2024-10-11 17:37:23 +02:00
Steven B. and Franck Nijhof
eecdf66013
Fix missing reauth name translation placeholder in ring integration ( #128048 )
2024-10-11 17:37:19 +02:00
dontinelli and Franck Nijhof
f99db05a4a
Add missing translation string in solarlog ( #128015 )
2024-10-11 17:37:16 +02:00
Teemu R. and Franck Nijhof
635731421f
Increase tplink climate precision ( #127996 )
2024-10-11 17:37:13 +02:00
Maikel Punie and Franck Nijhof
44743df7d6
Bump pyduotecno to 2024.10.0 ( #127979 )
2024-10-11 17:37:09 +02:00
epenet and Franck Nijhof
33617694cc
Fix firmware version parsing in venstar ( #127974 )
2024-10-11 17:37:06 +02:00
Raman Gupta and Franck Nijhof
ed445d20b9
Fix zwave_js config validation for values ( #127972 )
2024-10-11 17:37:02 +02:00
Lenn and Franck Nijhof
66c2fe091b
Bump motionblindsble to 0.1.2 ( #127954 )
2024-10-11 17:36:59 +02:00
Antoine Reversat and Franck Nijhof
8c80f47a35
Fix europe authentication in Fujitsu FGLair ( #127947 )
2024-10-11 17:36:53 +02:00
Marc Hörsken and Franck Nijhof
e37025c1c7
Update pywmspro to 0.2.1 to fix handling of unknown products ( #127942 )
2024-10-11 17:36:50 +02:00
Marc Hörsken and Franck Nijhof
0aabde081b
Fix discovery of WMS WebControl pro by using IP address ( #127939 )
2024-10-11 17:36:46 +02:00
Steven B. and Franck Nijhof
a1c9d53474
Bump python-kasa to 0.7.5 ( #127934 )
2024-10-11 17:36:43 +02:00
Maciej Bieniek and Franck Nijhof
094996ad0c
Bump imgw_pib library to version 1.0.6 ( #127925 )
...
Bump `imgw_pib`
2024-10-11 17:36:40 +02:00
Manu and Franck Nijhof
ce359a7689
Add support of due date calculation for grey dailies in Habitica integration ( #127923 )
...
Fix grey dailies due date calculation
2024-10-11 17:36:36 +02:00