| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- name: W'Eau pool heatpump
- primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: eco
- value: heat
- - dps_val: hot
- value: heat
- - dps_val: cold
- value: cool
- - dps_val: auto
- value: heat_cool
- - id: 2
- type: integer
- name: temperature
- range:
- min: 7
- max: 60
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: hot
- value: Boost Heat
- - dps_val: eco
- value: Eco Heat
- - dps_val: cold
- value: Cool
- - dps_val: auto
- value: Auto
- - id: 6
- name: fault
- type: bitfield
- secondary_entities:
- - entity: binary_sensor
- class: problem
- name: Fault
- category: diagnostic
- dps:
- - id: 6
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
|