name: Radiator
products:
  - id: ow09xlxm
    name: Avatto/Thaleos TRV06
primary_entity:
  entity: climate
  translation_key: heater
  dps:
    - id: 2
      type: string
      name: hvac_mode
      optional: true
      mapping:
        - dps_val: "off"
          value: "off"
        - dps_val: manual
          value: heat
        - dps_val: auto
          value: auto
        - dps_val: null
          value: "off"
          hidden: true
    - id: 3
      type: string
      name: hvac_action
      mapping:
        - dps_val: opened
          value: heating
        - dps_val: closed
          value: idle
    - id: 4
      type: integer
      name: temperature
      unit: C
      mapping:
        - scale: 10
          step: 10
      range:
        min: 50
        max: 350
    - id: 5
      type: integer
      name: current_temperature
      mapping:
        - scale: 10
secondary_entities:
  - entity: lock
    translation_key: child_lock
    category: config
    dps:
      - id: 7
        type: boolean
        optional: true
        name: lock
