Compare commits

...

5 Commits

Author SHA1 Message Date
Franck Nijhof
818b45384d Merge pull request #36626 from home-assistant/rc 2020-06-10 16:07:38 +02:00
Franck Nijhof
1bbd05dee7 Bumped version to 0.111.0 2020-06-10 14:58:56 +02:00
Martin Hjelmare
d6f7a984b2 Bump coronavirus to 1.1.1 (#36614) 2020-06-10 14:01:48 +02:00
Paulus Schoutsen
01756011ff Bump hass-nabucasa to 0.34.6 (#36613) 2020-06-10 14:01:44 +02:00
Bram Kragten
d7ad974244 Escape <> in owntracks translations (#36612) 2020-06-10 14:01:39 +02:00
7 changed files with 14 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
"domain": "cloud",
"name": "Home Assistant Cloud",
"documentation": "https://www.home-assistant.io/integrations/cloud",
"requirements": ["hass-nabucasa==0.34.5"],
"requirements": ["hass-nabucasa==0.34.6"],
"dependencies": ["http", "webhook", "alexa"],
"after_dependencies": ["google_assistant"],
"codeowners": ["@home-assistant/cloud"]

View File

@@ -3,6 +3,10 @@
"name": "Coronavirus (COVID-19)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/coronavirus",
"requirements": ["coronavirus==1.1.0"],
"codeowners": ["@home_assistant/core"]
"requirements": [
"coronavirus==1.1.1"
],
"codeowners": [
"@home_assistant/core"
]
}

View File

@@ -8,7 +8,7 @@
},
"abort": { "one_instance_allowed": "Only a single instance is necessary." },
"create_entry": {
"default": "\n\nOn Android, open [the OwnTracks app]({android_url}), go to preferences -> connection. Change the following settings:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification:\n - Username: `<Your name>`\n - Device ID: `<Your device name>`\n\nOn iOS, open [the OwnTracks app]({ios_url}), tap (i) icon in top left -> settings. Change the following settings:\n - Mode: HTTP\n - URL: {webhook_url}\n - Turn on authentication\n - UserID: `<Your name>`\n\n{secret}\n\nSee [the documentation]({docs_url}) for more information."
"default": "\n\nOn Android, open [the OwnTracks app]({android_url}), go to preferences -> connection. Change the following settings:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification:\n - Username: `'<Your name>'`\n - Device ID: `'<Your device name>'`\n\nOn iOS, open [the OwnTracks app]({ios_url}), tap (i) icon in top left -> settings. Change the following settings:\n - Mode: HTTP\n - URL: {webhook_url}\n - Turn on authentication\n - UserID: `'<Your name>'`\n\n{secret}\n\nSee [the documentation]({docs_url}) for more information."
}
}
}

View File

@@ -1,7 +1,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 111
PATCH_VERSION = "0b5"
PATCH_VERSION = "0"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER = (3, 7, 0)

View File

@@ -11,7 +11,7 @@ ciso8601==2.1.3
cryptography==2.9.2
defusedxml==0.6.0
distro==1.5.0
hass-nabucasa==0.34.5
hass-nabucasa==0.34.6
home-assistant-frontend==20200603.2
importlib-metadata==1.6.0
jinja2>=2.11.1

View File

@@ -442,7 +442,7 @@ connect-box==0.2.5
construct==2.9.45
# homeassistant.components.coronavirus
coronavirus==1.1.0
coronavirus==1.1.1
# homeassistant.scripts.credstash
# credstash==1.15.0
@@ -704,7 +704,7 @@ habitipy==0.2.0
hangups==0.4.9
# homeassistant.components.cloud
hass-nabucasa==0.34.5
hass-nabucasa==0.34.6
# homeassistant.components.mqtt
hbmqtt==0.9.5

View File

@@ -191,7 +191,7 @@ colorlog==4.1.0
construct==2.9.45
# homeassistant.components.coronavirus
coronavirus==1.1.0
coronavirus==1.1.1
# homeassistant.scripts.credstash
# credstash==1.15.0
@@ -303,7 +303,7 @@ ha-ffmpeg==2.0
hangups==0.4.9
# homeassistant.components.cloud
hass-nabucasa==0.34.5
hass-nabucasa==0.34.6
# homeassistant.components.mqtt
hbmqtt==0.9.5