Compare commits
1 commit
dev
...
turbokonge
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8d925ccbd9 |
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue