Allow homekit_controller to customise Ecobee home/sleep/away thresholds (#65036)
This commit is contained in:
parent
3d461e9e1f
commit
603d0fb068
3 changed files with 122 additions and 0 deletions
|
@ -56,6 +56,12 @@ CHARACTERISTIC_PLATFORMS = {
|
|||
CharacteristicsTypes.Vendor.AQARA_E1_GATEWAY_VOLUME: "number",
|
||||
CharacteristicsTypes.Vendor.AQARA_PAIRING_MODE: "switch",
|
||||
CharacteristicsTypes.Vendor.AQARA_E1_PAIRING_MODE: "switch",
|
||||
CharacteristicsTypes.Vendor.ECOBEE_HOME_TARGET_COOL: "number",
|
||||
CharacteristicsTypes.Vendor.ECOBEE_HOME_TARGET_HEAT: "number",
|
||||
CharacteristicsTypes.Vendor.ECOBEE_SLEEP_TARGET_COOL: "number",
|
||||
CharacteristicsTypes.Vendor.ECOBEE_SLEEP_TARGET_HEAT: "number",
|
||||
CharacteristicsTypes.Vendor.ECOBEE_AWAY_TARGET_COOL: "number",
|
||||
CharacteristicsTypes.Vendor.ECOBEE_AWAY_TARGET_HEAT: "number",
|
||||
CharacteristicsTypes.Vendor.EVE_ENERGY_WATT: "sensor",
|
||||
CharacteristicsTypes.Vendor.EVE_DEGREE_AIR_PRESSURE: "sensor",
|
||||
CharacteristicsTypes.Vendor.EVE_DEGREE_ELEVATION: "number",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue