Add cover to supported platforms (#17725)

This commit is contained in:
Charles Garwood 2018-10-24 05:53:45 -04:00 committed by Paulus Schoutsen
parent edc1cbdc32
commit 8de0824688

View file

@ -66,7 +66,7 @@ DEFAULT_CONF_INVERT_OPENCLOSE_BUTTONS = False
DEFAULT_CONF_REFRESH_VALUE = False
DEFAULT_CONF_REFRESH_DELAY = 5
SUPPORTED_PLATFORMS = ['binary_sensor', 'climate', 'fan',
SUPPORTED_PLATFORMS = ['binary_sensor', 'climate', 'cover', 'fan',
'light', 'sensor', 'switch']
RENAME_NODE_SCHEMA = vol.Schema({