1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-14 10:07:08 +00:00

Discover HRT4-ZW / SRT321 SetPoint in zwave_js ()

Missing a specific class to allow discovery of the setpoint command.

Fix 

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2021-02-17 15:06:16 +01:00 committed by GitHub
parent 1e9483a0e9
commit 4ab0151fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,6 +226,7 @@ DISCOVERY_SCHEMAS = [
device_class_generic={"Thermostat"}, device_class_generic={"Thermostat"},
device_class_specific={ device_class_specific={
"Setpoint Thermostat", "Setpoint Thermostat",
"Unused",
}, },
primary_value=ZWaveValueDiscoverySchema( primary_value=ZWaveValueDiscoverySchema(
command_class={CommandClass.THERMOSTAT_SETPOINT}, command_class={CommandClass.THERMOSTAT_SETPOINT},