Brandon Rothweiler
a496465235
Bump pymazda to 0.2.2 ( #58113 )
2021-10-21 00:58:40 +02:00
Yuval Aboulafia
2fcce7fd12
Bump hdate to 0.10.4 ( #58121 )
2021-10-20 20:17:46 +02:00
J. Nick Koston
b507b9ebfb
Bump ismartgate to 4.0.3 ( #58073 )
...
* Bump ismartgate to 4.0.3
Fixes #56245
Changelog: https://github.com/bdraco/ismartgate/compare/v4.0.0...v4.0.3
* restart ci
2021-10-20 15:02:08 +02:00
Robert Svensson
008b784fc5
Add deCONZ number config entity for Hue motion sensor delay ( #58076 )
...
* First working draft of number platform
* Replace duration with delay for Hue motion sensors
Improve tests
* Bump dependency to v85
* Use constant for entity category
* Use type rather than using __class__
* Fix unique ID
2021-10-20 11:23:24 +02:00
Erik Montnemery
5f37fffcd1
Bump pychromecast to 9.3.1 ( #58035 )
2021-10-20 09:44:20 +02:00
J. Nick Koston
cafb3067ce
Bump flux_led to 0.24.12 ( #58071 )
2021-10-20 09:02:02 +02:00
Tom Schneider
c6aa767be6
Add volume_up and volume_down to musiccast ( #57919 )
2021-10-20 00:14:55 +02:00
J. Nick Koston
4f0886fd7d
Bump flux_led to 0.24.11 ( #58020 )
2021-10-19 11:40:35 -10:00
Aaron Bach
bf7c99c1f8
Migrate SimpliSafe to new web-based authentication ( #57212 )
2021-10-19 10:09:48 -10:00
Daniel Hjelseth Høyer
8eef2113c7
Add more info to OpenGarage device info ( #58037 )
2021-10-19 11:08:03 -07:00
rikroe
58417f509b
BMW: Fix check_control_message short description ( #57998 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-10-18 19:28:19 -07:00
J. Nick Koston
5138efcd92
Bump flux_led to 0.24.9 ( #58006 )
...
- Adds missing description for 0x04 models
2021-10-18 19:27:26 -07:00
Joakim Plate
bc5422d737
Bump fjaraskupan to 1.0.2 ( #57992 )
2021-10-18 22:23:06 +02:00
Erik Montnemery
fe8b9caf99
Bump pychromecast to 9.3.0 ( #57991 )
2021-10-18 21:48:50 +02:00
René Klomp
8b21a36e37
Bump pysma to 0.6.7 ( #57978 )
2021-10-18 20:59:37 +02:00
J. Nick Koston
698f3ca96c
Bump flux_led to 0.24.8 ( #57934 )
2021-10-18 06:52:17 -10:00
Erik Montnemery
47fdf078e4
Bump hatasmota to 0.2.21 ( #57966 )
2021-10-18 18:41:18 +02:00
Aaron Bach
6a8ff9ffe7
Fix bug that prevents multiple instances of Tile ( #57942 )
2021-10-17 20:32:18 -07:00
J. Nick Koston
cac0c04a91
Avoid setting up harmony websocket from discovery ( #57589 )
2021-10-17 20:32:02 -07:00
Felipe Martins Diel
32d6c27ba0
Bump broadlink to 0.18.0 ( #57929 )
2021-10-17 12:47:53 -10:00
J. Nick Koston
284861c8bb
Add support for push updates to flux_led ( #57890 )
2021-10-17 08:47:35 -10:00
starkillerOG
58f13e4e34
push motionblinds to 0.5.7 ( #57902 )
2021-10-17 16:53:49 +03:00
Maciej Bieniek
85c6942f55
Bump brother
library to version 1.1.0 ( #57892 )
2021-10-17 00:12:35 -10:00
Fredrik Erlandsson
4b55893781
Bump pypoint ( #57888 )
2021-10-17 10:50:23 +02:00
jan iversen
c9f55c01af
Bump pymodbus to 2.5.3. ( #57887 )
2021-10-17 10:11:28 +02:00
Marvin Wichmann
48d4cdf882
Update xknx to 0.18.11 and fix flaky test ( #57877 )
...
* Update xknx to 0.18.11
* review: join the queue before actually asserting
2021-10-17 09:43:18 +02:00
J. Nick Koston
5461fa9a2d
Bump bond-api to 0.1.14 ( #57874 )
2021-10-16 15:57:11 -10:00
jan iversen
623d0ae932
Bump pytradfri to v.7.1.0 ( #57861 )
2021-10-16 22:19:14 +02:00
Martin Hjelmare
31ccaac865
Add vlc telnet config flow ( #57513 )
2021-10-15 11:46:58 -07:00
J. Nick Koston
427f2a085b
Reconnect and retry yeelight commands after previous wifi drop out ( #57741 )
2021-10-15 09:37:13 -07:00
starkillerOG
e34aed743c
Xiaomi Miio appropriatly raise ConfigEntryAuthFailed/ConfigEntryNotReady ( #54696 )
...
* Add reties to cloud login
* push to version 0.4 of micloud
* distinguish between authentication error and socket errors
* raise from error
* Update homeassistant/components/xiaomi_miio/gateway.py
Co-authored-by: Franck Nijhof <git@frenck.dev>
* move ConfigEntryNotReady to connect function
* remove unused import
* also add ConfigEntryNotReady for device
* catch exceptions in config flow
* fixes
* bring tests back to 100%
* add missing catch exception
* add test
* fix black
* Update homeassistant/components/xiaomi_miio/device.py
Co-authored-by: Teemu R. <tpr@iki.fi>
* Update homeassistant/components/xiaomi_miio/gateway.py
Co-authored-by: Teemu R. <tpr@iki.fi>
* Update tests/components/xiaomi_miio/test_config_flow.py
Co-authored-by: Teemu R. <tpr@iki.fi>
* fix tests
* define specific exceptions
* fix styling
* fix tests
* use proper DeviceException
* Revert "use proper DeviceException"
This reverts commit 0bd16135387cd6d9e563cd62ac147d0a25c577f3.
* use appropriate side-effect
* remove unused returns
* Update homeassistant/components/xiaomi_miio/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* remove unused returns
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-15 01:25:44 +02:00
starkillerOG
9280215d69
push motionblinds to 0.5.6 ( #57707 )
2021-10-14 15:32:17 -07:00
Peter Nijssen
f8ea2f9b08
Bump spiderpy to 1.4.3 ( #57675 )
2021-10-14 23:11:07 +02:00
Paulus Schoutsen
7104750008
Bump frontend to 20211014.0 ( #57706 )
2021-10-14 13:44:04 -07:00
Marvin Wichmann
addb91d49e
Update xknx to version 0.18.10 ( #57635 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-10-14 10:54:48 -07:00
Franck Nijhof
b28062789f
Remove deprecated Lyft integration ( #57638 )
2021-10-14 11:27:09 +02:00
J. Nick Koston
d3e24cc1d6
Bump flux_led to 0.24.5 ( #57653 )
...
- Fixes fallback to old protocol with asyncio
- Changelog: https://github.com/Danielhiversen/flux_led/compare/0.24.4...0.24.5
2021-10-14 11:15:29 +03:00
Franck Nijhof
45f3eb6991
Remove deprecated Wink integration ( #57634 )
2021-10-14 00:20:13 +02:00
Otto Winter
df4e8721e9
ESPHome move ReconnectLogic to aioesphomeapi ( #57601 )
2021-10-13 10:04:23 -07:00
Maikel Punie
e130c8671b
Bump version ( #57607 )
2021-10-13 17:21:32 +02:00
J. Nick Koston
f41aedc0f9
Fix single channel controllers with flux_led ( #57458 )
2021-10-12 21:40:18 -07:00
Aaron Bach
deec3dfae4
Bump simplisafe-python to 11.0.7 ( #57573 )
2021-10-12 12:35:10 -06:00
shbatm
fb18c108d1
Add service to Rainmachine to push weather data from Home Assistant ( #57354 )
2021-10-12 07:40:46 -06:00
jan iversen
4afb4d9076
Bump pytradfri to 7.0.7 ( #57543 )
2021-10-12 15:07:20 +02:00
Daniel Hjelseth Høyer
d90d804260
Bump Mill library to 0.6.2 ( #57533 )
2021-10-12 12:09:12 +02:00
Maciej Bieniek
931032667c
Bump accuweather
library to version 0.3.0 ( #57497 )
2021-10-12 11:23:49 +02:00
RenierM26
48c2cfa6f8
Use entity description for Ezviz sensors ( #56634 )
2021-10-11 20:09:19 +02:00
chpego
b155d2bbe5
Bump youtube-dl to 2021.06.06 ( #57490 )
2021-10-11 20:07:23 +02:00
Glenn Waters
d0b37229dd
Switch to config_flow for Environment Canada ( #57127 )
...
* Add config_flow to Environment Canada
* Add unique_id
* Remove erroneous directory.
* Tests working!!
* Add back setup.
* First cut of import.
* Temp
* Tweak names.
* Import config.yaml.
* Clean up imports.
* Import working! Some refactor to clean it up.
* Add import test.
* Small optimization.
* Fix comments from code review.
* Remove CONF_NAME and config_flow for it.
* Fixup strings to match new config_flow.
* Fixes for comments from last review.
* Update tests to match new import code.
* Clean up use of CONF_TITLE; fix lint error on push.
* Phew. More cleanup on import. Really streamlined now!
* Update tests.
* Fix lint error.
* Fix lint error, try 2.
* Revert unique_id to use location as part of ID.
* Fix code review comments.
* Fix review comments.
2021-10-11 17:33:29 +02:00
Maciej Bieniek
8ee6662cff
Bump nettigo_air_monitor
library to version 1.1.1 ( #57483 )
2021-10-11 17:27:04 +02:00