Paulus Schoutsen and GitHub
10799952af
Merge pull request #33985 from home-assistant/rc
...
0.108.3
0.108.3
2020-04-10 15:24:17 -07:00
Chris Talkington and Paulus Schoutsen
f00f3d6b0c
Use zeroconf UUID if not available via IPP properties ( #33991 )
2020-04-10 15:23:59 -07:00
Paulus Schoutsen
d4dc7f806c
Fix cherry pick ZHA
2020-04-10 14:39:37 -07:00
Paulus Schoutsen
c254b71559
Bumped version to 0.108.3
2020-04-10 14:12:12 -07:00
J. Nick Koston and Paulus Schoutsen
d90a3b6c42
Exclude non thermostats from being detected by nexia ( #33979 )
...
* Fix detection of emergency heat
* Bump nexia to 0.8.2
2020-04-10 14:11:54 -07:00
David F. Mulcahey and Paulus Schoutsen
da3ee0aa61
Cleanup ZHA group entity lifecycle ( #33977 )
...
* Clean up ZHA group entity lifecycle
* group entities don't use state restore
* add tests
2020-04-10 14:11:25 -07:00
eb17b68ad3
Fix shutdown timeout and make it upstream with Supervisor ( #33973 )
...
* Fix shutdown timeout and make it upstream with Supervisor
* Moved ENV command up
* Update finish
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-04-10 14:07:35 -07:00
J. Nick Koston and Paulus Schoutsen
2243855209
Handle 304 http responses in nexia ( #33972 )
...
* Bump nexia to 0.8.1
2020-04-10 14:07:34 -07:00
Chris Talkington and Paulus Schoutsen
82df4a3a4d
Update pyipp to 0.9.2 ( #33967 )
...
* Update manifest.json
* Update requirements_test_all.txt
* Update requirements_all.txt
2020-04-10 14:07:33 -07:00
Knapoc and Paulus Schoutsen
bc2ac65b1e
Fix turning off/on light groups in homekit ( #33965 )
2020-04-10 14:07:33 -07:00
J. Nick Koston and Paulus Schoutsen
9bc04d7b5c
Fix powerwall units (kW) ( #33954 )
...
* Fix powerwall units (kW)
* Fix test
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-04-10 14:07:32 -07:00
J. Nick Koston and Paulus Schoutsen
b620c53662
Make homekit aware of DEVICE_CLASS_GATE ( #33936 )
2020-04-10 14:07:31 -07:00
Minims and Paulus Schoutsen
ab35ceab5a
Fix Onvif Camera that does not have SnapshotUri such as Sricam ( #33902 )
2020-04-10 14:07:30 -07:00
Paulus Schoutsen and GitHub
0727c7b9e8
Merge pull request #33932 from home-assistant/rc
...
0.108.2
0.108.2
2020-04-09 19:57:08 -07:00
Carlos Gustavo Sarmiento and Paulus Schoutsen
3331b81b64
Remove print() from Bayesian Binary Sensor ( #33916 )
2020-04-09 17:45:26 -07:00
Chris Talkington and Paulus Schoutsen
8259a5a71f
Guard IPP against negative ink levels ( #33931 )
2020-04-09 17:44:37 -07:00
Paulus Schoutsen
3100e852ce
Bumped version to 0.108.2
2020-04-09 17:23:21 -07:00
J. Nick Koston and Paulus Schoutsen
1b0ccf10e5
Fix tplink HS220 dimmers (round 2) ( #33928 )
...
* HS220 dimmers are handled as lights with a limited feature set
* Dimmers look up has has_emeter every call so this is cached as well now
to resovle the performance issue.
2020-04-09 17:23:11 -07:00
Raman Gupta and Paulus Schoutsen
f38ff3b622
Bump pyvizio version for vizio ( #33924 )
2020-04-09 17:22:54 -07:00
Kit Klein and Paulus Schoutsen
3ad9052b5c
Exclude access token from host info updates in Konnected config flow ( #33912 )
...
* black updates
* test that host update doesn't impact access token
2020-04-09 17:20:21 -07:00
J. Nick Koston and Paulus Schoutsen
e0595ce518
Fix tplink HS220 dimmers ( #33909 )
...
* HS220 dimmers are handled as lights with a limited feature set
2020-04-09 17:20:20 -07:00
jan iversen and Paulus Schoutsen
54bf83855c
Rename domain import in modbus ( #33906 )
2020-04-09 17:20:19 -07:00
jan iversen and Paulus Schoutsen
2713469651
Fix Modbus review comments ( #33755 )
...
* update common test for modbus integration
* remove log messages from modbus setup function.
* Make global method local
* Change parameter name to snake_case
2020-04-09 17:20:19 -07:00
jan iversen and Paulus Schoutsen
64bdf2d35b
Modbus: isolate common test functions ( #33447 )
...
Since all entity test functions are going to use
the modbus class, isolate the common parts in
conftest.py, and thereby make it simpler to write
additional test cases.
cleaned up test_modbus_sensor.py while splitting the code.
2020-04-09 17:19:18 -07:00
Paulus Schoutsen
c3ac8869b0
Fix onvif consistent return ( #33898 )
2020-04-09 17:16:37 -07:00
Bram Kragten and Paulus Schoutsen
ecb37d0bdf
Updated frontend to 20200407.2 ( #33891 )
2020-04-09 17:16:13 -07:00
jan iversen and Paulus Schoutsen
b2083a7bee
Fix modbus default delay ( #33877 )
...
* solve modbus issue #33872
CONF_DELAY was used in a serial connection, which is not
permitted.
Sometimes async_update is called after async_setup is completed,
but before event EVENT_HOMEASSISTANT_START is issued, leading to
a missing object.
* resolve review comment.
Do not wait for start event, but activate pymodbus directly in
async setup.
* review 2
Remark, this does not work, async_setup hangs.
clean start_modbus() from async calls, leaving only the pymodbus
setup.
* review 2a
Moved listen_once back to start_modbus, since it is sync.
2020-04-09 17:15:54 -07:00
On Freund and Paulus Schoutsen
2ff255dedc
Fix Monoprice robustness ( #33869 )
...
* Silently handle update failures
* Limite parallel updates
* Remove return values
* Remove trailing return
* Add test for empty update
2020-04-09 17:15:53 -07:00
Paulus Schoutsen
995f5db913
Check status code on onvif snapshot ( #33865 )
2020-04-09 17:15:53 -07:00
Lennart Henke and Paulus Schoutsen
9efbf2f880
Fix nextcloud sensor mappings ( #33840 )
2020-04-09 17:15:52 -07:00
Paulus Schoutsen
34fdf5a36f
Update aioswitcher ( #33821 )
2020-04-09 17:15:20 -07:00
jjlawren and Paulus Schoutsen
f70a2ba1f7
Improve Plex debounce/throttle logic ( #33805 )
...
* Improve Plex debounce/throttle logic
* Use Debouncer helper, rewrite affected tests
* Mock storage so files aren't left behind
* Don't bother with wrapper method, store debouncer call during init
* Test cleanup from review
* Don't patch own code in tests
2020-04-09 17:14:58 -07:00
Paulus Schoutsen and GitHub
eb718bffe0
Merge pull request #33862 from home-assistant/rc
...
0.108.1
0.108.1
2020-04-08 22:55:29 -07:00
Paulus Schoutsen
70f14600d1
Fix last flaky TTS test ( #33849 )
2020-04-08 20:49:13 -07:00
Paulus Schoutsen
05289216c4
TTS: Wait till files are created in tests ( #33760 )
2020-04-08 20:48:38 -07:00
Paulus Schoutsen
c1814201be
Bumped version to 0.108.1
2020-04-08 20:46:37 -07:00
Raman Gupta and Paulus Schoutsen
dceb0d9bf7
Fix vizio bug that occurs when CONF_APPS isn't in config entry… ( #33857 )
...
* fix bug when search for string in dict fails when dict is null
* another bug fix that I only noticed because of this other bug
* add test to cover failure scenario
* update docstring
* add additional assertions to cover failure scenario that's being fixed
2020-04-08 20:46:02 -07:00
Alexei Chetroi and Paulus Schoutsen
df768cab7d
Bump up ZHA dependencies ( #33856 )
2020-04-08 20:46:01 -07:00
J. Nick Koston and Paulus Schoutsen
9b8d1b88c5
Fix Doorbird yaml import aborted if discovery finds it first ( #33843 )
2020-04-08 20:46:00 -07:00
Bas Nijholt and Paulus Schoutsen
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 and Paulus Schoutsen
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 and Paulus Schoutsen
7eba08f385
Fix unhandled exception in Recollect Waste ( #33823 )
2020-04-08 20:45:58 -07:00
Chris Talkington and Paulus Schoutsen
da8ce07216
Update to pyipp==0.9.1 ( #33819 )
2020-04-08 20:45:57 -07:00
Jason Swails and Paulus Schoutsen
442499b452
Bump pylutron-caseta version to 0.6.1 ( #33815 )
2020-04-08 20:45:35 -07:00
danbishop and Paulus Schoutsen
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 and J. Nick Koston
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
Franck Nijhof and GitHub
38158376b3
Merge pull request #33814 from home-assistant/rc
...
0.108.0
0.108.0
2020-04-08 16:04:35 +02:00
springstan and Franck Nijhof
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 and Franck Nijhof
9675cc5ed2
Updated frontend to 20200407.1 ( #33799 )
2020-04-08 13:47:43 +02:00