Fix zwave thermostat specific device type (#35609)
This commit is contained in:
parent
c9b702c4c2
commit
55b444cccf
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue