G Johansson
724eb7f2bd
Remove Darksky integration ( #90322 )
2023-04-03 10:34:36 +02:00
mletenay
0198c751b4
Update goodwe library to v0.2.30 ( #90607 )
2023-04-02 20:25:29 -04:00
Michael Davie
6a6b6cf826
Bump env_canada to v0.5.30 ( #90644 )
2023-04-02 20:20:11 -04:00
J. Nick Koston
368d1c9b54
Bump zeroconf to 0.53.0 ( #90682 )
2023-04-02 13:32:00 -10:00
J. Nick Koston
17270979e6
Bump zeroconf to 0.52.0 ( #90660 )
...
* Bump zeroconf to 0.52.0
Switch to using the new ip_addresses_by_version which avoids
all the ip address conversions
* updates
2023-04-02 14:09:44 -04:00
Bram Kragten
2852fe6786
Update frontend to 20230401.0 ( #90646 )
2023-04-01 15:21:51 -04:00
J. Nick Koston
8263c3de23
Bump zeroconf to 0.51.0 ( #90622 )
...
* Bump zeroconf to 0.50.0
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.47.4...0.50.0
* bump to 51
2023-04-01 15:15:17 -04:00
J. Nick Koston
e94c11371d
Bump securetar to 2023.3.0 ( #90612 )
...
changelog: https://github.com/pvizeli/securetar/compare/2022.02.0...2023.3.0
2023-04-01 10:22:26 -04:00
Michael Hansen
90d81e9844
Use webrcvad to detect silence in pipelines ( #90610 )
...
* Add webrtcvad requirement
* Use webrcvad for voice command segmenting
* Add vad test
2023-03-31 23:55:07 -04:00
Raman Gupta
6db96847d5
Bump zwave-js-server-python to 0.47.3 ( #90606 )
...
* Bump zwave-js-server-python to 0.47.2
* Bump zwave-js-server-python to 0.47.3
2023-03-31 15:39:08 -04:00
starkillerOG
09d54428c9
Bump reolink-aio to 0.5.9 ( #90590 )
2023-03-31 14:31:04 -04:00
Bram Kragten
03137feba5
Update frontend to 20230331.0 ( #90594 )
2023-03-31 14:15:49 -04:00
Franck Nijhof
6153f17155
Update sentry-sdk to 1.18.0 ( #90571 )
2023-03-31 13:58:53 +02:00
Hans Oischinger
b3887a633d
Bump PyVicare to 2.25.0 ( #90536 )
2023-03-31 09:44:30 +02:00
puddly
3a3c738945
Bump ZHA dependencies ( #90547 )
...
* Bump ZHA dependencies
* Ensure the network is formed on channel 15 when multi-PAN is in use
2023-03-30 20:55:01 -04:00
Bram Kragten
6f89390251
Update frontend to 20230330.0 ( #90524 )
2023-03-30 13:48:21 -04:00
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