Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added constraints to Away mode for Solaire Vitra Heater #1783

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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