Franck Nijhof
ce31af5b42
Revert "Bump google-cloud-pubsub to 2.9.0 (to bump grpcio)" ( #63517 )
2022-01-05 22:50:11 +01:00
rhpijnacker
32c416b646
Bump dsmr-parser dependency to 0.32 ( #63436 )
2022-01-05 22:50:00 +01:00
Allen Porter
f786237def
Bump google-cloud-pubsub to 2.9.0 ( #63493 )
...
The primary motivation is to kick off building wheels for grpcio
2022-01-05 12:03:45 -08:00
Tom Hennigan
ce138dd30e
Add unique id to flic buttons ( #61496 )
...
* Use bluetooth address as unique id for flic buttons.
* Always lower case address for uid and add tests.
* Update test to set up component.
* Use format_mac(addr) as unique id.
* Only patch pyflic objects and use query entity registry for buttons.
* Replace ExitStack with patch.multiple, remove assert_setup_component.
* Test binary sensor is present in state machine.
2022-01-05 17:51:01 +01:00
Mike Degatano
c1967abfca
Bump influxdb-client dependency to 1.24.0 ( #63397 )
2022-01-05 12:45:41 +01:00
J. Nick Koston
11ec7937f7
Bump flux_led to 0.27.40 to fix SK6812RGBW white level reporting ( #63435 )
2022-01-05 12:24:03 +01:00
Erik Montnemery
0ef30c4e37
Bump pychromecast to 10.2.3 ( #63429 )
2022-01-05 12:17:54 +01:00
Daniel Hjelseth Høyer
ba1b09a3a5
Add external Tibber statistics ( #62249 )
...
* Tibber, add external statistics
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Tibber, add external statistics
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Tibber ext stats
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Add tests
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* name
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-01-05 09:33:12 +01:00
Franck Nijhof
0adc96348c
Update holidays to 0.12 ( #63389 )
2022-01-05 09:14:48 +01:00
mletenay
f0acbabd48
Add Goodwe solar inverter integration ( #58503 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: starkillerOG <starkiller.og@gmail.com>
2022-01-04 22:19:31 +01:00
tschnilo
46e61008ea
Update PyVicare to 2.15.0 ( #63342 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-01-04 17:55:43 +01:00
starkillerOG
4d59c1bf07
Bump micloud to 0.5 ( #63348 )
2022-01-04 15:37:33 +01:00
Mike Degatano
8d2cb82b1d
Update influxdb dependency to `5.3.1` ( #62228 )
2022-01-04 13:49:43 +01:00
Allen Porter
9c166dfff2
Bump rtsp_to_webrtc to 0.4.0 ( #63359 )
2022-01-04 11:31:33 +01:00
Steven Looman
cba752c1af
Bump async-upnp-client==0.23.3 ( #63282 )
2022-01-03 13:42:09 +01:00
chpego
39df04495d
Bump caldav version to 0.8.2 ( #63280 )
2022-01-03 13:05:35 +01:00
Ryan Fleming
adbcb642cf
Update to pyoctoprintapi 1.7 ( #63254 )
2022-01-03 12:13:33 +01:00
J. Nick Koston
78d7387547
Bump flux_led to 0.27.32 to fix incorrect strip order on A2 devices ( #63262 )
2022-01-03 12:05:35 +01:00
Chris Talkington
857c9e3836
Update rokuecp to 0.9.0 ( #63234 )
2022-01-02 21:52:17 +01:00
J. Nick Koston
724f5dbf1a
Add Oncue by Kohler integration ( #63203 )
2022-01-02 09:15:39 -10:00
Allen Porter
584e660548
Bump google-nest-sdm to 1.3.0 ( #63224 )
2022-01-02 18:55:37 +01:00
rhpijnacker
5d037a079d
Bump dsmr-parser dependency to 0.31 ( #63123 )
2022-01-02 16:55:09 +01:00
J. Nick Koston
1d41e5b0c6
Bump flux_led to 0.27.28 to fix missing white channel on SK6812RGBW strips ( #63154 )
2022-01-02 16:32:39 +01:00
Allen Porter
c7b991f56b
Add `rtsptowebrtc` integration ( #59660 )
...
* Add initial version of the webrtc integration
Add the webrtc integration. This integration proxies the
signal 'offer' from the client to a RTSPtoWebRTCP server that
returns an 'answer'.
The RTSPtoWebRTC server is a go binary based on pion, and this is
what is currently used by the WebRTC custom_component:
https://github.com/AlexxIT/WebRTC
https://github.com/deepch/RTSPtoWebRTC
* Readability improvements for webrtc
* Reach 100% test coverage
* Use rtsp-to-webrtc client library package
* Rename webrtc to rtstptowebrtc
This is to reflect naming as one type of approach to webrtc since other webrtc integrations would look very different.
* Remove internal quality scale
* Bump rtsptowebrtc to support heartbeats
* Shorten server url variable and remove const.py
* Add config flow validation for RTSPtoWebRTC server
* Add RTSPtoWebRTC server health checks
* Accept translation suggestion
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update rtsptowebrtc to use new camera registry API
Update rtsptowebrtc to use new API added in #62962
* Remove unused variable
* Fix lint and typing errors for python 3.8
* Rename to rtsp_to_webrtc to follow standards
* Use async_on_unload for unsubscribing camera webrtc provider
* Remove unnecessary translations in config flow
* Remove unnecessary configuration setup
* Cleanup test setup and typing
* Patch integration setup to avoid starting the whole integration
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-01 12:36:31 -08:00
Daniel Hjelseth Høyer
4f6b2e6e1c
Bump mill-local to 0.1.1 and add device info ( #63141 )
2021-12-31 12:33:50 -10:00
Allen Porter
b17120a511
Bump google-nest-sdm to 1.2.1 ( #63151 )
2021-12-31 10:11:00 -10:00
Daniel Hjelseth Høyer
0da53bad90
Update Adax-local to 0.1.3 ( #63129 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-12-31 14:18:06 +01:00
Andre Lengwenus
7b9e643536
Bump pypck to 0.7.12 ( #63119 )
2021-12-31 11:01:59 +01:00
Allen Porter
4c46cf79c4
Bump google-nest-sdm to 1.2.0 ( #63121 )
2021-12-31 10:43:11 +01:00
Christopher Bailey
ebe9853e6f
Bumps pyunifiprotect to 1.4.8 ( #63113 )
2021-12-30 16:17:32 -10:00
Franck Nijhof
b5300fb32e
Add configuration flow to Whois ( #63069 )
...
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
2021-12-30 22:42:46 +01:00
Clifford Roche
1320f27fd7
Bump greeclimate to 1.0.1 ( #63092 )
2021-12-30 21:15:59 +01:00
uvjustin
849dc0e53a
Use original PyAv in stream ( #63079 )
2021-12-30 10:54:25 -08:00
Maciej Bieniek
c0b9a34901
Bump library to version 1.0.7 ( #63078 )
2021-12-30 19:45:09 +02:00
Simone Chemelli
c27e4feff6
Refresh device_info for Shelly devices ( #62899 )
...
* Rework device_info
* Update device_info via registry
* Optimized checks: only when needed
* Revert device_info rework as not needed
* Fix reboot detection for all scenarios
* Final optimization
* Remove leftover
* Bump aioshelly
* Bump fritzconnection and remove workarounds
* Cleanup fritzbox_callmonitor
* Rework device_info
* Update device_info via registry
* Optimized checks: only when needed
* Revert device_info rework as not needed
* Fix reboot detection for all scenarios
* Final optimization
* Remove leftover
* Update homeassistant/components/shelly/utils.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update homeassistant/components/shelly/__init__.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Revert slipped in commit
* Rename param
* Apply review comment
* Apply comment review #2
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2021-12-30 15:37:28 +01:00
Simone Chemelli
da24b7ce2f
Bump fritzconnection and remove workarounds ( #63050 )
...
* Bump fritzconnection and remove workarounds
* Cleanup fritzbox_callmonitor
2021-12-30 12:53:54 +01:00
Tobias Sauerwein
792d9196df
Bump pyatmo to v6.2.2 ( #63053 )
...
Signed-off-by: cgtobi <cgtobi@gmail.com>
2021-12-30 00:00:30 -08:00
Bram Kragten
d62f9a19ae
Update frontend to 20211229.0 ( #62981 )
2021-12-29 12:15:52 +01:00
Marcel van der Veldt
e0744625bc
Bump aiohue to 3.0.11 ( #62983 )
2021-12-29 12:01:57 +01:00
Allen Porter
67663dd31a
Bump google-nest-sdm to 1.1.0 ( #62977 )
2021-12-28 22:19:31 -08:00
Christopher Bailey
490d76e01e
Add UniFi Protect media_player ( #62895 )
2021-12-28 18:36:18 -10:00
J. Nick Koston
4025ce8f97
Bump flux_led to 0.27.21 ( #62971 )
2021-12-28 16:22:53 -10:00
Matt Zimmerman
dcd2d1e3e2
Bump python-smarttub dependency to 0.0.29 ( #62968 )
...
* Bump python-smarttub dependency to 0.0.29
* gen
2021-12-28 19:26:53 -05:00
Franck Nijhof
5ab527e59c
Add configuration flow to CPU Speed ( #62929 )
2021-12-28 21:17:53 +01:00
Sebastian Lövdahl
b5fd2e0d58
Convert Vallox integration to config flow ( #62780 )
2021-12-28 10:06:29 -10:00
Franck Nijhof
1c7efe7047
Update pvo to 0.2.0 ( #62926 )
2021-12-28 14:30:48 +01:00
Franck Nijhof
1cfeb404b6
Add configuration flow to PVOutput ( #62667 )
...
* Add configuration flow to PVOutput
* Update homeassistant/components/pvoutput/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/pvoutput/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Use account URL placeholder
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-27 22:05:10 +01:00
Bram Kragten
6b0f2aa13f
Update frontend to 20211227.0 ( #62874 )
2021-12-27 21:37:21 +01:00
Florent Thoumie
3c2d5d5f8c
Update to iaqualink 0.4.1 ( #53745 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-12-27 10:20:55 -10:00
Franck Nijhof
5824477298
Update tuya-iot-py-sdk to 0.6.6 ( #62858 )
2021-12-27 20:58:33 +01:00