Robert Resch
3092297979
Bump go2rtc-client to 0.1.1 ( #130498 )
2024-11-13 09:55:52 +01:00
Joost Lekkerkerker
5cce369ce8
Bump aiowithings to 3.1.2 ( #130469 )
2024-11-13 07:55:33 +01:00
starkillerOG
8b505a2273
Bump reolink_aio to 0.11.0 ( #130481 )
2024-11-13 07:35:51 +01:00
Charles Garwood
a9f468509b
Bump zwave-js-server-python to 0.59.1 ( #130468 )
2024-11-13 07:14:39 +01:00
Daniel Hjelseth Høyer
d1c3e1caa9
Bump Tibber 0.30.8 ( #130388 )
2024-11-11 21:05:52 +01:00
Markus Lanthaler
96c12fdd10
Update tuya-device-sharing-sdk to version 0.2.1 ( #130333 )
2024-11-11 20:40:37 +01:00
Noah Husby
e97a5f927c
Bump aiorussound to 4.1.0 ( #130382 )
2024-11-11 20:26:45 +01:00
Barry vd. Heuvel
ebe62501d6
Bump Weheat wh-python to 2024.11.02 ( #130337 )
2024-11-11 20:14:12 +01:00
Marc Mueller
c89bf6a9aa
Update pillow to 11.0.0 ( #130194 )
2024-11-11 20:12:32 +01:00
Andre Lengwenus
3f34ddd74f
Bump lcn-frontend to 0.2.2 ( #130383 )
2024-11-11 20:07:12 +01:00
Joost Lekkerkerker
e56dec2c8e
Bump spotifyaio to 0.8.8 ( #130372 )
2024-11-11 17:35:54 +01:00
Simon Lamon
c96f1c87a6
Bump python-linkplay to 0.0.20 ( #130348 )
2024-11-11 17:30:27 +01:00
Robert Resch
41c6eeedca
Bump deebot-client to 8.4.1 ( #130357 )
2024-11-11 15:41:18 +01:00
dotvav
88c227681d
Bump pypalazzetti to 0.1.11 ( #130293 )
2024-11-10 20:13:31 +01:00
Lennard Beers
3a37ff13a6
Bump eq3btsmart to 1.2.1 ( #130297 )
2024-11-10 20:12:46 +01:00
G Johansson
7925007ab4
Bump psutil to 6.1.0 ( #130254 )
2024-11-10 12:00:45 +01:00
Marc Mueller
e382f924e6
Add support for Python 3.13 ( #129442 )
2024-11-10 11:38:56 +01:00
G Johansson
f3229c723c
Bump pynordpool to 0.2.2 ( #130257 )
2024-11-10 11:19:10 +01:00
Allen Porter
21d81d5a5c
Bump google-nest-sdm to 6.1.5 ( #130229 )
2024-11-09 19:02:15 +01:00
jjlawren
2cc5486794
Bump SoCo to 0.30.6 ( #130223 )
2024-11-09 17:14:40 +01:00
Daniel Hjelseth Høyer
c89ab7a142
Bump pyTibber ( #130216 )
2024-11-09 15:54:58 +01:00
Josef Zweck
08f5081197
Rename lamarzocco library ( #130204 )
2024-11-09 11:03:48 +01:00
Josef Zweck
8384100e1b
Rename tedee library ( #130203 )
2024-11-09 10:46:38 +01:00
Tristan Bastian
cd0349ee4d
Bump tplink-omada-client to 1.4.3 ( #130184 )
2024-11-09 10:41:08 +01:00
Marc Mueller
b413e481cb
Update numpy to 2.1.3 ( #130191 )
2024-11-09 10:12:52 +01:00
IceBotYT
2802b77f21
Bump nice-go to 0.3.10 ( #130173 )
...
Bump Nice G.O. to 0.3.10
2024-11-09 00:12:14 +01:00
Simon Lamon
e4036a2f14
Bump python-linkplay to v0.0.18 ( #130159 )
2024-11-08 20:14:33 +01:00
Diogo Gomes
e4aaaf10c3
Fix utility_meter on DST changes ( #129862 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-08 18:44:15 +01:00
Martin Hjelmare
14285973b8
Bump ha-ffmpeg to 3.2.2 ( #130142 )
2024-11-08 16:00:24 +01:00
Joost Lekkerkerker
6c7ac7a6ef
Bump spotifyaio to 0.8.7 ( #130140 )
2024-11-08 15:53:26 +01:00
Bram Kragten
52ed1bf44a
Update frontend to 20241106.2 ( #130128 )
2024-11-08 15:13:05 +01:00
G Johansson
1f32e02ba2
Add Nord Pool integration ( #129983 )
2024-11-08 15:10:51 +01:00
nasWebio
ed1366f463
Add NASweb integration ( #98118 )
...
* Add NASweb integration
* Fix DeviceInfo import
* Remove commented out code
* Change class name for uniquness
* Drop CoordinatorEntity inheritance
* Rename class Output to more descriptive: RelaySwitch
* Update required webio-api version
* Implement on-the-fly addition/removal of entities
* Set coordinator name matching device name
* Set entities with too old status as unavailable
* Drop Optional in favor of modern typing
* Fix spelling of a variable
* Rename commons to more fitting name: helper
* Remove redundant code
* Let unload fail when there is no coordinator
* Fix bad docstring
* Rename cord to coordinator for clarity
* Remove default value for pop and let it raise exception
* Drop workaround and use get_url from helper.network
* Use webhook to send data from device
* Deinitialize coordinator when no longer needed
* Use Python formattable string
* Use dataclass to store integration data in hass.data
* Raise ConfigEntryNotReady when appropriate
* Refactor NASwebData class
* Move RelaySwitch to switch.py
* Fix ConfigFlow tests
* Create issues when entry fails to load
* Respond when correctly received status update
* Depend on webhook instead of http
* Create issue when status is not received during entry set up
* Make issue_id unique across integration entries
* Remove unnecessary initializations
* Inherit CoordinatorEntity to avoid code duplication
* Optimize property access via assignment in __init__
* Use preexisting mechanism to fill schema with user input
* Fix translation strings
* Handle unavailable or unreachable internal url
* Implement custom coordinator for push driven data updates
* Move module-specific constants to respective modules
* Fix requirements_all.txt
* Fix CODEOWNERS file
* Raise ConfigEntryError instead of issue creation
* Fix entity registry import
* Use HassKey as key in hass.data
* Use typed ConfigEntry
* Store runtime data in config entry
* Rewrite to be more Pythonic
* Move add/remove of switch entities to switch.py
* Skip unnecessary check
* Remove unnecessary type hints
* Remove unnecessary nonlocal
* Use a more descriptive docstring
* Add docstrings to NASwebCoordinator
* Fix formatting
* Use correct return type
* Fix tests to align with changed code
* Remove commented code
* Use serial number as config entry id
* Catch AbortFlow exception
* Update tests to check ConfigEntry Unique ID
* Remove unnecessary form abort
2024-11-08 12:03:32 +01:00
Bram Kragten
28832cbd3e
Update frontend to 20241106.1 ( #130086 )
2024-11-08 08:46:48 +01:00
Luke Lashley
ce94073321
Bump python-roborock to 2.7.2 ( #130100 )
2024-11-08 08:39:41 +01:00
Frank Wickström
c1ecc13cb3
Bump huum to 0.7.11 ( #130047 )
...
* Update huum dependency 0.7.10 -> 0.7.11
This change includes an explicit MIT license for the package.
* Remove huum from license exceptions list
2024-11-07 17:18:36 +01:00
jb101010-2
0e324c074a
Bump PySuez to 1.3.1 ( #129825 )
2024-11-07 14:25:38 +01:00
Allen Porter
2adbf7c933
Bump google-nest-sdm to 6.1.4 ( #130005 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-07 10:50:40 +01:00
sean t
43c2658962
Bump agent-py to 0.0.24 ( #130018 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-07 10:34:54 +01:00
Petar Petrov
cb97f2f13c
Bump zwave-js-server-python to 0.59.0 ( #129482 )
2024-11-07 10:06:28 +01:00
Michael Hansen
df16e6d022
Bump intents to 2024.11.6 ( #129982 )
2024-11-07 08:29:44 +01:00
Marc Mueller
56212c6fa5
Update numpy to 2.1.2 and pandas to 2.2.3 ( #129958 )
2024-11-07 08:24:47 +01:00
Keilin Bickar
bc964ce7f0
Update sense energy library to 0.13.3 ( #129998 )
2024-11-07 08:14:54 +01:00
Steven B.
9a2a177b28
Bump ring library ring-doorbell to 0.9.9 ( #129966 )
2024-11-06 15:46:08 -06:00
Robert Resch
d4adb1f298
Bump go2rtc-client to 0.1.0 ( #129965 )
2024-11-06 17:59:04 +01:00
Bram Kragten
29ba140816
Update frontend to 20241106.0 ( #129953 )
2024-11-06 14:53:59 +01:00
Robert Resch
0ca4f3e1ba
Bump go2rtc-client to 0.0.1b5 ( #129952 )
2024-11-06 14:52:21 +01:00
Robert Resch
25449b424f
Bump go2rtc-client to 0.0.1b4 ( #129942 )
2024-11-06 12:05:23 +01:00
Daniel Hjelseth Høyer
370d7d6bdf
Bump pyTibber to 0.30.4 ( #129844 )
2024-11-06 11:44:54 +01:00
Joost Lekkerkerker
648c3d500b
Bump spotifyaio to 0.8.5 ( #129938 )
2024-11-06 11:32:35 +01:00
starkillerOG
5f13db2356
Bump reolink_aio to 0.10.4 ( #129914 )
2024-11-06 00:05:05 +01:00
kingal123
64e84e2aa0
Update pylutron to 0.2.16 ( #129653 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-05 22:23:14 +01:00
Michael Hansen
901457e7aa
Bump intents and add HassRespond test ( #129830 )
2024-11-05 22:22:49 +01:00
Joost Lekkerkerker
9e04457472
Bump spotifyaio to 0.8.4 ( #129899 )
2024-11-05 21:04:58 +01:00
Ville Skyttä
6ecdbb677f
Bump huawei-lte-api to 1.10.0 ( #129911 )
2024-11-05 21:03:26 +01:00
G Johansson
79de1d9ed4
Bump holidays to 0.60 ( #129909 )
2024-11-05 20:26:22 +01:00
Paul Bottein
7fefa5c235
Update frontend to 20241105.0 ( #129906 )
2024-11-05 20:25:15 +01:00
dotvav
b76a94bd42
Bump pypalazzetti to 0.1.10 ( #129832 )
2024-11-05 15:34:25 +01:00
Joost Lekkerkerker
4e11ff05de
Use default package for yt-dlp ( #129886 )
2024-11-05 15:23:41 +01:00
Richard Kroegel
8abbc4abbc
Bump bimmer_connected to 0.16.4 ( #129838 )
2024-11-05 14:13:48 +01:00
Karl Beecken
15bf652f37
Bump python-tado to 0.17.7 ( #129842 )
2024-11-05 12:30:48 +01:00
Manu
5fd1e23255
Bump pynecil to 0.2.1 ( #129843 )
2024-11-05 11:52:11 +01:00
Alex Bush
80ff6dc618
Bump pyfibaro to 0.8.0 ( #129846 )
2024-11-05 10:56:34 +01:00
Joakim Sørensen
3858400a6f
Bump hass-nabucasa from 0.83.0 to 0.84.0 ( #129873 )
2024-11-05 10:10:23 +01:00
starkillerOG
dafd54ba2b
Bump reolink-aio to 0.10.3 ( #129841 )
2024-11-04 21:34:40 -05:00
J. Nick Koston
e5263dc0c8
Bump uiprotect to 6.4.0 ( #129851 )
2024-11-04 15:43:22 -06:00
Bram Kragten
7863927c3a
Update frontend to 20241104.0 ( #129829 )
2024-11-04 19:39:46 +01:00
Steven B.
f6e36615d6
Bump python-kasa to 0.7.7 ( #129817 )
...
Bump tplink dependency python-kasa to 0.7.7
2024-11-04 18:39:39 +01:00
Antoine Reversat
0c25252d9f
Bump ayla-iot-unofficial to 1.4.3 ( #129743 )
...
Upgrade to ayla-iot-unofficial v1.4.3
2024-11-04 17:20:15 +01:00
Jake Martin
400b377aa8
Bump monzopy to 1.4.2 ( #129726 )
...
* Bump monzopy to 1.4.0
* Bump to 1.4.2
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-04 16:55:02 +01:00
Willem-Jan van Rootselaar
d0c45b1857
Bump python-bsblan to 1.2.1 ( #129635 )
...
* Bump python-bsblan dependency to version 1.1.0
* Bump python-bsblan dependency to version 1.2.0
* Bump python-bsblan dependency to version 1.2.1
* Update test diagnostics snapshots to use numeric values and add error handling
2024-11-04 15:31:44 +01:00
Marc Mueller
41a81cbf15
Switch back to av 13.1.0 ( #129699 )
2024-11-04 14:48:28 +01:00
Andre Lengwenus
ff621d5bf3
Bump lcn-frontend to 0.2.1 ( #129457 )
2024-11-04 14:45:20 +01:00
Joost Lekkerkerker
0c40fcdaeb
Bump yt-dlp to 2024.11.04 ( #129794 )
2024-11-04 10:33:08 +01:00
Ståle Storø Hauknes
7ab8ff56b3
Bump Airthings BLE to 0.9.2 ( #129659 )
...
Bump airthings ble
2024-11-04 08:11:18 +01:00
LG-ThinQ-Integration
04aee812f8
Bump thinqconnect to 1.0.0 ( #129769 )
...
Co-authored-by: yunseon.park <yunseon.park@lge.com>
2024-11-04 07:17:50 +01:00
Bouwe Westerdijk
49f0bb6990
Bump plugwise to v1.5.0 ( #129668 )
...
* Bump plugwise to v1.5.0
* And adapt
2024-11-03 23:30:21 -05:00
Simon Lamon
38afcbb21f
Bump python-linkplay to 0.0.17 ( #129683 )
2024-11-03 22:56:45 -05:00
Joost Lekkerkerker
463bffaeb6
Bump spotifyaio to 0.8.3 ( #129729 )
2024-11-03 21:55:12 +01:00
J. Nick Koston
ed582fae91
Bump HAP-python to 4.9.2 ( #129715 )
2024-11-03 11:27:57 -06:00
Manu
4d5c3ee0aa
Bump bring-api to 0.9.1 ( #129702 )
2024-11-03 10:46:16 -06:00
J. Nick Koston
ed3376352d
Bump DoorBirdPy to 3.0.8 ( #129709 )
2024-11-02 22:43:21 -05:00
Klaas Schoute
bf4922a7ef
Bump autarco lib to v3.1.0 ( #129684 )
...
Bump autarco to v3.1.0
2024-11-02 18:42:56 +01:00
J. Nick Koston
6f7eac5c6d
Bump sensorpush-ble to 1.7.1 ( #129657 )
2024-11-02 12:26:31 -05:00
J. Nick Koston
a6865f1639
Bump aiohomekit to 3.2.6 ( #129640 )
2024-11-01 14:01:33 -05:00
J. Nick Koston
f55aa0b86e
Bump aioesphomeapi to 27.0.1 ( #129643 )
2024-11-01 13:16:15 -05:00
Joost Lekkerkerker
02b34f05aa
Bump spotifyaio to 0.8.2 ( #129639 )
2024-11-01 18:25:26 +01:00
Joost Lekkerkerker
4da93f6a5e
Bump spotifyaio to 0.8.1 ( #129573 )
2024-11-01 15:12:15 +01:00
Willem-Jan van Rootselaar
5430eca93e
Bump python-bsblan to 1.0.0 ( #129617 )
2024-11-01 10:23:30 +01:00
Erik Montnemery
b09e54c961
Bump aiohasupervisor to version 0.2.1 ( #129574 )
2024-10-31 19:37:31 +01:00
Joost Lekkerkerker
0f535e979f
Bump aiowithings to 3.1.1 ( #129586 )
2024-10-31 18:28:53 +01:00
Paul Bottein
b1dfc3cd23
Update frontend to 20241031.0 ( #129583 )
2024-10-31 16:35:36 +01:00
starkillerOG
af144e1b77
Bump reolink_aio to 0.10.2 ( #129528 )
2024-10-30 23:24:07 +02:00
Marcel van der Veldt
c958cce769
Bump Music Assistant Client library to 1.0.5 ( #129518 )
2024-10-30 19:34:43 +01:00
cryptk
fa2bfc5d9d
Bump uiprotect to 6.3.2 ( #129513 )
2024-10-30 18:43:34 +01:00
puddly
b8ddfd642e
Bump ZHA dependencies ( #129510 )
2024-10-30 17:38:24 +01:00
Paul Bottein
39f418f2d2
Update frontend to 20241030.0 ( #129508 )
2024-10-30 17:31:41 +01:00
Michael Hansen
cb1b72d6ba
Bump intents to 2024.10.30 ( #129505 )
2024-10-30 16:20:59 +01:00
Jozef Kruszynski
568bdef61f
Add musicassistant integration ( #128919 )
...
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2024-10-30 14:57:01 +01:00
starkillerOG
c8594045df
Bump reolink_aio to 0.10.1 ( #129493 )
2024-10-30 13:19:45 +01:00