mirror of
https://github.com/home-assistant/core.git
synced 2025-08-22 22:12:48 +02:00
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 <gaetan@xeberon.net>
This commit is contained in:
@@ -226,6 +226,7 @@ DISCOVERY_SCHEMAS = [
|
||||
device_class_generic={"Thermostat"},
|
||||
device_class_specific={
|
||||
"Setpoint Thermostat",
|
||||
"Unused",
|
||||
},
|
||||
primary_value=ZWaveValueDiscoverySchema(
|
||||
command_class={CommandClass.THERMOSTAT_SETPOINT},
|
||||
|
Reference in New Issue
Block a user