Fix zwave thermostat specific device type (#35609)
parent
c9b702c4c2
commit
55b444cccf
|
@ -56,6 +56,7 @@ DISCOVERY_SCHEMAS = [
|
|||
const.DISC_SPECIFIC_DEVICE_CLASS: [
|
||||
const.SPECIFIC_TYPE_THERMOSTAT_HEATING,
|
||||
const.SPECIFIC_TYPE_SETPOINT_THERMOSTAT,
|
||||
const.SPECIFIC_TYPE_NOT_USED,
|
||||
],
|
||||
const.DISC_VALUES: dict(
|
||||
DEFAULT_VALUES_SCHEMA,
|
||||
|
|
Loading…
Reference in New Issue