mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
already in the default schema
This commit is contained in:
@@ -33,8 +33,6 @@ FEATURE_SUPPORT = SUPPORT_PLAY | SUPPORT_PAUSE | SUPPORT_STOP | \
|
||||
|
||||
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.port,
|
||||
})
|
||||
|
||||
SERVICE_SEEK_FORWARD = 'channels_seek_forward'
|
||||
|
Reference in New Issue
Block a user