J. Nick Koston
9b8d1b88c5
Fix Doorbird yaml import aborted if discovery finds it first ( #33843 )
2020-04-08 20:46:00 -07:00
Bas Nijholt
885cf20afa
Fix kef DSP_SCAN_INTERVAL timedelta ( #33825 )
...
reported on https://community.home-assistant.io/t/kef-ls50-wireless/70269/134
2020-04-08 20:46:00 -07:00
jan iversen
663c994dfb
Fix modbus transaction response ( #33824 )
...
Sometimes a modbus server do not respond to a transaction,
this is a contradiction to the modbus protocol specification,
but merely a matter of fact.
Use asynio.await_for() to provoke a timeout, and close the
transaction.
2020-04-08 20:45:59 -07:00
Aaron Bach
7eba08f385
Fix unhandled exception in Recollect Waste ( #33823 )
2020-04-08 20:45:58 -07:00
Chris Talkington
da8ce07216
Update to pyipp==0.9.1 ( #33819 )
2020-04-08 20:45:57 -07:00
Jason Swails
442499b452
Bump pylutron-caseta version to 0.6.1 ( #33815 )
2020-04-08 20:45:35 -07:00
danbishop
49db0a3720
Update sensor.py ( #33788 )
...
Add missing semi-colons to html entities on notification message
2020-04-08 20:45:15 -07:00
Paulus Schoutsen
ebac7b7aad
Speed up TP-Link lights ( #33606 )
...
* Speed up TP-Link lights
* Color temp kan be None
* hs as int, force color temp=0
* Fix color temp?
* Additional tplink cleanups to reduce api calls
* Update test to return state, remove Throttle
* Fix state restore on off/on
* Fix lights without hue/sat
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-04-08 20:45:14 -07:00
springstan
245eae89eb
Bump pyW215 to 0.7.0 ( #33786 )
2020-04-08 14:37:55 +02:00
Franck Nijhof
837f7638cf
Bumped version to 0.108.0
2020-04-08 14:05:04 +02:00
Bram Kragten
9675cc5ed2
Updated frontend to 20200407.1 ( #33799 )
2020-04-08 13:47:43 +02:00
Franck Nijhof
035b28045c
Update translations
2020-04-08 13:02:45 +02:00
Paulus Schoutsen
265666b75a
Bumped version to 0.108.0b6
2020-04-07 10:29:24 -07:00
Ziv
4901fa24ec
Fix unhandled exceptions for config, default_config, harmony ( #33731 )
...
* replaced MagicMock with CoroutineMock to avoid exception
* added conversion to str so mock returns unique-id that doesn't throw json exception
* added non-empty config since hass throws exception when config is empty
2020-04-07 10:29:15 -07:00
jjlawren
d92d74a14f
Fix minor async issues in Plex ( #33785 )
...
* Fix minor async context issues
* Annotate callback
2020-04-07 10:23:54 -07:00
J. Nick Koston
b9336272d4
Fix nuheat reverting to auto mode after setting temp hold ( #33772 )
...
* Fix nuheat reverting to auto mode after setting temp hold
* clamp temp
2020-04-07 10:23:53 -07:00
J. Nick Koston
1bd1b8339d
Update nexia for thermostats without zoning ( #33770 )
...
* Bump nexia to 0.8.0
2020-04-07 10:23:26 -07:00
Chris Talkington
abdee3fcb7
Catch IPPParseError during config flow ( #33769 )
...
* Update config_flow.py
* Update strings.json
* Update config_flow.py
* squash.
2020-04-07 10:22:04 -07:00
Paulus Schoutsen
a33e5728de
Bumped version to 0.108.0b5
2020-04-06 16:34:47 -07:00
Aaron Bach
087ddcb682
Bump simplisafe-python to 9.0.6 ( #33762 )
2020-04-06 16:31:48 -07:00
Aaron Bach
e8da7f333b
Bump aioambient to 1.1.1 ( #33761 )
2020-04-06 16:31:10 -07:00
J. Nick Koston
33849a15a8
Bump HAP-python to 2.8.1 ( #33756 )
2020-04-06 16:29:55 -07:00
jjlawren
e3d90f53cc
Defer Plex sensor retry instead of aborting ( #33753 )
2020-04-06 16:29:17 -07:00
Bram Kragten
e1e768fa65
Bump frontend ( #33751 )
2020-04-06 16:27:39 -07:00
Paulus Schoutsen
de2eab30fa
Bumped version to 0.108.0b4
2020-04-06 10:34:33 -07:00
J. Nick Koston
69b98def5c
Abort rachio config flow if the api key is already configured… ( #33747 )
...
We now abort before hitting the api which can be slow
and block startup if importing from yaml.
2020-04-06 10:32:36 -07:00
Erik Montnemery
8a68b1a3a9
Fix MQTT debug info for subscriptions with wildcard. ( #33744 )
2020-04-06 10:31:40 -07:00
jjlawren
8392406476
Fix Plex debounce wrapper ( #33730 )
...
* Fix debounce wrapper by converting to async
* Review suggestions
2020-04-06 10:26:13 -07:00
J. Nick Koston
565b54d852
Fix rachio import of run time from yaml ( #33723 )
...
Importing from yaml would fail for rachio when
copying the manual run time to the option flow.
2020-04-06 10:26:12 -07:00
J. Nick Koston
49dc7ffb5b
Fix nuheat response error checking ( #33712 )
...
This integration was checking request instead
of response for the error code.
2020-04-06 10:26:12 -07:00
jjlawren
5fd8763c3c
Skip parsing Plex session if incomplete ( #33534 )
...
* Skip parsing session if incomplete
* Schedule an update if session data is incomplete
* Mark as callback
* Remove update() & convert to async, abort if any session is incomplete
2020-04-06 10:26:11 -07:00
Paulus Schoutsen
0f39296251
Bumped version to 0.108.0b3
2020-04-04 23:54:06 -07:00
J. Nick Koston
dd0fd36049
Handle float values for homekit lightning ( #33683 )
...
* Handle float values for homekit lightning
* Empty commit to rerun CI
2020-04-04 23:53:58 -07:00
jjlawren
30a391b88b
Plex logging additions & cleanup ( #33681 )
2020-04-04 23:53:57 -07:00
Alexei Chetroi
71803cbdef
Update zha dependencies ( #33639 )
2020-04-04 23:53:56 -07:00
Franck Nijhof
f5eafbe760
Bump twentemilieu to 0.3.0 ( #33622 )
...
* Bump twentemilieu to 0.3.0
* Fix tests
2020-04-04 23:53:12 -07:00
J. Nick Koston
52f710528f
Handle race condition in harmony setup ( #33611 )
...
* Handle race condition in harmony setup
If the remote was discovered via ssdp before the yaml config import
happened, the unique id would already be set and the import
would abort.
* Update homeassistant/components/harmony/config_flow.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io >
* reduce
* black
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-04-04 23:52:27 -07:00
Chris Talkington
38b729b00a
Use IP addresses instead of mDNS names when IPP discovered ( #33610 )
...
* use discovery resolved host rather than mdns host.
* Update __init__.py
* Update test_config_flow.py
* Update __init__.py
* Update test_init.py
* Update test_config_flow.py
* Update test_config_flow.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update test_init.py
* Update test_config_flow.py
2020-04-04 23:52:26 -07:00
Anders Melchiorsen
5dae7f8451
Identify more Sonos radio stations with poor titles ( #33609 )
2020-04-04 23:52:25 -07:00
Paulus Schoutsen
6a297b3758
Use IP addresses instead of mDNS names when wled discovered ( #33608 )
2020-04-04 23:52:25 -07:00
Paulus Schoutsen
ab7afbdaf7
Hass.io integration do not warn safe mode ( #33600 )
...
* Hass.io integration do not warn safe mode
* Better implementation
* Tweak log message
2020-04-04 23:52:24 -07:00
jjlawren
0763503151
Debounce calls to Plex server ( #33560 )
...
* Debounce calls to Plex server
* Simplify debounce by recommendation
* Update tests to handle debounce
* Test debouncer, fix & optimize tests
* Use property instead
2020-04-04 23:52:23 -07:00
Paulus Schoutsen
4ead87270e
Bumped version to 0.108.0b2
2020-04-03 10:48:05 -07:00
Bram Kragten
1634592d90
Updated frontend to 20200403.0 ( #33586 )
2020-04-03 10:46:55 -07:00
Bram Kragten
ddddd8566d
Add default delay to Harmony config entries ( #33576 )
2020-04-03 10:46:24 -07:00
Franck Nijhof
5cf2043c04
Bump adguardhome to 0.4.2 ( #33575 )
2020-04-03 10:46:23 -07:00
Jc2k
43777ace20
Fix browsing regression ( #33572 )
2020-04-03 10:46:22 -07:00
Maciej Bieniek
a7e5cc31c3
Bump gios library to version 0.1.1 ( #33569 )
2020-04-03 10:46:22 -07:00
Maciej Bieniek
aa6520cac1
Fix source name ( #33565 )
2020-04-03 10:46:21 -07:00
Fabian Affolter
af10cd315e
Upgrade luftdaten to 0.6.4 ( #33564 )
2020-04-03 10:46:20 -07:00