Pascal Vizeli
baf7fb7264
Merge pull request #33206 from home-assistant/rc
...
0.107.6
0.107.6
2020-03-24 14:08:27 +01:00
Pascal Vizeli
edfe8e1583
Bump version to 0.107.6
2020-03-24 11:50:25 +00:00
Pascal Vizeli
b36b1dbc70
Bump OZW fork to 0.1.10 ( #33205 )
2020-03-24 11:49:35 +00:00
Franck Nijhof
253c848692
Fix minut point updating frozen config entry data ( #33148 )
...
* Fix minut point updating frozen config entry data
* Update webhooks handling for configuration entry
2020-03-24 11:49:33 +00:00
Paulus Schoutsen
7a6ac578b4
Fix script logging with name ( #33120 )
2020-03-24 11:49:32 +00:00
Pascal Vizeli
95de94e53f
Update azure-pipelines-wheels.yml for Azure Pipelines
2020-03-23 16:48:44 +00:00
Pascal Vizeli
181b2803cd
Update azure-pipelines-wheels.yml for Azure Pipelines
2020-03-23 15:56:50 +00:00
Pascal Vizeli
e0f2fa33df
[skip ci] Update azure-pipelines-wheels.yml for Azure Pipelines
2020-03-23 13:19:14 +00:00
Pascal Vizeli
884c346bdf
Fix dockerfile
2020-03-23 13:19:02 +00:00
Pascal Vizeli
c218ff5a75
Integrate dockerbuild ( #33168 )
...
* Integrate dockerbuild
* cleanup
2020-03-23 13:18:48 +00:00
Pascal Vizeli
fa43a218d2
Update azure-pipelines-wheels.yml for Azure Pipelines
2020-03-23 13:18:33 +00:00
Pascal Vizeli
f4cc64d289
[skip ci] add rc into build
2020-03-23 13:18:18 +00:00
Pascal Vizeli
4c31829832
[skip ci] update wheels builder version
2020-03-23 13:18:00 +00:00
Pascal Vizeli
ff32c1c3e9
Update azure-pipelines-wheels.yml
2020-03-23 13:17:49 +00:00
Paulus Schoutsen
677c276b41
Merge pull request #33118 from home-assistant/rc
...
0.107.5
0.107.5
2020-03-21 17:22:31 -07:00
Paulus Schoutsen
ca1c696f54
Bumped version to 0.107.5
2020-03-21 16:34:11 -07:00
Franck Nijhof
78e5878247
Fix Extend ONVIF unique ID with profile index ( #33103 )
2020-03-21 16:34:05 -07:00
guillempages
470537bc5f
Fix tankerkoenig with more than 10 stations ( #33098 )
...
* Fix tankerkoenig with more than 10 stations
There seemed to be a problem, if more than 10 fuel stations were tracked.
Added a warning in this case, and split the calls to the API in chunks of
10, so that the data can be fetched anyway.
* Update homeassistant/components/tankerkoenig/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-03-21 16:33:55 -07:00
Austin Mroczek
64556f6f69
Fix totalconnect AttributeError introduced in 0.107 ( #33079 )
...
* Fit git
* Remove period from loggging message
* Remove tests for now
* Add const.py
* Fix lint error
2020-03-21 16:32:26 -07:00
Alexei Chetroi
2785b067e3
Split ZHA device loading and entities adding ( #33075 )
...
* Split ZHA device loading and entities adding.
Load zha devices from ZHA gateway, but add entities after integration
was setup.
* Use hass.loop.create_task()
* Split ZHA device initialization from loading.
Restore and initialize ZHA devices separately.
* Use hass.async_create_task()
Load devices prior group initialization.
2020-03-21 16:32:26 -07:00
escoand
a129bc05ae
Try all Samsung TV websocket ports ( #33001 )
...
* Update bridge.py
* add test
* silence pylint
* correct pylint
* add some tests
* Update test_media_player.py
2020-03-21 16:32:25 -07:00
Ville Skyttä
197736f66b
Upgrade huawei-lte-api to 1.4.11 ( #32791 )
...
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.11
2020-03-21 15:16:33 -07:00
Franck Nijhof
d82d7fa2e9
Merge pull request #33080 from home-assistant/rc
...
0.107.4
0.107.4
2020-03-21 07:51:18 +01:00
Paulus Schoutsen
663db747e9
Bumped version to 0.107.4
2020-03-20 23:02:50 -07:00
Paulus Schoutsen
57998f6f0f
Fix package default extraction ( #33071 )
2020-03-20 23:02:29 -07:00
Knapoc
edbb995fff
Bump aioasuswrt to 1.2.3 and fix asuswrt sensor ( #33064 )
...
* Bump aioasuswrt to 1.2.3
* Fix asuswrt connection setup parameters
* fix typo
2020-03-20 23:02:29 -07:00
Aaron Bach
312903025d
Bump simplisafe-python to 9.0.4 ( #33059 )
2020-03-20 23:02:28 -07:00
Paulus Schoutsen
0ae5c325fe
Add negative tests for identify schema for packages ( #33050 )
2020-03-20 23:02:27 -07:00
Pascal Vizeli
a309a00929
Merge pull request #33054 from home-assistant/rc
...
0.107.3
0.107.3
2020-03-20 18:33:47 +01:00
Pascal Vizeli
55be5bf880
Bump version to 0.107.3
2020-03-20 16:29:10 +00:00
Franck Nijhof
7b37dcd8ed
Fix packages for schemas without a default ( #33045 )
2020-03-20 16:27:29 +00:00
cgtobi
e36bdd717a
Fix discovery issue with netatmo climate devices ( #33040 )
2020-03-20 16:27:28 +00:00
cgtobi
fa650b648c
Fix netatmo webhook registration issue ( #32994 )
...
* Wait for cloud connection
* Just wait
* Remove redundant entry
* Drop webhook before unloading other platforms
* Add missing scope
* Update homeassistant/components/netatmo/__init__.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io >
* Fix test
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-03-20 16:27:27 +00:00
Paulus Schoutsen
ac2310e7f9
Merge pull request #33030 from home-assistant/rc
...
0.107.2
0.107.2
2020-03-19 22:51:13 -07:00
Aaron Bach
aee5c16803
Fix RainMachine not properly storing data in the config entry ( #33002 )
...
* Fix bug related to RainMachine's default config flow
* A
* Fix tests
* Code review
2020-03-19 20:54:57 -07:00
Paulus Schoutsen
5f0816ea25
Fix zones in packages ( #33027 )
2020-03-19 20:52:08 -07:00
Paulus Schoutsen
6a6037790f
Bumped version to 0.107.2
2020-03-19 20:50:46 -07:00
Alexei Chetroi
d2b0c35319
Handle zigpy clusters without ep_attribute attribute. ( #33028 )
2020-03-19 20:50:34 -07:00
Jc2k
d707a1b072
0.107.2 - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lenno… ( #33016 )
2020-03-19 20:46:45 -07:00
Aaron Bach
ca12db9271
Bump simplisafe-python to 9.0.3 ( #33013 )
2020-03-19 20:45:57 -07:00
Robin
346a4b399d
Fix sighthound dependency issue ( #33010 )
2020-03-19 20:45:56 -07:00
Robert Svensson
2090252936
Axis - Fix char in stream url ( #33004 )
...
* An unwanted character had found its way into a stream string, reverting f-string work to remove duplication of code and improve readability
* Fix failing tests
2020-03-19 20:45:56 -07:00
tetienne
a28091e94a
Fix somfy optimistic mode when missing in conf ( #32995 )
...
* Fix optimistic mode when missing in conf #32971
* Ease code using a default value
* Client id and secret are now inclusive
2020-03-19 20:45:55 -07:00
Alexei Chetroi
ae8cb0ccdf
Refactor ZHA setup ( #32959 )
...
* Refactor ZHA setup.
Catch errors and raise if needed.
* Cleanup.
2020-03-19 20:45:54 -07:00
Maikel Punie
06a608e342
Fix velbus in the 107 release ( #32936 )
...
velbus 2.0.41 introduced some data files in the python module. They are not copied when installing the velbus module. 2.0.43 fixes this problem
2020-03-19 20:45:53 -07:00
ochlocracy
9af95e8577
Fix camera.options to camera.stream_options. ( #32767 )
2020-03-19 20:45:53 -07:00
Paulus Schoutsen
29a9781bf7
Fix unifi tests
2020-03-19 15:28:38 -07:00
Jc2k
877eddf43d
0.107.2 - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lenno… ( #33016 )
2020-03-19 15:26:01 -07:00
Paulus Schoutsen
88e3e73bb4
Merge pull request #32964 from home-assistant/rc
...
0.107.1
0.107.1
2020-03-18 22:14:25 -07:00
Paulus Schoutsen
3aa1bcbb77
Fix mobile app test
2020-03-18 22:13:49 -07:00