mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
fixed sky_hub schema to reflect documentation (#18509)
This commit is contained in:
parent
24db2b66ab
commit
fcd756d58a
@ -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})')
|
_MAC_REGEX = re.compile(r'(([0-9A-Fa-f]{1,2}\:){5}[0-9A-Fa-f]{1,2})')
|
||||||
|
|
||||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||||
vol.Required(CONF_HOST): cv.string
|
vol.Optional(CONF_HOST): cv.string
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user