Compare commits

..

9 Commits

Author SHA1 Message Date
Paulus Schoutsen
8f384e6b82 Merge pull request #27396 from home-assistant/rc
0.100.1
2019-10-10 09:08:22 -07:00
Bram Kragten
7398e06c78 fix withings nokia test req 2019-10-10 15:03:39 +02:00
Bram Kragten
9f32e5cf46 Bumped version to 0.100.1 2019-10-10 14:32:40 +02:00
Martin Hjelmare
65372da241 Revert "Fix connection issues with withings API by switching to a maintained codebase (#27310)" (#27385)
This reverts commit 071476343c.
2019-10-10 14:29:38 +02:00
Paulus Schoutsen
e2d2f69cb0 Merge pull request #27374 from home-assistant/rc
0.100.0
2019-10-09 18:05:46 -07:00
Paulus Schoutsen
6e86b8c42f Bumped version to 0.100.0 2019-10-09 15:24:20 -07:00
Bram Kragten
4dc50107cd Updated frontend to 20191002.2 (#27370) 2019-10-09 23:08:00 +02:00
Sébastien RAMAGE
f9c4bb04e3 Update zigpy-zigate to 0.4.1 (#27345)
* Update zigpy-zigate to 0.4.1

Fix #27297

* Update zigpy-zigate to 0.4.1

Fix #27297
2019-10-09 23:07:59 +02:00
Robert Van Gorkom
a57642833b Fix connection issues with withings API by switching to a maintained codebase (#27310)
* Fixing connection issues with withings API by switching to a maintained client codebase.

* Updating requirements files.

* Adding withings api to requirements script.
2019-10-09 23:07:58 +02:00
7 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
"requirements": [
"home-assistant-frontend==20191002.1"
"home-assistant-frontend==20191002.2"
],
"dependencies": [
"api",

View File

@@ -9,7 +9,7 @@
"zigpy-deconz==0.5.0",
"zigpy-homeassistant==0.9.0",
"zigpy-xbee-homeassistant==0.5.0",
"zigpy-zigate==0.4.0"
"zigpy-zigate==0.4.1"
],
"dependencies": [],
"codeowners": ["@dmulcahey", "@adminiuga"]

View File

@@ -1,7 +1,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 100
PATCH_VERSION = "0b3"
PATCH_VERSION = "1"
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 6, 0)

View File

@@ -11,7 +11,7 @@ contextvars==2.4;python_version<"3.7"
cryptography==2.7
distro==1.4.0
hass-nabucasa==0.22
home-assistant-frontend==20191002.1
home-assistant-frontend==20191002.2
importlib-metadata==0.23
jinja2>=2.10.1
netdisco==2.6.0

View File

@@ -640,7 +640,7 @@ hole==0.5.0
holidays==0.9.11
# homeassistant.components.frontend
home-assistant-frontend==20191002.1
home-assistant-frontend==20191002.2
# homeassistant.components.zwave
homeassistant-pyozw==0.1.4
@@ -2041,7 +2041,7 @@ zigpy-homeassistant==0.9.0
zigpy-xbee-homeassistant==0.5.0
# homeassistant.components.zha
zigpy-zigate==0.4.0
zigpy-zigate==0.4.1
# homeassistant.components.zoneminder
zm-py==0.3.3

View File

@@ -182,7 +182,7 @@ hole==0.5.0
holidays==0.9.11
# homeassistant.components.frontend
home-assistant-frontend==20191002.1
home-assistant-frontend==20191002.2
# homeassistant.components.homekit_controller
homekit[IP]==0.15.0

View File

@@ -105,7 +105,6 @@ TEST_REQUIREMENTS = (
"mficlient",
"minio",
"netdisco",
"nokia",
"numpy",
"oauth2client",
"paho-mqtt",
@@ -182,6 +181,7 @@ TEST_REQUIREMENTS = (
"vultr",
"wakeonlan",
"warrant",
"nokia",
"YesssSMS",
"zeroconf",
"zigpy-homeassistant",