| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- name: W'Eau pool heatpump
- primary_entity:
- entity: climate
- translation_key: pool_heatpump
- 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: quick_heat
- - dps_val: eco
- value: quiet_heat
- - dps_val: cold
- value: quiet_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
|