From 4222f7562b981f6050e8afcd050db7163c4295c3 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Wed, 24 Oct 2018 05:53:45 -0400 Subject: [PATCH] Add cover to supported platforms (#17725) --- homeassistant/components/zwave/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zwave/__init__.py b/homeassistant/components/zwave/__init__.py index 74678cda0fc..35703d64974 100644 --- a/homeassistant/components/zwave/__init__.py +++ b/homeassistant/components/zwave/__init__.py @@ -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({