| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- name: Remora pool heatpump
- primary_entity:
- entity: climate
- translation_only_key: pool_heatpump
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- icon: "mdi:hvac-off"
- icon_priority: 1
- - dps_val: true
- value: "heat"
- icon: "mdi:hot-tub"
- icon_priority: 3
- - id: 2
- name: temperature
- type: integer
- range:
- min: 5
- max: 40
- - id: 3
- name: current_temperature
- type: integer
- - id: 4
- name: preset_mode
- type: string
- mapping:
- - dps_val: heat
- value: smart_heat
- - dps_val: h_powerful
- value: quick_heat
- - dps_val: h_silent
- value: quiet_heat
- - dps_val: cool
- value: smart_cool
- - dps_val: c_powerful
- value: quick_cool
- - dps_val: c_silent
- value: quiet_cool
- - id: 9
- type: integer
- name: error
- mapping:
- - dps_val: 0
- value: "OK"
- - dps_val: 1
- value: "Water Flow Protection"
- icon: "mdi:water-pump-off"
- icon_priority: 2
- secondary_entities:
- - entity: binary_sensor
- name: Water flow
- class: problem
- category: diagnostic
- dps:
- - id: 9
- name: sensor
- type: integer
- mapping:
- - dps_val: 0
- value: false
- - value: true
|