From 4ab0151fb1cbefb31def23ba850e197da0a5027f Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 17 Feb 2021 15:06:16 +0100 Subject: [PATCH] Discover HRT4-ZW / SRT321 SetPoint in zwave_js (#46625) Missing a specific class to allow discovery of the setpoint command. Fix #46570 Signed-off-by: Gaetan Semet --- homeassistant/components/zwave_js/discovery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/zwave_js/discovery.py b/homeassistant/components/zwave_js/discovery.py index 1aa70ea2fa0..2022258e6ea 100644 --- a/homeassistant/components/zwave_js/discovery.py +++ b/homeassistant/components/zwave_js/discovery.py @@ -226,6 +226,7 @@ DISCOVERY_SCHEMAS = [ device_class_generic={"Thermostat"}, device_class_specific={ "Setpoint Thermostat", + "Unused", }, primary_value=ZWaveValueDiscoverySchema( command_class={CommandClass.THERMOSTAT_SETPOINT},