| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- name: Thermostat
- products:
- - id: qgmh0aak7xcmrlf3
- name: Plikc Neve X RFW
- primary_entity:
- entity: climate
- translation_key: thermostat
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: cool
- - id: 2
- type: string
- name: preset_mode
- mapping:
- - dps_val: auto
- value: program
- - dps_val: holiday
- value: away
- - dps_val: manual
- value: manual
- - id: 3
- type: string
- name: hvac_action
- mapping:
- - dps_val: cold
- value: cooling
- - dps_val: "off"
- value: idle
- - id: 16
- type: integer
- name: temperature
- unit: C
- range:
- min: 50
- max: 350
- mapping:
- - scale: 10
- constraint: preset_mode
- conditions:
- - dps_val: holiday
- value_redirect: holiday_temp_set
- - id: 24
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 32
- type: integer
- name: holiday_temp_set
- optional: true
- hidden: true
- range:
- min: 50
- max: 350
- mapping:
- - scale: 10
- secondary_entities:
- - entity: number
- name: Temperature calibration
- category: config
- icon: "mdi:thermometer-check"
- dps:
- - id: 27
- type: integer
- name: value
- unit: °
- range:
- min: -30
- max: 30
- mapping:
- - scale: 10
- step: 5
- - entity: number
- name: Holiday length
- category: config
- icon: "mdi:calendar-range"
- dps:
- - id: 33
- type: integer
- name: value
- unit: d
- range:
- min: 0
- max: 99
- - entity: button
- name: Factory reset
- class: restart
- category: config
- dps:
- - id: 39
- type: boolean
- name: button
- optional: true
- persist: false
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- optional: true
- mapping:
- - dps_val: null
- value: false
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 42
- type: integer
- name: sensor
- unit: min
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 45
- type: bitfield
- optional: true
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - dps_val: null
- value: false
- - value: true
|