luar123
f0710bae06
Add config-flow to Snapcast ( #80288 )
...
* initial stab at snapcast config flow
* fix linting errors
* Fix linter errors
* Add import flow, support unloading
* Add test for import flow
* Add dataclass and remove unique ID in config-flow
* remove translations
* Apply suggestions from code review
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Refactor config flow and terminate connection
* Rename test_config_flow.py
* Fix tests
* Minor fixes
* Make mock_create_server a fixture
* Combine tests
* Abort if entry already exists
* Apply suggestions from code review
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Move HomeAssistantSnapcast to own file. Clean-up last commit
* Split import flow from user flow. Fix tests.
* Use explicit asserts. Add default values to dataclass
* Change entry title to Snapcast
---------
Co-authored-by: Barrett Lowe <barrett.lowe@gmail.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-03-30 07:42:09 +02:00
starkillerOG
1023628821
Bump reolink-aio to 0.5.8 ( #90467 )
2023-03-29 17:26:05 -04:00
J. Nick Koston
3bebd4318e
Bump yalexs-ble to 2.1.14 ( #90474 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.1.13...v2.1.14
reduces ble traffic (fixes a bug were we were checking when we did not need to be)
2023-03-29 17:24:47 -04:00
Chris Xiao
7c778847e7
Add config flow to qBittorrent ( #82560 )
...
* qbittorrent: implement config_flow
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: add English translations
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: create sensors with config_flow
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: set unique_id and icon
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: add tests for config_flow
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: detect duplicate config entries
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: import YAML config
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: update coveragerc
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
* qbittorrent: delete translations file
* create `deprecated_yaml` issue in `setup_platform`
* move qbittorrent test fixtures to conftest.py
* improve code quality & remove wrong unique_id
* keep PLATFORM_SCHEMA until YAML support is removed
* remove CONF_NAME in config entry, fix setup_entry
* improve test suite
* clean up QBittorrentSensor class
* improve user flow tests
* explicit result assertion & minor tweaks in tests
Co-authored-by: epenet <epenet@users.noreply.github.com>
* implement entry unloading
Co-authored-by: epenet <epenet@users.noreply.github.com>
* add type hints
* tweak config_flow data handling
---------
Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com>
Co-authored-by: epenet <epenet@users.noreply.github.com>
2023-03-29 22:13:41 +02:00
Bram Kragten
a478e278fd
Update frontend to 20230329.0 ( #90461 )
2023-03-29 21:04:04 +02:00
Raman Gupta
4877cf8d5d
Bump zwave-js-server-python to 0.47.1 ( #90464 )
2023-03-29 14:30:30 -04:00
Marcel van der Veldt
a33c70e595
Bump python-matter-server to 3.2.0 ( #90457 )
2023-03-29 18:52:21 +02:00
Paulus Schoutsen
81c39e42f4
Bump home-assistant-intents to 2023.3.29 ( #90459 )
2023-03-29 11:25:08 -05:00
mletenay
a1c94919de
Fix goodwe export limit unit on single phase DT inverters ( #90427 )
...
* Fix export limit unit on single phase DT inverters
* Update homeassistant/components/goodwe/number.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-03-29 16:01:14 +02:00
J. Nick Koston
b58c90602f
Bump yalexs-ble to 2.1.13 ( #90442 )
2023-03-29 09:39:44 +02:00
Klaas Schoute
0327f312f2
Fix data issue for easyEnergy during midnight ( #90434 )
2023-03-29 08:37:20 +02:00
Klaas Schoute
12edaa052c
Fix data issue for energyzero during midnight ( #90433 )
2023-03-29 08:29:44 +02:00
Paulus Schoutsen
885be98f8f
OpenAI to use GPT3.5 ( #90423 )
...
* OpenAI to use GPT3.5
* Add snapshot
2023-03-29 05:37:43 +02:00
David F. Mulcahey
8660035027
Bump ZHA quirks to 0.0.95 ( #90435 )
2023-03-28 20:59:26 -04:00
J. Nick Koston
4f05246654
Bump onvif-zeep-async to 1.2.3 ( #90382 )
2023-03-28 13:54:33 -10:00
Dmitry Vlasov
4b3c1f2800
Update zwave-me-ws version to 0.3.6 ( #90233 )
2023-03-28 17:24:19 +02:00
Joakim Sørensen
d907bd2ca3
Add connected relayer region to system health ( #90410 )
2023-03-28 17:09:59 +02:00
Dave T
f081fa8feb
Add basic tests for temper USB temperature sensor integration ( #80220 )
...
* Add basic tests
* Updated requriements_test_all.txt
* Update temperusb version
* Add type hints
Co-authored-by: Christian Knittl-Frank <lcnittl@gmail.com>
* Add type hints
Co-authored-by: Christian Knittl-Frank <lcnittl@gmail.com>
* Correct typo in type hint
* Fix isort
* Fix requirements_test_all.txt
---------
Co-authored-by: Dave T <davet2001@users.noreply.github.com>
Co-authored-by: Christian Knittl-Frank <lcnittl@gmail.com>
2023-03-28 16:50:59 +02:00
Nathan Spencer
cdefc48fcd
Add panel brightness control for Litter-Robot 4 ( #86269 )
...
* Add panel brightness control for Litter-Robot 4
* Use translation_key
* Fix test
2023-03-28 15:07:09 +02:00
MarkGodwin
6e23e00b5a
TP-Link Omada update entities code review feedback ( #89668 )
2023-03-28 13:25:10 +02:00
Willem-Jan van Rootselaar
4575352101
Bump python-bsblan to 0.5.11 ( #90377 )
2023-03-28 12:50:57 +02:00
Erik Montnemery
5e03272821
Bump pychromecast to 13.0.6 ( #90390 )
2023-03-28 09:36:34 +02:00
J. Nick Koston
59113a3e4c
Bump flux_led to 0.28.36 ( #90380 )
2023-03-28 00:50:11 +02:00
Michael
a361fba8f5
Bump nextcloudmonitor to 1.4.0 ( #90372 )
2023-03-28 00:48:14 +02:00
J. Nick Koston
1cd2fe9d28
Bump aiodiscover to 1.4.15 ( #90383 )
2023-03-28 00:44:34 +02:00
J. Nick Koston
058a2c9d83
Bump yalexs-ble to 2.1.12 ( #90381 )
2023-03-28 00:41:51 +02:00
Avi Miller
a32c78238e
Bump lifx dependencies ( #90345 )
2023-03-27 14:06:30 +02:00
Raman Gupta
c11a3881af
Bump zwave-js-server-python to 0.47.0 ( #90212 )
2023-03-27 12:25:04 +02:00
Joel Goguen
d9471fd01a
Bump python-holidays to 0.21.13 ( #89724 )
...
Update Python holidays module to 0.21.13
python-holidays 0.19-0.21.13 adds support for new countries and enhances
support for many currently supported countries.
2023-03-27 12:14:16 +02:00
starkillerOG
0d58646823
Bump reolink-aio to 0.5.7 ( #90344 )
2023-03-27 11:11:38 +02:00
J. Nick Koston
65e46e3261
Bump aioesphomeapi to 13.6.0 ( #90330 )
2023-03-26 12:58:07 -10:00
J. Nick Koston
a733ca96a2
Bump yalexs-ble to 2.1.9 ( #90320 )
2023-03-27 00:17:32 +02:00
Allen Porter
fa35867765
Bump ical to 4.5.1 and set PRODID for home assistant in local calendar ics ( #90291 )
2023-03-26 23:00:45 +02:00
Michael
45262c6114
Implement config flow for nextcloud ( #89396 )
...
* implement config flow
* add tests
* fix hassfest and requirements
* abort import on connection error
* add add_suggested_values_to_schema
* mock async_setup_entry
* revert code owner change
* fix try connect in config flow
* add device info
* allow multiple instances
* fix import in config flow
* remove custom scan interval from coordinator
* applay suggestions
* apply suggestions
* take over ownership from @meichthys
* cleanup import data before passing to user step
* apply suggestions to tests
* add untested files to .coveragerc
2023-03-26 21:14:17 +02:00
J. Nick Koston
542def7f82
Bump pySwitchbot to 0.37.5 ( #90317 )
2023-03-26 09:10:35 -10:00
Niels Perfors
1baadc1d09
Update Verisure package to 2.6.1 ( #89318 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: RobinBolder <33325401+RobinBolder@users.noreply.github.com>
Co-authored-by: Tobias Lindaaker <tobias@thobe.org>
2023-03-26 19:32:25 +02:00
J. Nick Koston
f8431278c8
Bump yalexs-ble to 2.1.6 ( #90295 )
2023-03-26 11:05:21 +02:00
Robert Svensson
a0b6da33ab
Strict typing of UniFi integration ( #90278 )
...
* Fix typing of UniFi controller
* Strict typing of unifi.__init__
* Strict typing of UniFi config_flow
* Strict typing of UniFi switch
* Strict typing UniFi sensor
* Strict typing UniFi device tracker
* Strict typing of UniFi
* Fix library issues related to typing
2023-03-26 09:57:13 +02:00
J. Nick Koston
bd08d88812
Bump yalexs-ble to 2.1.5 ( #90287 )
...
Bump yalexs-ble 2.1.5
Some of the lever locks need a bit longer debounce time
since they still report stale state for up to 6s
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.1.4...v2.1.5
2023-03-25 23:27:35 -04:00
J. Nick Koston
5f59bab9ec
Bump bleak to 0.20.1 ( #90282 )
...
Co-authored-by: Charles Garwood <cgarwood@newdealmultimedia.com>
2023-03-25 16:29:26 -10:00
J. Nick Koston
255f12ec05
Bump bleak-retry-connector to 3.0.2 ( #90279 )
...
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v3.0.1...v3.0.2
2023-03-25 21:48:03 -04:00
J. Nick Koston
668b2726fe
Bump yalexs-ble to 2.1.4 ( #90276 )
2023-03-25 10:12:48 -10:00
J. Nick Koston
fd460996ba
Bump onvif-zeep-async to 1.2.2 to fix memory leak ( #90216 )
2023-03-25 09:21:05 -10:00
J. Nick Koston
7bceedfc95
Bump sqlalchemy to 2.0.7 ( #90256 )
2023-03-25 07:05:35 -10:00
Franck Nijhof
7cbe705ebb
Update vehicle to 1.0.0 ( #90189 )
2023-03-25 18:00:15 +01:00
Robert Svensson
7f1fff12ef
Bump aiounifi to v45 ( #90250 )
...
* Bump aiounifi to v45
* Replace local TypeVar with library TypeVar
2023-03-25 00:27:16 +01:00
Nalin Mahajan
e290febb38
Bump pyControl4 to 1.1.0 ( #90115 )
...
* Bump pyControl4 to 1.1.0
* Remove mock token_expiration from control4
2023-03-23 17:34:38 +01:00
J. Nick Koston
2cb4ec82df
Bump yalexs-ble to 2.1.2 ( #90156 )
2023-03-23 10:08:06 +01:00
On Freund
10cf92246f
Bump pyrympro to 0.0.7 ( #90118 )
2023-03-23 10:05:08 +01:00
rikroe
1a2fa51ac9
Bump bimmer_connected to 0.13.0 ( #90127 )
2023-03-23 10:01:01 +01:00