fixed sky_hub schema to reflect documentation (#18509)

pull/17558/head
Eliseo Martelli 2018-11-16 20:14:46 +01:00 committed by Charles Garwood
parent 24db2b66ab
commit fcd756d58a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ _LOGGER = logging.getLogger(__name__)
_MAC_REGEX = re.compile(r'(([0-9A-Fa-f]{1,2}\:){5}[0-9A-Fa-f]{1,2})')
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Required(CONF_HOST): cv.string
vol.Optional(CONF_HOST): cv.string
})