Add cover to supported platforms (#17725)
This commit is contained in:
parent
6ac9677168
commit
4222f7562b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ DEFAULT_CONF_INVERT_OPENCLOSE_BUTTONS = False
|
||||||
DEFAULT_CONF_REFRESH_VALUE = False
|
DEFAULT_CONF_REFRESH_VALUE = False
|
||||||
DEFAULT_CONF_REFRESH_DELAY = 5
|
DEFAULT_CONF_REFRESH_DELAY = 5
|
||||||
|
|
||||||
SUPPORTED_PLATFORMS = ['binary_sensor', 'climate', 'fan',
|
SUPPORTED_PLATFORMS = ['binary_sensor', 'climate', 'cover', 'fan',
|
||||||
'light', 'sensor', 'switch']
|
'light', 'sensor', 'switch']
|
||||||
|
|
||||||
RENAME_NODE_SCHEMA = vol.Schema({
|
RENAME_NODE_SCHEMA = vol.Schema({
|
||||||
|
|
Loading…
Add table
Reference in a new issue