mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix zwave thermostat specific device type (#35609)
This commit is contained in:
parent
c9b702c4c2
commit
55b444cccf
@ -56,6 +56,7 @@ DISCOVERY_SCHEMAS = [
|
|||||||
const.DISC_SPECIFIC_DEVICE_CLASS: [
|
const.DISC_SPECIFIC_DEVICE_CLASS: [
|
||||||
const.SPECIFIC_TYPE_THERMOSTAT_HEATING,
|
const.SPECIFIC_TYPE_THERMOSTAT_HEATING,
|
||||||
const.SPECIFIC_TYPE_SETPOINT_THERMOSTAT,
|
const.SPECIFIC_TYPE_SETPOINT_THERMOSTAT,
|
||||||
|
const.SPECIFIC_TYPE_NOT_USED,
|
||||||
],
|
],
|
||||||
const.DISC_VALUES: dict(
|
const.DISC_VALUES: dict(
|
||||||
DEFAULT_VALUES_SCHEMA,
|
DEFAULT_VALUES_SCHEMA,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user