mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Change iglo port to cv.port validator (#13163)
This commit is contained in:
committed by
Martin Hjelmare
parent
75fb8ef98b
commit
53351423dd
@@ -27,7 +27,7 @@ DEFAULT_PORT = 8080
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||
vol.Required(CONF_HOST): cv.string,
|
||||
vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string,
|
||||
vol.Optional(CONF_PORT, default=DEFAULT_PORT): cv.string,
|
||||
vol.Optional(CONF_PORT, default=DEFAULT_PORT): cv.port,
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user