J. Nick Koston
af1bac8745
Disconnect yale access locks at the stop event ( #93192 )
2023-05-17 13:25:28 +02:00
Matthias Alphart
c522ea855d
KNX Group Monitor: Load latest 50 Telegrams on start ( #93153 )
...
* remove impossible test
IndividualAddress telegrams are not processed by xknx.telegram_queue
* Use Telegrams helper class for group monitor messages
* Store 50 telegrams in deque for group monitor
* Send recent telegrams at once on connection of group monitor
* Update KNX-frontend to support group monitor prepopulation
2023-05-17 09:58:00 +02:00
tronikos
6c56ceead0
Create Google Generative AI Conversation integration ( #93156 )
...
* Copy openai_conversation to google_generative_ai_conversation
This is to improve diff of the next commit with the actual implementation.
Commands used:
cp -r homeassistant/components/openai_conversation/ homeassistant/components/google_generative_ai_conversation/
cp -r tests/components/openai_conversation/ tests/components/google_generative_ai_conversation/
find homeassistant/components/google_generative_ai_conversation/ tests/components/google_generative_ai_conversation/ -type f | xargs sed -i \
-e 's@openai_conversation@google_generative_ai_conversation@g' \
-e 's@OpenAI Conversation@Google Generative AI Conversation@g' \
-e 's@balloob@tronikos@g'
* Add google_generative_ai_conversation to Google brand
* Google Generative AI Conversation
* Sync recent openai changes
* handle empty responses
2023-05-16 21:05:56 -04:00
rikroe
defc23cc7c
Fix china login for bmw_connected_drive ( #93180 )
...
* Bump bimmer_connected to 0.13.5
* Fix snapshots after dependency bump
* Load gcid from config entry if available
* Add tests
---------
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-05-17 02:03:01 +02:00
J. Nick Koston
210c309770
Bump pyatv to 0.11.0 ( #93172 )
2023-05-16 18:52:18 -05:00
Aaron Bach
e48961d29b
Bump `regenmaschine` to 2023.05.1 ( #93139 )
2023-05-16 16:28:20 -06:00
Maciej Bieniek
685016052b
Bump `accuweather` to version 0.5.2 ( #93130 )
2023-05-16 11:38:17 -05:00
Álvaro Fernández Rojas
e5c12122e2
Update aioairzone to v0.5.6 ( #93146 )
2023-05-16 12:51:22 +02:00
J. Nick Koston
9c039a17ea
Bump guppy3 to 3.1.3 ( #93124 )
2023-05-16 08:26:17 +02:00
Guido Schmitz
36332eb441
Bump devolo_plc_api to 1.3.1 ( #93099 )
2023-05-15 20:12:44 -05:00
luar123
d8d4446563
Bump snapcast to 2.3.3 ( #93112 )
...
bump snapcast to 2.3.3
2023-05-15 22:29:28 +03:00
J. Nick Koston
b400c53159
Bump pyunifiprotect to 4.9.0 ( #93106 )
...
changelog: https://github.com/AngellusMortis/pyunifiprotect/compare/v4.8.3...v4.9.0
2023-05-15 22:26:29 +03:00
J. Nick Koston
64623283b2
Bump aioesphomeapi to 13.7.5 ( #93121 )
...
performance improvements
changelog: https://github.com/esphome/aioesphomeapi/compare/v13.7.4...v13.7.5
2023-05-15 22:24:17 +03:00
Pascal Vizeli
cf957f1880
Bump aioecowitt 2023.5.0 ( #93094 )
2023-05-15 21:19:27 +02:00
Stephan Uhle
55c675d0fd
Bump pysml to 0.0.11 ( #93035 )
...
Updated pysml to 0.0.11
2023-05-15 09:15:22 +02:00
J. Nick Koston
ef887e529f
Fix onvif cameras that cannot parse relative time ( #92711 )
...
* Fix onvif cameras that cannot parse relative time
The spec requires that the camera can parse relative or absolute timestamps
However there are many cameras that cannot parse time correctly.
Much of the event code has been offloaded to the library and
support to determine if the camera has broken time and switch
to absolute timestamps is now built into the library
* adjust verison
* fixes
* bump
* bump
* bump
* more fixes
* preen
* fix resume
* one more fix
* fix race in webhook setup
* bump to 3.1.3 which has more fixes for broken camera firmwares
* bump 3.1.4 for more fixes
* fix
* fix comment
* bump
* fix url limit
* bump
* more fixes
* old hik uses -s
2023-05-14 16:08:39 -04:00
Aaron Bach
637941df4d
Fix a series of bugs due to Notion API changes ( #93039 )
...
* Fix a series of bugs due to Notion API changes
* Simplify
* Reduce blast radius
* Reduce blast radius
* Fix tests
2023-05-14 12:07:15 -04:00
puddly
61cd36d628
Bump bellows to 0.35.5 to fix Aqara Zigbee connectivity issue ( #92999 )
...
Bump bellows to 0.35.5
2023-05-13 14:06:22 -04:00
starkillerOG
4a50c3fbae
Bump reolink-aio to 0.5.15 ( #92979 )
2023-05-12 23:04:36 +09:00
J. Nick Koston
809f394ff5
Bump sqlalchemy to 2.0.13 ( #92936 )
2023-05-12 04:37:16 +09:00
Joost Lekkerkerker
30c35e7398
Bump python-vehicle to 1.0.1 ( #92933 )
2023-05-11 21:31:17 +02:00
Jonathan Keslin
c14efef582
Bump volvooncall to 0.10.3 to fix sensor type error ( #92913 )
2023-05-11 09:42:04 +02:00
J. Nick Koston
bf2cfb8edf
Bump bluetooth-auto-recovery to 1.2.0 ( #92893 )
2023-05-11 08:58:29 +02:00
Ziv
dd7db85529
User config flow and custom panel for Dynalite integration ( #77181 )
2023-05-11 00:17:23 +02:00
Matthias Alphart
6250b0a230
Add a custom panel for KNX with a group monitor ( #92355 )
...
* Add KNX panel
* provide project data for the panel group monitor
* upload and delete project from panel
* test project store
* more tests
* finish tests
* use integers for DPTBinary payload monitor display
* add project to diagnostics
* require new frontend version
* update knx_frontend
* review suggestions
* update xknxproject to 3.1.0
---------
Co-authored-by: Marvin Wichmann <me@marvin-wichmann.de>
2023-05-11 00:13:22 +02:00
puddly
98b91bcad9
Bump ZHA dependencies ( #92870 )
2023-05-10 18:04:46 +02:00
Glenn Waters
74c26fb5e0
Bump UPB integration library to 0.5.4 ( #92879 )
2023-05-10 18:03:38 +02:00
epenet
be040f8259
Bump samsungtvws to 2.6.0 ( #92876 )
2023-05-10 08:52:38 +09:00
Álvaro Fernández Rojas
0199c6f5b2
Update aioairzone to v0.5.5 ( #92812 )
2023-05-09 09:21:47 +02:00
jjlawren
04c298b772
Bump sonos-websocket to 0.1.1 ( #92834 )
2023-05-09 07:58:56 +02:00
J. Nick Koston
cdc4b315e5
Bump aioesphomeapi to 3.7.4 to fix proxied BLE connections not retrying right away on error ( #92741 )
2023-05-08 18:56:06 +02:00
Álvaro Fernández Rojas
bafb01246a
Update aioairzone to v0.5.3 ( #92780 )
2023-05-08 15:16:16 +02:00
Erik Montnemery
043812bfc3
Bump hass-nabucasa to 0.67.1 ( #92484 )
...
* Bump hass-nabucasa to 0.67.1
* Fix typing
2023-05-08 10:51:47 +02:00
G Johansson
2e65b77b2b
Bump pytrafikverket to 0.3.3 ( #92761 )
2023-05-07 22:03:37 +02:00
Keilin Bickar
86e5efd929
Bump asyncsleepiq to 1.3.5 ( #92759 )
2023-05-07 20:58:14 +02:00
Joakim Plate
6fe596b64f
Bump nibe to 2.2.0 ( #92740 )
2023-05-07 17:11:34 +02:00
Shay Levy
78fa7fc5da
Bump aiowebostv to 0.3.3 to fix Python 3.11 support ( #92736 )
...
Bump aiowebostv to 0.3.3
2023-05-07 16:33:15 +03:00
andarotajo
bf6d429339
Add config flow to dwd_weather_warnings ( #91040 )
...
* Add config flow to dwd_weather_warnings
* Add additional test for more coverage
* Apply code review changes
* Apply further code review changes
* Rename constant for configuration
* Apply code review changes
* Simplify config flow code
2023-05-07 10:26:39 +02:00
Mick Vleeshouwer
99ab7c5a37
Bump pyoverkiz to 1.7.8 ( #92702 )
2023-05-07 00:36:21 +02:00
Aaron Bach
c634d8f940
Bump `aionotion` to 2023.05.1 ( #92697 )
2023-05-06 13:11:57 -05:00
G Johansson
9538d8bcfe
Bump pysensibo to 1.0.28 ( #92684 )
2023-05-06 12:02:09 -05:00
Luke
3f8ffcae73
Bump anova_wifi to 0.10.0 to add better debug ( #92686 )
...
add more debig
2023-05-06 18:32:44 +02:00
Artem Draft
d816da9355
Add media_player platform to Android TV Remote ( #91677 )
2023-05-06 09:18:34 -05:00
rikroe
7e041a95c9
Bump bimmer_connected to 0.13.3 ( #92648 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-05-06 10:05:57 +02:00
G Johansson
82b4368d1d
Bump pytrafikverket to 0.3.1 ( #92425 )
...
* Bump pytrafikverket 0.3.0
* 0.3.1
* mypy
* Fix exceptions
2023-05-05 21:19:16 +02:00
Steve Easley
6bbcf2f689
Add JVC Projector integration ( #84748 )
...
* Initial commit of jvcprojector
* Renamed domain
* Initial commit
* Support for v1.0.6 device api
* Fixed failing test
* Removed TYPE_CHECKING constant
* Removed jvc brand
* Removed constant rename
* Renaming more constants
* Renaming yet more constants
* Improved config_flow tests
* More changes based on feedback
* Moved config_flow dependency
* Removed default translation title
* Removed translation file
* Order manifest properly
2023-05-05 20:44:53 +02:00
Bram Kragten
cd02a67847
Update frontend to 20230503.3 ( #92617 )
2023-05-05 14:27:48 -04:00
J. Nick Koston
9a589a3a54
Improve reliability of ONVIF subscription renewals ( #92551 )
...
* Improve reliablity of onvif subscription renewals
upstream changelog: https://github.com/hunterjm/python-onvif-zeep-async/compare/v2.0.0...v2.1.0
* ```
Traceback (most recent call last):
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/onvif/client.py", line 75, in _async_wrap_connection_error_retry
return await func(*args, **kwargs)
File "/Users/bdraco/home-assistant/homeassistant/components/onvif/event.py", line 441, in _async_call_pullpoint_subscription_renew
await self._pullpoint_subscription.Renew(SUBSCRIPTION_RELATIVE_TIME)
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/zeep/proxy.py", line 64, in __call__
return await self._proxy._binding.send_async(
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/zeep/wsdl/bindings/soap.py", line 156, in send_async
response = await client.transport.post_xml(
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/zeep/transports.py", line 235, in post_xml
response = await self.post(address, message, headers)
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/zeep/transports.py", line 220, in post
response = await self.client.post(
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_client.py", line 1845, in post
return await self.request(
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_client.py", line 1530, in request
return await self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_client.py", line 1617, in send
response = await self._send_handling_auth(
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_client.py", line 1645, in _send_handling_auth
response = await self._send_handling_redirects(
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_client.py", line 1682, in _send_handling_redirects
response = await self._send_single_request(request)
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_client.py", line 1719, in _send_single_request
response = await transport.handle_async_request(request)
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_transports/default.py", line 352, in handle_async_request
with map_httpcore_exceptions():
File "/opt/homebrew/Cellar/python@3.10/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadTimeout
```
* adjust timeouts for slower tplink cameras
* tweak
* more debug
* tweak
* adjust message
* tweak
* Revert "tweak"
This reverts commit 10ee2a8de7
.
* give time in seconds
* revert
* revert
* Update homeassistant/components/onvif/event.py
* Update homeassistant/components/onvif/event.py
2023-05-05 14:26:58 -04:00
Erik Montnemery
5843c1fa3b
Bump hatasmota to 0.6.5 ( #92585 )
...
* Bump hatasmota to 0.6.5
* Fix tests
2023-05-05 08:40:30 -04:00
J. Nick Koston
6dd88a767b
Bump elkm1-lib to 2.2.2 ( #92560 )
...
changelog: https://github.com/gwww/elkm1/compare/2.2.1...2.2.2
fixes #92467
2023-05-04 22:20:25 -04:00
J. Nick Koston
785faf4380
Bump aioesphomeapi to 13.7.3 to fix disconnecting while handshake is in progress ( #92537 )
...
Bump aioesphomeapi to 13.7.3
fixes #92432
2023-05-04 22:18:20 -04:00
J. Nick Koston
7987b00d89
Fix blocking I/O in the event loop when starting ONVIF ( #92518 )
2023-05-04 12:05:29 -05:00
Bram Kragten
d66fabb5b5
Update frontend to 20230503.2 ( #92508 )
2023-05-04 10:22:48 -04:00
J. Nick Koston
36cb8a7184
Bump bluetooth-auto-recovery 1.1.2 ( #92495 )
...
Improve handling when getting the power state times out
https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v1.1.1...v1.1.2
2023-05-04 09:53:43 -04:00
J. Nick Koston
5ee6595998
Bump dbus-fast to 1.86.0 ( #92435 )
2023-05-04 12:24:26 +02:00
Aaron Bach
b0b53574f9
Bump `aionotion` to 2023.05.0 ( #92451 )
2023-05-04 12:21:58 +02:00
J. Nick Koston
88019d70fe
Bump zeroconf to 0.62.0 ( #92444 )
2023-05-04 12:18:08 +02:00
J. Nick Koston
ef9bcd9285
Bump zeroconf to 0.61.0 ( #92424 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.60.0...0.61.0
2023-05-04 00:09:35 +03:00
J. Nick Koston
4abf0ddeb9
Bump bluetooth-auto-recovery to 1.1.1 ( #92412 )
...
* Bump bluetooth-auto-recovery to 1.1.0
https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/releases/tag/v1.1.0
In https://github.com/home-assistant/operating-system/issues/2485 is was discovered that a more aggressive reset strategy is needed due to a yet unsolved bug in the linux 6.1.x kernel series
* bump to 1.1.1 since event 47 cannot be decoded (newer kernels only)
2023-05-03 12:18:47 -04:00
Bram Kragten
2ae3e90238
Update frontend to 20230503.1 ( #92410 )
2023-05-03 17:27:42 +02:00
Bram Kragten
9162bad4da
Update frontend to 20230503.0 ( #92402 )
2023-05-03 15:46:14 +02:00
David F. Mulcahey
6a8668effc
Bump ZHA quirks ( #92400 )
2023-05-03 08:35:53 -04:00
Artem Draft
d417cbaf0f
Bump pybravia to 0.3.3 ( #92378 )
2023-05-03 08:52:56 +02:00
Bram Kragten
5ed41d3d51
Update frontend to 20230502.0 ( #92373 )
2023-05-02 22:41:35 +02:00
Michael Hansen
17db1aa38b
Bump voip-utils to 0.0.7 ( #92372 )
2023-05-02 22:39:41 +02:00
J. Nick Koston
86f8147782
Bump zeroconf to 0.60.0 ( #92335 )
2023-05-01 22:51:30 +02:00
Bram Kragten
a6d6d59c93
Update frontend to 20230501.0 ( #92339 )
2023-05-01 22:49:38 +02:00
Michael Hansen
40896514eb
Bump voip-utils to 0.0.6 ( #92334 )
2023-05-01 22:43:27 +02:00
J. Nick Koston
324df197d1
Avoid starting ONVIF PullPoint if the camera reports its unsupported ( #92333 )
2023-05-01 18:33:52 +02:00
Luke
7b5d26d3fa
Bump anova version ( #92206 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-05-01 11:15:29 +02:00
J. Nick Koston
32f6dd4a82
Bump sqlalchemy to 2.0.12 ( #92315 )
...
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.12
2023-04-30 23:11:29 -04:00
J. Nick Koston
ed286fc223
Fix august lock state when API reports locking and locked with the same timestamp ( #92276 )
2023-04-30 18:08:12 +02:00
Maximilian
696e714190
Bump pynina to 0.3.0 ( #92286 )
2023-04-30 18:05:22 +02:00
J. Nick Koston
b629bf37bb
Bump bleak to 0.20.2 ( #92294 )
2023-04-30 17:07:00 +02:00
Franck Nijhof
b9f2b0ad8b
Update pyfibaro to 0.7.1 ( #92248 )
2023-04-29 19:06:14 +02:00
J. Nick Koston
11131070ab
Bump pyunifiprotect to 4.8.3 ( #92251 )
2023-04-29 18:59:44 +02:00
IceBotYT
d8bc37c695
Bump LaCrosse View to version 1.0.1 ( #92213 )
2023-04-29 18:50:22 +02:00
Bouwe Westerdijk
e08d5d240d
Bump plugwise to v0.31.1 ( #92249 )
2023-04-29 18:49:15 +02:00
rikroe
1028841690
Move BMW Target SoC to number platform ( #91081 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-04-29 17:41:34 +02:00
Tom Harris
58c5d98958
Fix Insteon scenes with disabled entities ( #92137 )
2023-04-29 11:16:04 +02:00
Michael Davie
4511e91cfd
Bump env_canada to 0.5.34 ( #92216 )
...
Bump env_canada to v.0.5.34
2023-04-29 07:17:52 +02:00
jjlawren
65837c9075
Bump `sonos-websocket` to 0.1.0 ( #92209 )
...
Bump sonos-websocket to 0.1.0
2023-04-28 16:10:48 -05:00
Paul Bottein
75560aab1b
Update frontend to 20230428.0 ( #92190 )
2023-04-28 21:01:28 +02:00
Raman Gupta
6b829ca57b
Bump pyvizio to 0.1.61 ( #92161 )
2023-04-28 11:31:16 +02:00
Robert Svensson
cad0310193
Fix lingering timer in Axis library ( #92143 )
2023-04-28 11:41:21 +03:00
Luke
a6a485e59f
Bump Roborock to 0.8.3 ( #92151 )
2023-04-28 09:49:35 +02:00
puddly
9d0dd0b784
Fix ZHA startup failure with the Konke button ( #92144 )
...
* Ensure devices with bad cluster subclasses do not prevent startup
* Explicitly unit test an affected SML001 device
* Do not use invalid `hue_occupancy` attribute name
* Actually remove `hue_occupancy`
* Bump ZHA dependencies
2023-04-27 18:35:07 -04:00
J. Nick Koston
89d8bda4ba
Bump pyTibber to 0.27.2 ( #92136 )
2023-04-27 22:00:07 +02:00
Luke
efec50c8f0
Bump roborock to 0.8.1 for beta fixes ( #92131 )
...
* bump to 0.8.1
* add tests for new config flow errors
* removed logs for known errors
2023-04-27 21:10:34 +02:00
Paul Bottein
52816a8cd4
Update frontend to 20230427.0 ( #92123 )
2023-04-27 19:07:56 +02:00
J. Nick Koston
47b289b632
Bump sqlalchemy to 2.0.11 to fix a critical regression with postgresql ( #92126 )
2023-04-27 18:52:43 +02:00
Franck Nijhof
bd72ea11fc
Update sentry-sdk to 1.21.0 ( #92087 )
2023-04-27 09:43:34 +02:00
Joakim Sørensen
fdfd567ee5
Bump pylaunches from 1.3.0 to 1.4.0 ( #92061 )
2023-04-26 23:01:22 +02:00
Michael Hansen
929bfd3dfc
Bump intents to 2023.4.26 ( #92070 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-04-26 22:31:35 +02:00
Bram Kragten
e7e50243d1
Update frontend to 20230426.0 ( #92074 )
2023-04-26 21:19:06 +02:00
Joakim Sørensen
c429bfae3e
Bump hass-nabucasa from 0.66.1 to 0.66.2 ( #92054 )
2023-04-26 10:47:41 +02:00
J. Nick Koston
828aed73af
Bump zeroconf to 0.58.2 ( #92049 )
2023-04-26 09:14:34 +02:00
J. Nick Koston
5f1fc3259c
Bump aioesphomeapi to 13.7.2 ( #92027 )
2023-04-26 09:12:52 +02:00
J. Nick Koston
74e0341d83
Bump yalexs-ble to 2.1.16 ( #92034 )
2023-04-25 18:53:08 -05:00
Raman Gupta
78a49ecbce
Bump zwave-js-server-python to 0.48.0 ( #91989 )
...
* Bump zwave-js-server-python to 0.48.0
* Add handling of FailedZWaveCommand exception
* Reset mock to avoid unintentional side effects
* Fix bump
2023-04-25 15:41:37 -04:00
Joakim Sørensen
083f42cce6
Bump hass-nabucasa from 0.65.0 to 0.66.1 ( #92020 )
2023-04-25 21:00:23 +02:00
Daniel Hjelseth Høyer
9d3a0d676a
Update tibber lib to 0.27.1 ( #92016 )
2023-04-25 13:40:48 -05:00
Clay Benson
d1e6e4078c
Bump asyncsleepiq lib to 1.3.4 ( #91860 )
2023-04-25 09:54:32 -05:00
J. Nick Koston
e7e7990b60
Bump sqlalchemy to 2.0.10 ( #91982 )
2023-04-25 09:45:49 -05:00
Diogo Gomes
a3048234d3
Support for multiple contracts in Prosegur ( #89097 )
...
* support for multiple contracts - tested live
* update tests
* address review
* address review
* fix
2023-04-25 15:16:51 +02:00
puddly
0b0573c387
Bump ZHA dependencies ( #91969 )
2023-04-25 09:47:22 +02:00
Robert Svensson
cecd657a09
Bump aiounifi to v47 ( #91966 )
2023-04-24 18:06:12 -05:00
J. Nick Koston
e3a110f04f
Bump yalexs to 1.3.2 ( #91963 )
2023-04-24 22:13:30 +02:00
Ondřej Kolenatý
36f90cda92
Dependency upgrade to forecast-solar 3.0.0 ( #91951 )
2023-04-24 19:18:18 +02:00
Alberto Geniola
f104bba683
Elmax -Handle 422 busy error with a retry approach ( #91926 )
2023-04-24 18:51:40 +02:00
Joost Lekkerkerker
0d815a1688
Bump Pylast to 5.1.0 ( #91909 )
2023-04-24 13:11:14 +02:00
J. Nick Koston
ed468fa390
Bump zeroconf to 0.58.0 ( #91917 )
...
* Bump zeroconf to 0.57.0
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.56.0...0.57.0
* again
2023-04-23 20:54:13 -04:00
Markus
1a14a93df6
HA deconz: Add support for Tuya Smart Air Housekeeper 6in1 Air Quality Monitor ( #87866 )
...
* fix check for airquality sensor (was always TRUE)
* import additional const required
* add support for formaldehyd sensor
* add support for co2 sensor
* add support for pm25 sensor
* sort const a-z
* adapt to typo fixed function
* adapt to new key names (formaldehyde)
* adapt co2 sensor to new key names
* Update homeassistant/components/deconz/sensor.py
remove unnecessary code
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* add device_class for air_quality_ppb
* add test_air_quality_sensor_6_in_1
* fix Air quality PPB test to match device_class
* remove device_class of air_quality_ppb
* remove device_class test of airqualityppb
* explicit units
* remove device_class test of airquality_1_ppb
* dependency bump pydeconz to 111
* Update homeassistant/components/deconz/sensor.py
remove unnecessary device_class
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* import formatting
* formatting
* Update homeassistant/components/deconz/sensor.py
change key for pm2_5
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* add airquality co2 ch2o pm25 sensor testdata
* remove test_air_quality_sensor_6_in_1
* formatting
* bump pydeconz for requirements
---------
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2023-04-23 16:12:52 +02:00
Luke
498e69695b
Add Anova integration ( #86254 )
...
* init setup of Anova Sous Vide
* bump anova-wifi to 0.2.4
* Removed yaml support
* Bump to anova-wifi 0.2.5
* Added support for adding sous vide while offline
* Added basic test for sensor
* added better tests for sensors and init
* expanded code coverage
* Decreased timedelta to lowest functioning value.
* Updating my username
* migrate to async_forward_entry_setups
* applying pr recommended changes
* bump anova-wifi to 0.2.7
* Improvements to hopefully get this review ready
* formatting changes
* clean ups for pr review
* remove unneeded unique id check.
* bump ao anova_wifi 0.3.0
* rename device_id to device_unique_id
* renamed to 'anova'
* added unique_id to MockConfigEntry
* removed leftover anova sous vides
* added device id to strings
* added error for incorrect device id
* add has_entity_name
* added attr name for tests
* added authentication functionality
* bump to 0.4.3
* split entity into its own class/object
* pulling firmware version out of async_setup
Co-authored-by: J. Nick Koston <nick@koston.org>
* addressed pr changes
* fixed pytest
* added anova data model
* removed unneeded time change
* add logging in package
* rework step_user
* Update homeassistant/components/anova/sensor.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Removed lower from attr unique id
Co-authored-by: J. Nick Koston <nick@koston.org>
* Removed unneeded member variables in sensor
Co-authored-by: J. Nick Koston <nick@koston.org>
* removed repeated subclass attr
Co-authored-by: J. Nick Koston <nick@koston.org>
* simplify update_failed test
* created descriptionentity
* bump to 0.6.1 limit ws connect
* add translation for sensor entities
* version bump - support pro model
* add anova to strict typing
* fixed sensor not getting datas type
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Check for new devices in init
* style changes
* return false instead of config entry not ready
* move serialize_device_list to utils
* move repeating device check into api
* moved unneeded code out of try except
* fixed tests to get 100% cov
* Update homeassistant/components/anova/strings.json
Co-authored-by: J. Nick Koston <nick@koston.org>
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-22 18:05:14 -05:00
Christopher Bailey
512e03746b
Bump pyunifiprotect to 4.8.2 ( #91861 )
2023-04-22 18:44:27 +02:00
Matthias Alphart
95d44e100b
Update xknx to 2.9.0 ( #91282 )
...
* Update xknx to 2.8.0
* add tests for validators
* Update strings.json
* Update xknx to 2.9.0
2023-04-22 18:25:14 +02:00
MarkGodwin
e19c6ac011
Bump tplink-omada-client to 1.2.4 ( #91853 )
2023-04-22 18:09:02 +02:00
mkmer
cb87942b28
Bump whirlpool-sixth-sense to 0.18.3 ( #91859 )
2023-04-22 17:53:04 +02:00
J. Nick Koston
3beb6e9718
Add webhook support to onvif ( #91485 )
2023-04-22 17:49:41 +02:00
starkillerOG
228233ae0c
Bump reolink-aio to v0.5.13 ( #91550 )
2023-04-22 16:14:36 +02:00
Bouwe Westerdijk
624b8d1cbd
Bump plugwise to v0.31.0 ( #91831 )
2023-04-22 12:59:47 +02:00
J. Nick Koston
7a02e992f9
Bump sense_energy to 0.11.2 ( #91836 )
2023-04-22 12:12:16 +02:00
Aaron Bach
c6d846453d
Bump `aionotion` to 2023.04.2 to address imminent API change ( #91786 )
...
* Bump `aionotion` to 2023.04.0
* Bump `aionotion` to 2023.04.2 to address imminent API change
* Clean migration
* Reduce blast area
* Fix tests
* Better naming
2023-04-21 19:52:57 -04:00
CodingSquirrel
6137aeb30a
Bump pyeconet to 0.1.20 ( #90950 )
...
chore: Bump pyeconet to 0.1.20 to fix reloading values
2023-04-21 19:25:00 +02:00
Eduard van Valkenburg
09517668fe
Update pysiaalarm to 3.1.0 ( #91500 )
...
* updated sia requirements
* updates because of changes in package
* linting and other small fixes
* linting and other small fixes
* small release on package that fixes issue with autospec
2023-04-21 10:51:49 +02:00
J. Nick Koston
2e18b37291
Bump dbus-fast to 1.85.0 ( #91784 )
2023-04-21 08:26:44 +02:00
Franck Nijhof
f9416e1c34
Update sentry-sdk to 1.20.0 ( #91771 )
2023-04-21 08:23:09 +02:00
Stephan Uhle
beb0085b53
Bump pysml to 0.0.10 ( #91773 )
2023-04-21 08:16:32 +02:00
kernelpanic85
7a20335943
Bump arcam-fmj to 1.3.0 ( #91747 )
...
Bump arcam-fmj to 1.3.0
2023-04-21 07:08:00 +02:00
J. Nick Koston
458276a6a6
Bump aioesphomeapi to 13.7.1 ( #91783 )
...
changelog: https://github.com/esphome/aioesphomeapi/compare/v13.7.0...v13.7.1
2023-04-20 16:36:11 -10:00
Michael Hansen
5080654776
VoIP listening tone and "not configured" message ( #91762 )
...
* Play tone when starting a VoIP call
* Play audio message when call is rejected
* Add option to disable tone for tests
* Send RTP audio in executor to reduce jitter
* Don't start pipeline until speech
* Bump voip utils
2023-04-20 20:30:51 -04:00
Keilin Bickar
f4f3962ee9
Bump asyncsleepiq lib to 1.3.3 ( #91772 )
2023-04-20 12:01:49 -10:00
Teemu R
dcae9a0d02
Bump python-songpal dependency ( #91708 )
2023-04-20 20:57:45 +02:00
Nathan Spencer
8ac74c5979
Bump pylitterbot to 2023.4.0 ( #91759 )
2023-04-20 20:29:35 +02:00
Luke
b4e0a1f1fc
Add new Roborock Integration ( #89456 )
...
* init roborock commit
* init commit of roborock
* removed some non-vacuum related code
* removed some non-needed constants
* removed translations
* removed options flow
* removed manual control
* remove password login
* removed go-to
* removed unneeded function and improved device_stat
* removed utils as it is unused
* typing changes in vacuum.py
* fixed test patch paths
* removed unneeded records
* removing unneeded code in tests
* remove password from strings
* removed maps in code
* changed const, reworked functions
* remove menu
* fixed tests
* 100% code coverage config_flow
* small changes
* removed unneeded patch
* bump to 0.1.7
* removed services
* removed extra functions and mop
* add () to configEntryNotReady
* moved coordinator into seperate file
* update roborock testing
* removed stale options code
* normalize username for unique id
* removed unneeded variables
* fixed linter problems
* removed stale comment
* additional pr changes
* simplify config_flow
* fix config flow test
* Apply suggestions from code review
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* First pass at resolving PR comments
* reworked config flow
* moving vacuum attr
* attempt to clean up conflig flow more
* update package and use offline functionality
* Fixed errors and fan bug
* rework model and some other small changes
* bump version
* used default factory
* moved some client creation into coord
* fixed patch
* Update homeassistant/components/roborock/coordinator.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* moved async functions into gather
* reworked gathers
* removed random line
* error catch if networking doesn't exist or timeout
* bump to 0.6.5
* fixed mocked data reference url
* change checking if we have no network information
Co-authored-by: Allen Porter <allen.porter@gmail.com>
---------
Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Allen Porter <allen@thebends.org>
2023-04-20 07:02:58 -07:00
Shay Levy
54a659c51b
Bump aioshelly to 5.3.2 ( #91679 )
2023-04-19 20:26:45 +03:00
Tom Harris
ebd20c8a7b
Fix Insteon thermostat issue ( #91568 )
...
* Bump pyinsteon
* Bump pyinsteon
* Bump pyinsteon
2023-04-19 08:41:32 -04:00
Michael Hansen
85d57a046c
Add wyoming integration with stt ( #91579 )
...
* Add wyoming integration with stt/tts
* Forward config entry setup
* Use SpeechToTextEntity
* Add strings to config flow
* Move connection into config flow
* Add tests
* On load/unload used platforms
* Tweaks
* Add unload test
* Fix stt
* Add missing file
* Add test for no services
* Improve coverage
* Finish test coverage
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-19 06:10:59 -04:00
epenet
d7eb4c4740
Bump renault-api to 0.1.13 ( #91609 )
2023-04-18 19:33:09 +02:00
Paulus Schoutsen
f3897d8dae
Bump hass-nabucasa to 0.65.0 ( #91565 )
2023-04-18 08:42:03 -04:00
J. Nick Koston
2ec1359063
Dynamically size recorder max backlog based on available memory ( #90894 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-04-18 12:35:49 +02:00
Sander Striker
f49dc65ff2
EasyEnergy: Add two additional sensors to help pick the best hours ( #90543 )
2023-04-18 10:18:51 +02:00
Michael Hansen
2819ad9a16
Bump intents dependency ( #91556 )
2023-04-17 22:13:31 +02:00
rappenze
01046b88e5
Update pyfibaro to 0.7.0 ( #91510 )
2023-04-17 09:39:13 +02:00
Christopher Bailey
5dcc4d49c8
Bump unifiprotect to 4.8.1 ( #91522 )
2023-04-16 17:50:06 -10:00
Jan Čermák
9680161701
Add RAPT Bluetooth integration ( #87872 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-16 17:19:03 -10:00
Brett Adams
8fe900885a
Bump Advantage Air to 0.4.4 ( #91147 )
2023-04-16 14:56:57 -10:00
J. Nick Koston
4420201fe6
Use bluetooth data tools for address conversion in esphome ( #91443 )
2023-04-16 11:55:08 -10:00
J. Nick Koston
ac76a2b1df
Bump bluetooth-data-tools to 0.4.0 ( #91442 )
2023-04-16 11:06:03 -10:00
MarkGodwin
691cd4f2ed
Bump TP-Link Omada API to enforce minimum controller version ( #91498 )
...
Bump omada API
2023-04-16 16:45:02 -04:00
J. Nick Koston
4d266e99dc
Bump aioruuvigateway to 0.1.0 ( #91512 )
2023-04-16 10:26:08 -10:00
Ben Morton
d16e1b4ed0
Resolve issue with switchbot blind tilt devices getting stuck in opening/closing state ( #91495 )
2023-04-16 09:32:51 -10:00
J. Nick Koston
24538a44fc
Bump onvif-zeep-async to 1.2.11 ( #91472 )
2023-04-16 13:56:10 +02:00
Maciej Bieniek
09c41ca2d8
Bump nextdns to version 1.4.0 ( #91490 )
2023-04-16 13:51:07 +02:00
Michael Davie
59dc0ea2e0
Bump env_canada to v0.5.33 ( #91468 )
2023-04-15 09:44:07 -10:00
J. Nick Koston
72dfd95831
Fix creating onvif pull point subscriptions when InitialTerminationTime is required ( #91470 )
...
* Fix creating onvif pull point subscriptions when InitialTerminationTime is required
fixes #85902
* Bump again because I got it wrong the first time.. this is why retest is good
2023-04-15 15:34:07 -04:00
J. Nick Koston
698345e88b
Bump yalexs to 1.3.0 ( #91431 )
...
changelog: https://github.com/bdraco/yalexs/compare/v1.2.7...v1.3.0
fixes for missing user ids
2023-04-14 20:02:09 -04:00
Maciej Bieniek
808830b90e
Bump accuweather to version 0.5.1 ( #91412 )
...
Bump accuweather
2023-04-14 08:31:33 -04:00
J. Nick Koston
025e1792db
Bump onvif-zeep-async to 1.2.5 ( #91399 )
2023-04-14 08:37:12 +02:00
jjlawren
27f3b53872
Support Sonos announcements using websockets ( #91145 )
2023-04-13 20:08:53 -10:00
Jesse Hills
0ddccb26fa
ESPHome voice assistant ( #90691 )
...
* Add ESPHome push-to-talk
* Send pipeline events to device
* Bump aioesphomeapi to 13.7.0
* Log error instead of print
* Rename variable
* lint
* Rename
* Fix type and cast
* Move event data manipulation into voice_assistant callback
Process full url
* Add a test?
* Remove import
* More tests
* Update import
* Update manifest
* fix tests
* Ugh
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-13 19:18:56 -04:00
Erik Montnemery
4e80154ebe
Rename voice_assistant to assist_pipeline ( #91371 )
...
* Rename voice_assistant to assist_pipeline
* Fix tests
* Fix voip test
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-04-13 17:25:38 -04:00
Duco Sebel
8ca3440f33
Bump python-homewizard-energy to 2.0.1 ( #91097 )
2023-04-13 13:42:35 +02:00
J. Nick Koston
274a6fd3d7
Bump aiolifx to 0.8.10 ( #91324 )
2023-04-13 13:38:27 +02:00
Bram Kragten
8527048f07
Update frontend to 20230411.1 ( #91344 )
2023-04-13 13:37:37 +02:00
Franck Nijhof
e4d2409ca4
Update debugpy to 1.6.7 ( #91267 )
2023-04-12 20:43:26 -04:00
Franck Nijhof
b2416a4020
Update sentry-sdk to 1.19.1 ( #91310 )
2023-04-12 20:40:19 -04:00
puddly
fd7d0fff1f
Bump ZHA dependencies ( #91291 )
2023-04-12 22:09:03 +02:00
Joakim Sørensen
8ce17458a9
Bump hass-nabucasa from 0.63.1 to 0.64.1 ( #91271 )
2023-04-12 12:38:57 +02:00
G Johansson
00847ee4bc
Add config flow to Brottsplatskartan ( #70233 )
...
* Brottsplatskartan Config Flow
* Fix import
* Modify sensor
* Mod version
* Mod version 2
* has_entity_name
* Fix api constructor
* Switch to issue for depr.
* Fix docstrings
* Minor cleaning
* Fix argument for bpk constructor
* remove translations
* Fix tests
* reset config
* uuid to conftest
* hassfest
* depr version
* unique id
* reset not linked changes
* review comments
* fix area none
* relevant changes
* depr version
* slim test
* unique_id
* create_entry
* review comments and tests
* fix init test
* review comments
2023-04-12 11:05:24 +02:00
Dmitry Vlasov
a409da947f
Update zwave-me-ws version to 0.4.2 ( #91068 )
2023-04-12 10:18:01 +02:00
Michael Hansen
78fec33b17
Voip integration ( #90945 )
...
* Media playback working
* Working on OPUS audio
* Before rollback
* Fix is_end
* First working pipeline
* Clean up
* Remove asserts
* Send HA version in SDP
* Use async_pipeline_from_audio_stream
* Use config flow with allowed IP
* Satisfy ruff
* Remove use of regex for SIP IP
* Use voip-utils
* Fix imports
* Add Pipeline to __all__
* Fix voice assistant tests
* Basic VoIP test
* Run hassfest
* Generate requirements
* Bump voip utils (missing requirement)
* Allow tts_options to be passed in to pipeline run
* Add config flow tests
* Update test snapshots
* More tests
* Remove get_extra_info
* Appeasing the codebot
2023-04-11 20:25:05 -04:00
Franck Nijhof
ca101cc7d1
Update Pillow to 9.5.0 ( #91218 )
2023-04-11 17:01:56 +02:00
Franck Nijhof
e418c66d69
Update spotipy to 2.23.0 ( #91217 )
2023-04-11 17:01:39 +02:00
Regev Brody
d14e96942d
Bump aioswitcher to 3.3.0 ( #91215 )
...
fix : #85096 Switcher "No devices found on the network"
2023-04-11 09:16:26 -04:00
Bram Kragten
e65da42a39
Update frontend to 20230411.0 ( #91219 )
2023-04-11 08:35:08 -04:00
Aaron Bach
504cedaa87
Bump `pytile` to 2023.04.0 ( #91191 )
2023-04-10 18:06:26 -06:00
J. Nick Koston
bd0378a961
Bump sqlalchemy to 2.0.9 ( #91151 )
...
changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.9
2023-04-10 10:01:49 -04:00
Brett Adams
82c80ec8d2
Bump Advantage Air to 0.4.2 ( #91144 )
2023-04-09 19:04:19 -10:00
hahn-th
a48ede7332
Bump homematicip to 1.0.14 ( #91140 )
...
Bump homematicip to 1.0.14
2023-04-09 18:50:34 -04:00
Jörg Thalheim
7e46d7e808
Bump transmission-rpc to 4.1.5 ( #91088 )
...
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2023-04-09 16:51:31 -04:00
Robert Hillis
e30c307f9f
Bump aiopyarr to 23.4.0 ( #91110 )
2023-04-09 16:48:37 -04:00
Michael Davie
78cb0cd1e1
Bump env_canada to 0.5.32 ( #91126 )
2023-04-09 13:35:43 -04:00
J. Nick Koston
a730ee2c43
Bump flux_led to 0.28.37 ( #91099 )
...
changes: https://github.com/Danielhiversen/flux_led/releases/tag/0.28.37
2023-04-08 22:48:01 -04:00
Michael Davie
5e2b0b23c9
Bump env_canada to v0.5.31 ( #91094 )
2023-04-08 09:25:58 -10:00
tronikos
6c7f2167ff
Android TV Remote: Bump androidtvremote2==0.0.7 ( #91001 )
...
* Bump androidtvremote2 to 0.0.5
* Log exception that caused disconnect
* fix test
* Revert "fix test"
This reverts commit 63fbedd208
.
* Revert "Log exception that caused disconnect"
This reverts commit 110fa881ff
.
* Bump androidtvremote2==0.0.7
2023-04-08 09:50:34 +02:00
Allen Porter
96a3e10ff3
Bump gcal_sync to 4.1.4 ( #91062 )
2023-04-07 22:38:33 -04:00
J. Nick Koston
dbfd0d50ba
Bump zeroconf to 0.56.0 ( #91060 )
2023-04-07 16:01:53 -10:00
Garrett
77287eb021
Bump subarulink to 0.7.6 ( #91064 )
2023-04-07 21:56:39 -04:00
Joost Lekkerkerker
9b95a04c29
Bump roombapy to 1.6.8 ( #91012 )
...
* Update roombapy to 1.6.7
* Update roombapy to 1.6.8
2023-04-07 19:02:13 -04:00
David F. Mulcahey
62a6a4cd19
Bump ZHA quirks lib ( #91054 )
2023-04-07 19:00:03 -04:00
Aaron Bach
175f38b68a
Bump `aioambient` to 2023.04.0 ( #90991 )
2023-04-06 19:22:27 -10:00
J. Nick Koston
fabfc59dfb
Bump zeroconf to 0.55.0 ( #90987 )
2023-04-06 18:07:17 -10:00
J. Nick Koston
9793cae2d3
Bump vallox-websocket-api to 3.2.1 ( #90980 )
...
unblocks https://github.com/home-assistant/core/pull/90901
which will finally fix the races in websockets
2023-04-06 21:19:10 -04:00
tronikos
d4c10f0a98
Bump androidtvremote2 to 0.0.5 ( #90922 )
2023-04-06 17:54:45 -04:00
Allen Porter
9f5dfdc67c
Bump gcal_sync to 4.1.3 ( #90968 )
2023-04-06 16:44:34 -04:00
starkillerOG
fca9052430
Bump reolink-aio to 0.5.10 ( #90963 )
...
* use is_doorbell instead of is_doorbell_enabled
* Bump reolink-aio to 0.5.10
2023-04-06 14:35:22 -04:00
Aaron Bach
e9f6a963a0
Bump `aioambient` to 2022.10.0 ( #90940 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-06 14:33:41 -04:00
Bram Kragten
0d84106947
Update frontend to 20230406.1 ( #90951 )
2023-04-06 13:08:52 -04:00
Erik Montnemery
8025fbf398
Remove the coronavirus integration ( #90934 )
...
* Remove the coronavirus integration
* Run hassfest and gen_requirements_all
2023-04-06 10:43:09 -04:00
Aaron Bach
de3f25571d
Bump `simplisafe-python` to 2023.04.0 ( #90896 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-06 10:32:35 +02:00
saschaabraham
df40b4bf9f
Bump fritzconnection to 1.12.0 ( #90799 )
2023-04-06 10:31:43 +02:00
J. Nick Koston
e5931dfce2
Bump aiodiscover to 1.4.16 ( #90903 )
2023-04-06 10:30:29 +02:00
Ernst Klamer
96ed4a1be1
Bump xiaomi-ble to 0.17.0 ( #90806 )
...
Add support for new Xiaomi BLE sensors
2023-04-05 22:14:21 -04:00
tronikos
49468ef5d0
Android TV Remote integration ( #89935 )
...
* Android TV Remote integration
* Add diagnostics
* Remove test pem files from when api was not mocked
* Address review comments
* Remove hass.data call in test
* Store the certificate and key in /config/.storage
* update comments
* Update homeassistant/components/androidtv_remote/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* import callback
* use async_generate_cert_if_missing
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-04-05 21:00:40 -04:00
Tom Harris
a6c5b5e238
Fix issue with Insteon All-Link Database loading ( #90858 )
...
Bump to 1.4.1
2023-04-05 20:53:44 -04:00
J. Nick Koston
b4fec762bc
Switch to fnv-hash-fast from fnvhash ( #90761 )
...
* Switch to fnv-hash-fast from fnvhash
Replaces the pure python implemention with a fast cpp one
when available (with fallback to pure python)
changelog: https://github.com/bdraco/fnv-hash-fast/releases/tag/v0.3.1
source: https://github.com/bdraco/fnv-hash-fast/tree/main/src/fnv_hash_fast
* Apply suggestions from code review
* lint
2023-04-05 20:52:23 -04:00
Bram Kragten
0f8060fd00
Bump frontend to 20230405.0 ( #90841 )
2023-04-05 16:41:24 +02:00
mletenay
83704f0334
Update to goodwe v0.2.31 ( #90808 )
2023-04-05 07:52:05 +03:00
J. Nick Koston
02c749a111
Bump aioesphomeapi to 10.6.1 ( #90816 )
2023-04-04 17:22:01 -10:00
J. Nick Koston
b66a99fe8a
Bump sqlalchemy to 2.0.8 ( #90756 )
2023-04-04 12:47:54 +02:00
J. Nick Koston
a4bf71b655
Bump aiohomekit to 2.6.3 ( #90752 )
2023-04-03 19:38:04 -10:00
J. Nick Koston
6dc55e4a3a
Bump zeroconf to 0.54.0 ( #90744 )
...
* Bump zeroconf to 0.54.0
fixes incorrect addresses when the server name changes
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.53.0...0.54.0
* fix
2023-04-04 00:02:07 -04:00
Bram Kragten
8c621699af
Update frontend to 20230403.0 ( #90735 )
2023-04-03 21:32:40 +02:00
Erik Montnemery
d52ef83899
Bump pychromecast to 13.0.7 ( #90724 )
2023-04-03 13:02:36 -04:00
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