| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- name: Netmostat N-1 thermostat
- primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: true
- value: heat
- - dps_val: false
- value: "off"
- - id: 2
- type: integer
- name: temperature
- range:
- min: 50
- max: 350
- mapping:
- - step: 5
- scale: 10
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: smart
- value: comfort
- - dps_val: antifreezing
- value: away
- secondary_entities:
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 7
- type: boolean
- name: lock
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 19
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "0h"
- value: "off"
- - dps_val: "1h"
- value: "1 hour"
- - dps_val: "2h"
- value: "2 hours"
|