Make RS room thermostat discoverable (#15451)
* Make RS room thermostat discoverable * Reversed generic type namepull/15534/head
parent
06c3f756b1
commit
26375a3014
|
@ -37,7 +37,9 @@ DISCOVERY_SCHEMAS = [
|
|||
const.DISC_OPTIONAL: True,
|
||||
}})},
|
||||
{const.DISC_COMPONENT: 'climate',
|
||||
const.DISC_GENERIC_DEVICE_CLASS: [const.GENERIC_TYPE_THERMOSTAT],
|
||||
const.DISC_GENERIC_DEVICE_CLASS: [
|
||||
const.GENERIC_TYPE_THERMOSTAT,
|
||||
const.GENERIC_TYPE_SENSOR_MULTILEVEL],
|
||||
const.DISC_VALUES: dict(DEFAULT_VALUES_SCHEMA, **{
|
||||
const.DISC_PRIMARY: {
|
||||
const.DISC_COMMAND_CLASS: [
|
||||
|
|
Loading…
Reference in New Issue