Skip to content

Commit

Permalink
Added constraints to Away (Anti frost) mode for solaire_vitra_smart_h…
Browse files Browse the repository at this point in the history
…eater_s2.yaml

In this mode the temperature is locked to 7C
Also changed order of Modes to match the order shown in the Smart Life app and on the display panel on the device itself
  • Loading branch information
bigheadsmith authored and make-all committed Mar 29, 2024
1 parent da21614 commit bfa7d44
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ primary_entity:
range:
min: 7
max: 30
mapping:
- constraint: preset_mode
conditions:
- dps_val: "antifreezen"
value: 7
range:
min: 7
max: 7
- id: 3
name: current_temperature
type: integer
Expand All @@ -31,10 +39,10 @@ primary_entity:
name: preset_mode
type: string
mapping:
- dps_val: eco
value: eco
- dps_val: comfort
value: comfort
- dps_val: eco
value: eco
- dps_val: antifreezen
value: away
- id: 12
Expand Down

0 comments on commit bfa7d44

Please sign in to comment.