Add duration and sensitivity configuration for Eve Motion (#100861)
This commit is contained in:
parent
4c255677c3
commit
8ed0f05270
2 changed files with 14 additions and 0 deletions
|
@ -77,6 +77,8 @@ CHARACTERISTIC_PLATFORMS = {
|
|||
CharacteristicsTypes.VENDOR_EVE_ENERGY_WATT: "sensor",
|
||||
CharacteristicsTypes.VENDOR_EVE_DEGREE_AIR_PRESSURE: "sensor",
|
||||
CharacteristicsTypes.VENDOR_EVE_DEGREE_ELEVATION: "number",
|
||||
CharacteristicsTypes.VENDOR_EVE_MOTION_DURATION: "number",
|
||||
CharacteristicsTypes.VENDOR_EVE_MOTION_SENSITIVITY: "number",
|
||||
CharacteristicsTypes.VENDOR_EVE_THERMO_VALVE_POSITION: "sensor",
|
||||
CharacteristicsTypes.VENDOR_HAA_SETUP: "button",
|
||||
CharacteristicsTypes.VENDOR_HAA_UPDATE: "button",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue