This commit is contained in:
Pascal Vizeli
2017-07-11 22:38:07 +02:00
parent 40e8f411ff
commit ebf4daf4cc
5 changed files with 13 additions and 7 deletions

View File

@@ -37,6 +37,6 @@ DOCKER_PORTS = vol.Schema({
SCHEMA_HASS_CONFIG = vol.Schema({
vol.Optional(ATTR_DEVICES, default=[]): HASS_DEVICES,
vol.inclusive(ATTR_IMAGE, 'custom_hass'): vol.Coerce(str),
vol.inclusive(ATTR_LAST_VERSION, 'custom_hass'): vol.Coerce(str),
vol.Inclusive(ATTR_IMAGE, 'custom_hass'): vol.Coerce(str),
vol.Inclusive(ATTR_LAST_VERSION, 'custom_hass'): vol.Coerce(str),
})