| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- name: Fireplace
- products:
- - id: buigpagr3xzmj6zk
- name: Modern Flames Orion
- primary_entity:
- entity: climate
- icon: "mdi:campfire"
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: HIGH_HEAT
- value: heat
- - dps_val: LOW_HEAT
- value: heat
- hidden: true
- - dps_val: FAN
- value: fan_only
- - dps_val: "OFF"
- value: "off"
- hidden: true
- - id: 2
- name: temperature
- type: integer
- range:
- min: 20
- max: 31
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_set_f
- range:
- min: 68
- max: 90
- - id: 9
- name: temperature_unit
- type: string
- mapping:
- - dps_val: f
- value: F
- - dps_val: c
- value: C
- - id: 10
- name: temp_set_f
- type: integer
- range:
- min: 68
- max: 90
- hidden: true
- - id: 113
- name: preset_mode
- type: string
- mapping:
- - dps_val: "OFF"
- value: none
- - dps_val: "FAN"
- value: Fan only
- - dps_val: "LOW_HEAT"
- value: eco
- - dps_val: "HIGH_HEAT"
- value: boost
- - id: 122
- name: custom
- type: string
- optional: true
- - id: 123
- type: string
- name: save_custom
- optional: true
- secondary_entities:
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 9
- type: string
- name: option
- mapping:
- - dps_val: c
- value: celsius
- - dps_val: f
- value: fahrenheit
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 13
- type: string
- name: option
- mapping:
- - dps_val: "00"
- value: "Off"
- - dps_val: "30"
- value: "30 minutes"
- - dps_val: "1h"
- value: "1 hour"
- - dps_val: "2h"
- value: "2 hours"
- - dps_val: "3h"
- value: "3 hours"
- - dps_val: "4h"
- value: "4 hours"
- - dps_val: "5h"
- value: "5 hours"
- - dps_val: "6h"
- value: "6 hours"
- - dps_val: "7h"
- value: "7 hours"
- - dps_val: "8h"
- value: "8 hours"
- - id: 114
- type: string
- optional: true
- name: week_program_1
- - id: 115
- type: string
- optional: true
- name: week_program_2
- - id: 116
- type: string
- optional: true
- name: week_program_3
- - id: 117
- type: string
- optional: true
- name: week_program_4
- - id: 118
- type: string
- optional: true
- name: week_program_5
- - id: 119
- type: string
- optional: true
- name: week_program_6
- - id: 120
- type: string
- optional: true
- name: week_program_7
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 14
- type: integer
- name: sensor
- unit: s
- - entity: select
- name: Flame style
- icon: "mdi:fire"
- category: config
- dps:
- - id: 101
- type: string
- name: option
- mapping:
- - dps_val: ONE
- value: One
- - dps_val: TWO
- value: Two
- - dps_val: THREE
- value: Three
- - entity: light
- translation_key: flame
- category: config
- dps:
- - id: 104
- name: brightness
- type: string
- mapping:
- - dps_val: "OFF"
- value: 0
- - dps_val: DEFAULT
- value: 82
- - dps_val: MEDIUM
- value: 164
- - dps_val: HIGH
- value: 255
- - id: 102
- name: effect
- type: string
- mapping:
- - dps_val: YELLOW
- value: Yellow
- - dps_val: ORANGE
- value: Orange
- - dps_val: BLUE
- value: Blue
- - dps_val: GREEN
- value: Green
- - dps_val: PURPLE
- value: Purple
- - dps_val: WHITE
- value: White
- - entity: select
- name: Flame speed
- icon: "mdi:fire"
- category: config
- dps:
- - id: 103
- type: string
- name: option
- mapping:
- - dps_val: SLOW
- value: Slow
- - dps_val: DEFAULT
- value: Default
- - dps_val: FAST
- value: Fast
- - entity: light
- name: Downlight
- icon: "mdi:spotlight-beam"
- category: config
- dps:
- - id: 106
- name: brightness
- type: integer
- range:
- min: 0
- max: 100
- mapping:
- - scale: 0.392
- - id: 105
- name: effect
- type: string
- mapping:
- - dps_val: "1"
- value: Orange
- - dps_val: "2"
- value: Red
- - dps_val: "3"
- value: Blue
- - dps_val: "4"
- value: Yellow
- - dps_val: "5"
- value: Green
- - dps_val: "6"
- value: Purple
- - dps_val: "7"
- value: Sky blue
- - dps_val: "8"
- value: Magenta
- - dps_val: "9"
- value: White
- - dps_val: "10"
- value: Pink
- - entity: switch
- name: Downlight night mode
- category: config
- icon: "mdi:power-sleep"
- dps:
- - id: 107
- type: boolean
- name: switch
- - entity: switch
- name: Downlight color cycle
- icon: "mdi:spotlight-beam"
- category: config
- dps:
- - id: 108
- type: boolean
- name: switch
- - entity: light
- translation_key: embers
- category: config
- dps:
- - id: 110
- name: brightness
- type: integer
- range:
- min: 0
- max: 100
- - id: 109
- name: effect
- type: string
- mapping:
- - dps_val: "1"
- value: Orange
- - dps_val: "2"
- value: Red
- - dps_val: "3"
- value: Blue
- - dps_val: "4"
- value: Yellow
- - dps_val: "5"
- value: Green
- - dps_val: "6"
- value: Purple
- - dps_val: "7"
- value: Sky blue
- - dps_val: "8"
- value: Magenta
- - dps_val: "9"
- value: White
- - dps_val: "10"
- value: Pink
- - entity: switch
- name: Ember extras
- icon: "mdi:campfire"
- category: config
- dps:
- - id: 111
- type: boolean
- name: switch
- - entity: switch
- name: Ember color cycle
- icon: "mdi:campfire"
- category: config
- dps:
- - id: 112
- type: boolean
- name: switch
- - entity: button
- name: Factory reset
- class: restart
- category: config
- dps:
- - id: 121
- type: boolean
- name: button
- optional: true
|