From 26375a3014a305a33425b8298e545c36f4bb2f23 Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Wed, 18 Jul 2018 12:20:02 +0200 Subject: [PATCH] Make RS room thermostat discoverable (#15451) * Make RS room thermostat discoverable * Reversed generic type name --- homeassistant/components/zwave/discovery_schemas.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/zwave/discovery_schemas.py b/homeassistant/components/zwave/discovery_schemas.py index fc2e7fc912d..f88b911a6a5 100644 --- a/homeassistant/components/zwave/discovery_schemas.py +++ b/homeassistant/components/zwave/discovery_schemas.py @@ -37,7 +37,9 @@ DISCOVERY_SCHEMAS = [ const.DISC_OPTIONAL: True, }})}, {const.DISC_COMPONENT: 'climate', - const.DISC_GENERIC_DEVICE_CLASS: [const.GENERIC_TYPE_THERMOSTAT], + const.DISC_GENERIC_DEVICE_CLASS: [ + const.GENERIC_TYPE_THERMOSTAT, + const.GENERIC_TYPE_SENSOR_MULTILEVEL], const.DISC_VALUES: dict(DEFAULT_VALUES_SCHEMA, **{ const.DISC_PRIMARY: { const.DISC_COMMAND_CLASS: [