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
Paulus Schoutsen
f973b35cef
Bumped version to 0.107.1
2020-03-18 18:19:33 -07:00
Paulus Schoutsen
4e08aa8b05
Fix zone config ( #32963 )
...
* Fix zone config
* Add zone as dependency again to device tracker
* Fix tests
2020-03-18 18:18:57 -07:00
Paulus Schoutsen
8e917ccf73
Add device automation as frontend dependency ( #32962 )
2020-03-18 18:17:11 -07:00
Bram Kragten
0b62011626
Updated frontend to 20200318.1 ( #32957 )
2020-03-18 18:17:11 -07:00
Franck Nijhof
d520a02b8c
Merge pull request #32932 from home-assistant/rc
...
0.107.0
0.107.0
2020-03-18 15:35:44 +01:00
SukramJ
1e469b39ad
Fix flaky tests for HMIPC ( #32806 )
2020-03-18 14:44:29 +01:00
Franck Nijhof
c2f615839d
Bumped version to 0.107.0
2020-03-18 13:31:02 +01:00
Bram Kragten
657bf33e32
Updated frontend to 20200318.0 ( #32931 )
2020-03-18 13:27:21 +01:00
Paulus Schoutsen
0ca87007fd
Bumped version to 0.107.0b8
0.107.0b8
2020-03-17 17:56:18 -07:00
Paulus Schoutsen
d0d9d853f2
Fix hassio panel load ( #32922 )
...
* Fix loading hassio panel
* Remove blacklist
2020-03-17 17:55:57 -07:00
Hans Oischinger
8348878e7e
Introduce safe scan_interval for vicare ( #32915 )
2020-03-17 17:55:56 -07:00
Paulus Schoutsen
b70be5f2f2
Blacklist auto_backup ( #32912 )
...
* Blacklist auto_backup
* Mock with a set
2020-03-17 17:55:55 -07:00
Bram Kragten
fddb565e4c
Fix input text reload ( #32911 )
...
* Fix input text reload
* FIx schema instead
2020-03-17 17:55:54 -07:00
Rami Mosleh
f3e6820042
Fix setting up options due to config data freeze ( #32872 )
2020-03-17 17:55:54 -07:00