| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- name: Fireplace
- products:
- - id: e58vczrz6qmqvvdu
- manufacturer: Livn
- model: Arosa
- model_id: EF61D
- entities:
- - entity: climate
- name: Fireplace
- translation_key: heater
- icon: "mdi:fireplace"
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heat
- - id: 2
- type: integer
- name: temperature
- range:
- min: 5
- max: 40
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_set_f
- range:
- min: 41
- max: 104
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_current_f
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: auto
- value: comfort
- - dps_val: manual_high
- value: boost
- - dps_val: manual_low
- value: eco
- - id: 13
- type: string
- name: temperature_unit
- mapping:
- - dps_val: f
- value: F
- - value: C
- - id: 14
- type: integer
- optional: true
- name: temp_set_f
- hidden: true
- range:
- min: 41
- max: 104
- - id: 15
- type: integer
- optional: true
- name: temp_current_f
- hidden: true
- - id: 22
- type: string
- name: hvac_action
- mapping:
- - dps_val: heat_off
- value: idle
- - dps_val: heat_high
- value: heating
- - dps_val: heat_low
- value: heating
- - id: 114
- type: string
- name: model
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 7
- type: boolean
- optional: true
- name: lock
- - entity: light
- translation_key: flame
- dps:
- - id: 10
- type: boolean
- name: switch
- - id: 110
- type: integer
- optional: true
- name: brightness
- range:
- min: 1
- max: 100
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 13
- type: string
- name: option
- mapping:
- - dps_val: c
- value: celsius
- - dps_val: f
- value: fahrenheit
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 20
- type: integer
- name: sensor
- unit: s
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 23
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 23
- type: bitfield
- name: fault_code
- - entity: switch
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: number
- # Could this be a named_color?
- name: Preset flame
- category: config
- icon: "mdi:fire"
- dps:
- - id: 102
- type: integer
- name: value
- range:
- min: 1
- max: 9
- - entity: select
- name: Preset save
- icon: "mdi:fire"
- category: config
- dps:
- - id: 103
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "7"
- value: "7"
- - dps_val: "8"
- value: "8"
- - dps_val: "9"
- value: "9"
- - entity: text
- name: Configure flame
- category: config
- icon: "mdi:fire"
- hidden: true
- dps:
- - id: 104
- type: base64
- optional: true
- name: value
- - entity: time
- translation_key: timer
- category: config
- dps:
- - id: 105
- type: integer
- name: minute
- range:
- min: 0
- max: 1440
- - entity: text
- name: Flame schedule
- category: config
- icon: "mdi:calendar-clock"
- hidden: true
- dps:
- - id: 106
- type: base64
- optional: true
- name: value
- - entity: text
- name: Heating schedule
- category: config
- icon: "mdi:calendar-clock"
- hidden: true
- dps:
- - id: 107
- type: base64
- optional: true
- name: value
- - entity: select
- name: Flame mode
- icon: "mdi:fire"
- category: config
- dps:
- - id: 108
- type: string
- name: option
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: manual
- value: manual
- - entity: light
- translation_key: backlight
- dps:
- - id: 113
- type: boolean
- optional: true
- name: switch
- - id: 109
- name: brightness
- type: integer
- optional: true
- range:
- min: 1
- max: 100
- - entity: select
- # numeric "0" - "14", but no idea what named_color these map to
- name: Backlight color
- category: config
- dps:
- - id: 111
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: "0"
- - dps_val: "1"
- value: "1"
- - dps_val: "2"
- value: "2"
- - dps_val: "3"
- value: "3"
- - dps_val: "4"
- value: "4"
- - dps_val: "5"
- value: "5"
- - dps_val: "6"
- value: "6"
- - dps_val: "7"
- value: "7"
- - dps_val: "8"
- value: "8"
- - dps_val: "9"
- value: "9"
- - dps_val: "10"
- value: "10"
- - dps_val: "11"
- value: "11"
- - dps_val: "12"
- value: "12"
- - dps_val: "13"
- value: "13"
- - dps_val: "14"
- value: "14"
- - entity: switch
- name: Sound
- icon: "mdi:volume-high"
- category: config
- dps:
- - id: 112
- type: boolean
- optional: true
- name: switch
- - entity: number
- translation_key: volume
- category: config
- dps:
- - id: 115
- type: integer
- optional: true
- name: value
- unit: "%"
- range:
- min: 0
- max: 100
- - entity: select
- name: Flame speed
- icon: "mdi:fire"
- category: config
- dps:
- - id: 116
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: "0"
- - dps_val: "1"
- value: "1"
- - dps_val: "2"
- value: "2"
- - dps_val: "3"
- value: "3"
- - dps_val: "4"
- value: "4"
- - dps_val: "5"
- value: "5"
- - dps_val: low
- value: low
- - dps_val: mid
- value: medium
- - dps_val: high
- value: high
- - entity: select
- name: Voice
- icon: "mdi:account-voice"
- category: config
- dps:
- - id: 117
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: "0"
- - dps_val: "1"
- value: "1"
- - dps_val: "2"
- value: "2"
- - dps_val: "3"
- value: "3"
- - dps_val: "4"
- value: "4"
- - dps_val: "5"
- value: "5"
- - dps_val: "6"
- value: "6"
- - dps_val: "7"
- value: "7"
- - dps_val: "8"
- value: "8"
- - dps_val: "9"
- value: "9"
|