mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Make RS room thermostat discoverable (#15451)
* Make RS room thermostat discoverable * Reversed generic type name
This commit is contained in:
parent
06c3f756b1
commit
26375a3014
@ -37,7 +37,9 @@ DISCOVERY_SCHEMAS = [
|
|||||||
const.DISC_OPTIONAL: True,
|
const.DISC_OPTIONAL: True,
|
||||||
}})},
|
}})},
|
||||||
{const.DISC_COMPONENT: 'climate',
|
{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_VALUES: dict(DEFAULT_VALUES_SCHEMA, **{
|
||||||
const.DISC_PRIMARY: {
|
const.DISC_PRIMARY: {
|
||||||
const.DISC_COMMAND_CLASS: [
|
const.DISC_COMMAND_CLASS: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user