1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Add support for 0.44.1 (#33)

* Add support for 0.44.1

* fix lint

* fix lint

* fix lint
This commit is contained in:
Pascal Vizeli
2017-05-08 00:19:57 +02:00
committed by GitHub
parent 9998f9720f
commit 5896fde441
4 changed files with 47 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ SCHEMA_ADDON_CONFIG = vol.Schema({
vol.Optional(ATTR_MAP, default=[]): [
vol.In([MAP_CONFIG, MAP_SSL, MAP_ADDONS, MAP_BACKUP])
],
vol.Optional(ATTR_URL): vol.Url(),
vol.Required(ATTR_OPTIONS): dict,
vol.Required(ATTR_SCHEMA): {
vol.Coerce(str): vol.Any(ADDON_ELEMENT, [