Matthew Donoughe
6712621b95
Update pylutron-caseta to 0.20.0 ( #111169 )
2024-02-22 14:44:30 -10:00
Christopher Bailey
ae60f59bed
Add metadata for UniFi Protect Media Source ( #109389 )
2024-02-22 14:44:16 -10:00
ollo69
f0f3773858
Add base class AndroidTVEntity to AndroidTV ( #105945 )
2024-02-22 12:38:38 -10:00
J. Nick Koston
2ef71289b9
Avoid creating tasks for dependencies already being setup ( #111034 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2024-02-22 12:34:46 -10:00
J. Nick Koston
32cd3ad862
Fix lingering timer in enphase_envoy test ( #111165 )
2024-02-22 12:33:44 -10:00
J. Nick Koston
fb7da1ba83
Simplify ESPHome entity removal process ( #111076 )
2024-02-22 11:39:53 -10:00
Maciej Bieniek
bccd9bd21f
Bump brother library to version 4.0.0 ( #111157 )
...
* Bump library
* Update code to the new library version
* Improve diagnostics
* Fix tests
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-02-22 23:27:24 +02:00
Åke Strandberg
3be83bf2f5
Correct myUplink dash replacement ( #111143 )
...
* Corrected dash replacement
* Fix comment
2024-02-22 22:26:08 +01:00
J. Nick Koston
36c11119cf
Refactor Debouncer usage in august ( #111102 )
2024-02-22 11:23:14 -10:00
Álvaro Fernández Rojas
78f3f67e3a
Update AEMET-OpenData to v0.5.0 ( #111155 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-02-22 21:47:21 +02:00
Christopher Fenner
88e9870f1c
Add number entities to change heat pump program temperatures in ViCare integration ( #109315 )
...
* add HeatingProgram type
* use HeatingProgram type
* add heatpump number sensors
* use HeatingProgram type
* Update strings.json
* rename HeatingProgram to Program
* remove commented code
* rename heating program type
* simplify
* Apply suggestions from code review
* Update strings.json
* Update const.py
* fix
* add heating program type
* correct imports
* Revert "fix"
This reverts commit 857dda59da .
* Apply suggestions from code review
* Update strings.json
2024-02-22 18:58:38 +01:00
rkruisselbrink
c1b4a21821
Bump rova to 0.4.0 ( #111131 )
...
* Bump rova to 0.4.0
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-02-22 19:55:45 +02:00
Mr. Bubbles
eeeabfb440
bump bring-api to 0.4.1 ( #111149 )
2024-02-22 19:54:56 +02:00
J. Nick Koston
5bf8086a2b
Cache formatting of mac addresses ( #111140 )
2024-02-22 07:09:56 -10:00
Christopher Bailey
b740783f8d
Bump pyunifiprotect to 4.23.3 ( #111059 )
2024-02-22 05:57:42 -10:00
Shay Levy
6bbd8c7f7b
Remove filter of -1 in Shelly block based sensors ( #111116 )
2024-02-22 17:48:14 +02:00
Artem Draft
a7a19786cc
Handle media position in Bravia TV ( #107080 )
...
Handle media position in BraviaTV
2024-02-22 16:22:07 +01:00
Jan-Philipp Benecke
ef66560744
Use async_update_reload_and_abort helper in discord ( #111104 )
2024-02-22 16:11:46 +01:00
Joakim Sørensen
8f83426895
Revert "Move backup/* WS commands to the backup integration" ( #111136 )
...
Revert "Move backup/* WS commands to the backup integration (#110651 )"
This reverts commit ec4e6c3a74 .
2024-02-22 16:08:30 +01:00
Franck Nijhof
1ee39275fc
2024.2.3 ( #111133 )
2024.2.3
2024-02-22 16:08:18 +01:00
David Knowles
8bf0466151
Bump pydrawise to 2024.2.0 ( #111080 )
2024-02-22 13:00:25 +01:00
Malte Franken
5f9d46205c
Bump georss-qld-bushfire-alert-client to 0.7 ( #111075 )
...
* bump georss-qld-bushfire-alert-client to 0.7
* fix tests
2024-02-22 12:58:54 +01:00
Åke Strandberg
58269fefea
Replace dash with hard hyphen in myuplink entity names ( #111074 )
...
Replace dash with hard hyphen in entity names
2024-02-22 12:56:42 +01:00
Álvaro Fernández Rojas
b72d64a3dc
Disable AEMET legacy options ( #107795 )
...
* aemet: disable legacy options
This enables proper timezone handling:
- Atlantic/Canary for the Canary Islands.
- Europe/Madrid for the Iberian Peninsula.
Also provides daily data for the current day after AEMET stops providing the
full day interval, which is normally after midday (12:00).
This is a breaking change because with the previous behaviour the daily data
for the current day wasn't available after midday and now it will be.
What the integration library does to workaround this is to fallback to the
12-24 interval data if the the 00-24 is no longer provided by the API.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* Fix AEMET tests with v0.4.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-02-22 12:52:57 +01:00
Thomas55555
85be94e0a9
Add switch platform for husqvarna_automower ( #110139 )
...
* Add switch platform for husqvarna_automower
* Use RestrictedReasons const
* Typing
* Add snapshot testing
* Invert switch
* Test sucessfull servie calls
* Assert client mock calls
* Use getattr
* Update snapshot
* Add available property
* Add a new base class for control entities
* Make switch unavailabe if mower in error state
* Sort platforms
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-02-22 12:34:24 +01:00
Franck Nijhof
728399c09a
Revert "Fix Shelly RPC RSSI sensor removal ( #111035 )"
...
This reverts commit 4eb1bac859 .
2024-02-22 12:05:24 +01:00
dependabot[bot]
6fc4eea0e7
Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2 ( #111120 )
2024-02-22 11:50:45 +01:00
Franck Nijhof
c76c66c466
Bump version to 2024.2.3
2024-02-22 11:48:04 +01:00
Joost Lekkerkerker
2f8d8eed84
Ignore cloudhook already removed in mobile app ( #111122 )
2024-02-22 11:46:29 +01:00
Robert Resch
a372878aed
Bump deebot-client to 5.2.2 ( #111112 )
2024-02-22 11:46:26 +01:00
Álvaro Fernández Rojas
f5d7e6f506
Bump aioairzone to v0.7.4 ( #111105 )
...
* Update aioairzone to v0.7.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
* Update aioairzone to v0.7.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-02-22 11:46:23 +01:00
Shay Levy
2cf87b8536
Bump pywebpush to 1.14.1 ( #111082 )
2024-02-22 11:46:20 +01:00
Christopher Bailey
68450bb594
Fixes UniFi Protect light state check ( #111058 )
2024-02-22 11:46:17 +01:00
G Johansson
4f5c808b40
Bump holidays to 0.43 ( #111039 )
2024-02-22 11:46:14 +01:00
Shay Levy
4eb1bac859
Fix Shelly RPC RSSI sensor removal ( #111035 )
2024-02-22 11:46:10 +01:00
starkillerOG
f6bef0081b
Bump motionblinds to 0.6.21 ( #110970 )
2024-02-22 11:45:18 +01:00
Michael
f590f86cdd
Reset error state when Ecovacs bot is operational again ( #110962 )
2024-02-22 11:45:15 +01:00
starkillerOG
85ad0a0e1e
Bump reolink-aio to 0.8.8 ( #110959 )
2024-02-22 11:45:12 +01:00
Dominik Sander
bd08807b53
Bump deluge-client to 1.10.2 ( #110905 )
...
This mainly addresses the client hanging and not reconnecting whenever
the deluge server is restarted. See https://github.com/JohnDoee/deluge-client/pull/42
https://github.com/JohnDoee/deluge-client/compare/1.10.0...1.10.2
2024-02-22 11:45:09 +01:00
Robert Hillis
715c6a554c
Bump deluge-client to 1.10.0 ( #110663 )
2024-02-22 11:45:04 +01:00
starkillerOG
e3074c6148
Reolink continue setup when internet blocked ( #110888 )
2024-02-22 11:43:20 +01:00
Chris Caron
b7c97880e9
Allow loading of more then 1 defined Apprise URL ( #110868 )
2024-02-22 11:37:35 +01:00
Galorhallen
6745814e59
Update govee-local-api library to 1.4.4 ( #110854 )
2024-02-22 11:37:32 +01:00
Jan-Philipp Benecke
adf24c970c
Bump aiotankerkoenig to 0.4.1 ( #110840 )
2024-02-22 11:37:29 +01:00
Michael
f13052f9aa
Detect reached API rate limit in Tankerkoenig ( #110432 )
2024-02-22 11:37:23 +01:00
Aaron Bach
2a12369e31
Ensure Tile timestamps are reported as UTC ( #110773 )
2024-02-22 11:35:56 +01:00
Michael
76ec26b23d
Bump roombapy to 1.6.12 ( #110762 )
...
* bump roombapy to 1.6.11
* Apply suggestions from code review
* "fix" tests (make them pydantic fiendly?)
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-02-22 11:35:52 +01:00
Steven Barth
d85a92f5f1
Remove matplotlib pinning due to Python 3.12 incompatibility ( #110706 )
2024-02-22 11:35:49 +01:00
Michael
ac74eb7854
Fix scene activation with climate entities with None attribute values ( #110684 )
...
don't call service with attribute None
2024-02-22 11:35:46 +01:00
Chris Talkington
8769921d70
Update rokuecp to 0.19.1 ( #110670 )
2024-02-22 11:35:43 +01:00