Skip to content

Commit

Permalink
feat(capabilities): add confort_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sebglon committed Jan 10, 2025
1 parent ea826f2 commit 977345b
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions lib/deviceclasses/deviceclasses.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"capabilities": [
"measure_temperature",
"target_temperature",
"thermostat_mode"
"thermostat_mode",
"confort_mode"
]
},
"sensor": {
Expand Down Expand Up @@ -395,6 +396,54 @@
"getable": true,
"setable": true
},
"confort_mode": {
"type": "enum",
"title": {
"en": "Confort mode",
"fr": "Mode confort"
},
"desc": {
"en": "Confort mode for heating, ventilation and air-conditioning",
"fr": "Mode confort pour le chauffage, la ventilation et la climatisation"
},
"values": [
{
"id": "auto",
"title": {
"en": ""
}
},
{
"id": "confort",
"title": {
"en": "Confort",
"fr": "Confort"
}
},
{
"id": "standby",
"title": {
"en": "Standby / Absence",
"fr": "Veille / Absence"
}
},
{
"id": "economy",
"title": {
"en": "Economy / Night",
"fr": "Economie / Nuit"
}
}
,
{
"id": "building_protection",
"title": {
"en": "Building protection",
"fr": " Protection du bâtiment / Hors gel"
}
}
]
},
"thermostat_mode": {
"type": "enum",
"title": {
Expand Down Expand Up @@ -1216,4 +1265,4 @@
"setable": true
}
}
}
}

0 comments on commit 977345b

Please sign in to comment.