Commit Graph
42730 Commits
Author SHA1 Message Date
Franck Nijhof bfe4f52c2d Update tuya-iot-py-sdk to 0.6.6 (#62858) 2021-12-27 21:47:12 +01:00
gjongandFranck Nijhof 34ca39855e Upgrade youless library to version 0.16 (#62837) 2021-12-27 21:47:09 +01:00
Simone ChemelliandFranck Nijhof 2e10432075 Add missing entity category for gen2 devices (#62812) 2021-12-27 21:47:05 +01:00
EvgenyandFranck Nijhof e8bb0eceed Bump roombapy to 1.6.4 (#62741) 2021-12-27 21:45:34 +01:00
flfueandFranck Nijhof 117fb8ef4c Add return for certified devices to not apply availability check (#62728) 2021-12-27 21:45:31 +01:00
fb26398ea7 Fix TypeError of vacuum battery level None (#62722)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-12-27 21:45:27 +01:00
J. Nick KostonandFranck Nijhof c4fe1d57d9 Bump zeroconf to 0.38.1 (#62720) 2021-12-27 21:45:24 +01:00
jjlawrenandFranck Nijhof 3de9c425f6 Bump soco to 0.25.2 (#62691) 2021-12-27 21:41:05 +01:00
corneylandFranck Nijhof 1f82fbe019 Fix picnic sensor time unit (#62437) 2021-12-27 21:40:08 +01:00
Franck Nijhof d1a4e73ffd Bumped version to 2021.12.5 2021-12-23 17:24:05 +01:00
Marcel van der VeldtandFranck Nijhof 65f2db860b Fix Hue docstring (#62684) 2021-12-23 17:22:36 +01:00
Marcel van der VeldtandFranck Nijhof 8217b3981f Never use availability workaround for certified Hue devices (#62676) 2021-12-23 17:22:33 +01:00
Marcel van der VeldtandFranck Nijhof 3076ead727 Fix Hue button events (#62669) 2021-12-23 17:22:30 +01:00
Marcel van der VeldtandFranck Nijhof 094623e528 Adjust Hue retry logic to changes in the aiohue library (#62665) 2021-12-23 17:22:27 +01:00
Marcel van der VeldtandFranck Nijhof cf528c5234 Bump aiohue to 3.0.10 (#62664) 2021-12-23 17:22:23 +01:00
Marcel van der VeldtandFranck Nijhof 35cc2bf803 Bump aiohue to 3.0.9 (#62658) 2021-12-23 17:22:20 +01:00
Paulus SchoutsenandFranck Nijhof 71bf4ad134 Bump aiohue to 3.0.8 (#62651) 2021-12-23 17:22:17 +01:00
Christian ManivongandFranck Nijhof 7523044d65 Round Hue transition to steps of 100ms (#62619)
* Adding round() to transition before firing turn_on, turn_off #62608
2021-12-23 17:22:13 +01:00
Simone ChemelliandFranck Nijhof d1110102c7 Fix missing exception handling from upstream lib in Fritz (#62617)
* Fix missing exception handling from upstream lib

* isort
2021-12-23 17:22:10 +01:00
J. Nick KostonandFranck Nijhof 86c08d80c9 Bump flux_led to 0.27.13 to fix discovery of legacy devices (#62613)
- The 2013/2014 devices have yet another format for
  the version
2021-12-23 17:22:07 +01:00
Eugenio PanaderoandFranck Nijhof a66d63e439 Fix pvpc_hourly_pricing by changing data source and modernise integration (#62591) 2021-12-23 17:21:33 +01:00
Erik MontnemeryandFranck Nijhof 68f3f8db1e Improve google cast state reporting (#62587) 2021-12-23 17:16:46 +01:00
G JohanssonandFranck Nijhof 9d235618ff Fix timezone trafikverket_train (#62582)
* Bugfix trafikverket train

* Change from pytz to hass function

* Fix datetime in extra attributes

* Fix time timezone

* Reset changes extra attributes
2021-12-23 17:16:42 +01:00
Simone ChemelliandFranck Nijhof d10c5f459f Fix missing object assignment for Fritz (#62575) 2021-12-23 17:16:38 +01:00
J. Nick KostonandFranck Nijhof 9b3d44c255 Bump flux_led to 0.27.12 to fix legacy cct controllers (#62573) 2021-12-23 17:16:07 +01:00
Aaron BachandFranck Nijhof d10716ff55 Bump pytile to 2021.12.0 (#62559) 2021-12-23 17:14:25 +01:00
Marvin WichmannandFranck Nijhof 79dae30b19 Update xknx to version 0.18.15 (#62557) 2021-12-23 17:14:22 +01:00
jjlawrenandFranck Nijhof 2a515953ea Bump soco to 0.25.1 (#62523) 2021-12-23 17:14:18 +01:00
ShadowBr0therandFranck Nijhof b19dc8bc37 Fix repetier crash when printer is offline (#62490) 2021-12-23 17:13:51 +01:00
0b4bfcc941 Fix Sonos updating when entities are disabled (#62456)
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-12-23 17:11:41 +01:00
Andre RichterandFranck Nijhof 4f0c20cf33 Fix broken Vallox integration in 2021.12 (#62308) 2021-12-23 17:09:41 +01:00
schmydandFranck Nijhof 050bddb9fe Fix deconz light service parameter handling (#62128)
* Only check presence of values, not their content

* Add tests

* Revert "Only check presence of values, not their content"

This reverts commit 046f0ed5fd.

* Validate existence of keys, not their values

* Properly handle cases of missing keys
2021-12-23 17:09:38 +01:00
Angelo GaglianoandFranck Nijhof ef9419f001 Require RPi.GPIO and bump adafruit-circuitpython-dht to 3.7.0 in dht (#61751) 2021-12-23 17:09:33 +01:00
Marcel van der VeldtandPaulus Schoutsen 5e0ea9fd24 Change Hue availability blacklist logic a bit (#62446) 2021-12-20 16:09:32 -08:00
Marcel van der VeldtandPaulus Schoutsen 1f0c13f259 bump aiohue to 3.0.7 (#62444) 2021-12-20 16:09:31 -08:00
a1fc223914 Bump bimmer_connected to 0.8.7 (#62435)
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-12-20 16:09:30 -08:00
Erik MontnemeryandPaulus Schoutsen 836d8a6fca Make it possible to turn on audio only google cast devices (#62420) 2021-12-20 11:18:28 -08:00
520c3411dd Invalidate CI cache when bumping dependencies (#62394)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-20 10:36:39 -08:00
Franck NijhofandPaulus Schoutsen d90c107b1b Invalidate CI cache when bumping dependencies, part 2 (#62412) 2021-12-20 10:34:27 -08:00
5a2bc8e493 Update xknx to 0.18.14 (#62411)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-12-20 10:26:27 -08:00
Erik MontnemeryandPaulus Schoutsen b8f8b30b9b Bump pychromecast to 10.2.2 (#62390) 2021-12-20 10:26:27 -08:00
Bram KragtenandPaulus Schoutsen e80f4e03a4 Update frontend to 20211220.0 (#62389) 2021-12-20 10:26:26 -08:00
Eduard van ValkenburgandPaulus Schoutsen 7ec369d8ef Bump brunt to 1.1.0 (#62386) 2021-12-20 10:25:50 -08:00
Erik MontnemeryandPaulus Schoutsen dcc08a0aac Don't use the homeassistant media app when casting media (#62385) 2021-12-20 10:24:40 -08:00
Paulus Schoutsen 4802e4e33f Bumped version to 2021.12.4 2021-12-19 22:32:50 -08:00
Paulus Schoutsen eb4b041d45 Bump voluptuous_serialize to 2.5.0 (#62363) 2021-12-19 22:32:37 -08:00
Eric SeveranceandPaulus Schoutsen bfd8579566 Bump pywemo==0.7.0 (#62360) 2021-12-19 22:32:36 -08:00
Aaron BachandPaulus Schoutsen beb5a992e6 Ensure existing SimpliSafe websocket tasks are cancelled appropriately (#62347) 2021-12-19 22:32:36 -08:00
Maikel PunieandPaulus Schoutsen 7c925778eb Fix velbus climate current temp (#62329) 2021-12-19 22:32:35 -08:00
7db161868e Fix missing brightness for Velbus entities (#62314)
* Fix #62169: missing brightness for Velbus-entities

* Use default implementation of supported_features

Co-authored-by: Thijs Walcarius <thijs.walcarius@ugent.be>
2021-12-19 22:32:34 -08:00