Paulus Schoutsen
10799952af
Merge pull request #33985 from home-assistant/rc
...
0.108.3
2020-04-10 15:24:17 -07:00
Steven Looman
dfc66b2018
Rewrite parts of upnp component ( #33108 )
...
* Rewrite parts of upnp component
* Linting
* Add SCAN_INTERVAL
* Get values simultaneously
* Move to time related constants, as per #32065
* Linting
* Move constant KIBIBYTE to homeassistant.const
* Simplify code
* Fix tests for #33344
* Changes after review
* Update homeassistant/components/upnp/sensor.py
* Changes after review
* Formatting
* Formatting
* Use ST from discovery info to avoid swapping device_types if device advertises multiple versions
* Linting
* Requirements for upnp + dlna_dmr components
* Linting
* Regen requirements
* Changes after review by @MartinHjelmare
* Changes after review by @MartinHjelmare
* Formatting
* Linting
* Changes after review by @MartinHjelmare
* Changes after review by @MartinHjelmare
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-04-11 00:24:03 +02:00
Chris Talkington
f00f3d6b0c
Use zeroconf UUID if not available via IPP properties ( #33991 )
2020-04-10 15:23:59 -07:00
Chris Talkington
de3f5e8d69
Use zeroconf UUID if not available via IPP properties ( #33991 )
2020-04-10 15:23:07 -07:00
Ziv
302e631984
Ability to mock long poll requests + refactor qwikswitch unit… ( #33804 )
...
* added the ability to mock a "long poll" get request by setting up the
waiting request and feeding responses to it
with this, refactored the qwikswitch test so it doesn't use global variables
and is more understandable and maintainable
* added import asyncio from merge
* added assert that first call with long_poll has empty content
* passing json instead of the binary string
* use json instead of text in mock requests
* refactored to use a proxy
* return the proxy also for the http methods other than get
* refactored so any side_effect can be used and created the long_poll side effect
* simplified by using kwargs
needed to move the json->text->content logic from mocker to mockrequest
* no need to explicitly define method and url
2020-04-10 14:57:39 -07:00
Paulus Schoutsen
d4dc7f806c
Fix cherry pick ZHA
2020-04-10 14:39:37 -07:00
Paulus Schoutsen
8e6e8dfbe0
Migrate translations_develop script ( #33933 )
...
* Migrate translations_develop script
* Fix lint
2020-04-10 14:17:09 -07:00
Paulus Schoutsen
c254b71559
Bumped version to 0.108.3
2020-04-10 14:12:12 -07:00
J. Nick Koston
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
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
Pascal Vizeli
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
2243855209
Handle 304 http responses in nexia ( #33972 )
...
* Bump nexia to 0.8.1
2020-04-10 14:07:34 -07:00
Chris Talkington
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
bc2ac65b1e
Fix turning off/on light groups in homekit ( #33965 )
2020-04-10 14:07:33 -07:00
J. Nick Koston
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
b620c53662
Make homekit aware of DEVICE_CLASS_GATE ( #33936 )
2020-04-10 14:07:31 -07:00
Minims
ab35ceab5a
Fix Onvif Camera that does not have SnapshotUri such as Sricam ( #33902 )
2020-04-10 14:07:30 -07:00
J. Nick Koston
294a2d2460
Exclude non thermostats from being detected by nexia ( #33979 )
...
* Fix detection of emergency heat
* Bump nexia to 0.8.2
2020-04-10 22:56:40 +02:00
David F. Mulcahey
13dda7bd98
Cleanup ZHA group entity lifecycle ( #33977 )
...
* Clean up ZHA group entity lifecycle
* group entities don't use state restore
* add tests
2020-04-10 13:17:48 -07:00
Pascal Vizeli
14c35c9223
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 22:04:50 +02:00
springstan
8198970af9
Clean up ssl usage ( #33960 )
...
* Clean up ssl usage
* Revert config[CONF_SSL] from sonarr, radarr and mfi
2020-04-10 22:01:57 +02:00
J. Nick Koston
cfef8ee961
Handle 304 http responses in nexia ( #33972 )
...
* Bump nexia to 0.8.1
2020-04-10 21:11:25 +02:00
springstan
25198242c1
Use TEMP_FAHRENHEIT constant ( #33969 )
2020-04-10 21:10:10 +02:00
springstan
02c9e47db8
Use ENERGY_KILO_WATT_HOUR constant ( #33962 )
2020-04-10 20:21:29 +02:00
Chris Talkington
c3c4752fa5
Update pyipp to 0.9.2 ( #33967 )
...
* Update manifest.json
* Update requirements_test_all.txt
* Update requirements_all.txt
2020-04-10 19:49:58 +02:00
Erik Montnemery
6d3046cb42
Remove support for cast dynamic speaker groups ( #33884 )
2020-04-10 10:36:57 -07:00
Knapoc
496da8823d
Fix turning off/on light groups in homekit ( #33965 )
2020-04-10 10:34:10 -07:00
springstan
78d87dc40f
Use TEMP_CELSIUS constant ( #33963 )
2020-04-10 19:17:46 +02:00
J. Nick Koston
ca0648afe8
Fix powerwall units (kW) ( #33954 )
...
* Fix powerwall units (kW)
* Fix test
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-04-10 09:33:58 -07:00
Minims
7b9585cd8e
Fix Onvif Camera that does not have SnapshotUri such as Sricam ( #33902 )
2020-04-10 08:44:56 -07:00
Erik Montnemery
a0b3a9e50b
Discover manually added casts ( #33922 )
...
* Discover manually added casts
2020-04-10 17:19:44 +02:00
Robert Svensson
bc036351f6
UniFi - Roaming clients should be considered connected ( #33942 )
...
* Roaming clients should be considered connected
* Bump dependency
2020-04-10 15:43:25 +02:00
J. Nick Koston
8e188d7e75
Make homekit aware of DEVICE_CLASS_GATE ( #33936 )
2020-04-10 14:42:34 +02:00
Ville Skyttä
9b7e31eca3
Make f-strings without placeholder normal strings ( #33938 )
2020-04-10 09:59:06 +02:00
Paulus Schoutsen
0727c7b9e8
Merge pull request #33932 from home-assistant/rc
...
0.108.2
2020-04-09 19:57:08 -07:00
Paulus Schoutsen
e9e1ec5312
Migrate translations clean script ( #33930 )
2020-04-09 17:54:56 -07:00
Paulus Schoutsen
e9c412bac6
Migrate translations upload ( #33926 )
...
* Migrate translations upload
* Fix token in download command
* Minor cleanup
2020-04-09 17:52:33 -07:00
Carlos Gustavo Sarmiento
3331b81b64
Remove print() from Bayesian Binary Sensor ( #33916 )
2020-04-09 17:45:26 -07:00
Chris Talkington
8259a5a71f
Guard IPP against negative ink levels ( #33931 )
2020-04-09 17:44:37 -07:00
Chris Talkington
2edfa82237
Guard IPP against negative ink levels ( #33931 )
2020-04-09 17:44:04 -07:00
Paulus Schoutsen
3100e852ce
Bumped version to 0.108.2
2020-04-09 17:23:21 -07:00
J. Nick Koston
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
f38ff3b622
Bump pyvizio version for vizio ( #33924 )
2020-04-09 17:22:54 -07:00
Kit Klein
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
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
54bf83855c
Rename domain import in modbus ( #33906 )
2020-04-09 17:20:19 -07:00
jan iversen
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
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
ecb37d0bdf
Updated frontend to 20200407.2 ( #33891 )
2020-04-09 17:16:13 -07:00