mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 07:35:08 +02:00
Bugfix voluptuous for hue (#3589)
This commit is contained in:
committed by
Paulus Schoutsen
parent
f79d762e66
commit
807daf8f5d
@@ -50,7 +50,7 @@ SUPPORT_HUE = (SUPPORT_BRIGHTNESS | SUPPORT_COLOR_TEMP | SUPPORT_EFFECT |
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||
vol.Required(CONF_HOST): cv.string,
|
||||
vol.Optional(CONF_ALLOW_UNREACHABLE): cv.boolean,
|
||||
vol.Optional(CONF_FILENAME): cv.isfile,
|
||||
vol.Optional(CONF_FILENAME): cv.string,
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user