kennedy_fireplace.yaml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. name: Fireplace
  2. products:
  3. - id: x6yepotm52a8pfbv
  4. name: Kennedy JR without top light
  5. primary_entity:
  6. entity: climate
  7. icon: "mdi:fireplace"
  8. dps:
  9. - id: 1
  10. name: hvac_mode
  11. type: boolean
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. value: heat
  17. - id: 3
  18. name: current_temperature
  19. type: integer
  20. mapping:
  21. - constraint: temperature_unit
  22. conditions:
  23. - dps_val: f
  24. value_redirect: temp_current_f
  25. - id: 5
  26. name: temperature
  27. type: string
  28. mapping:
  29. - constraint: temperature_unit
  30. conditions:
  31. - dps_val: c
  32. range:
  33. min: 16
  34. max: 30
  35. mapping:
  36. - dps_val: "1"
  37. value: 16
  38. - dps_val: "2"
  39. value: 19
  40. - dps_val: "3"
  41. value: 21
  42. - dps_val: "4"
  43. value: 23
  44. - dps_val: "5"
  45. value: 25
  46. - dps_val: "6"
  47. value: 27
  48. - dps_val: "7"
  49. value: 30
  50. - dps_val: f
  51. range:
  52. min: 61
  53. max: 86
  54. mapping:
  55. - dps_val: "1"
  56. value: 61
  57. - dps_val: "2"
  58. value: 66
  59. - dps_val: "3"
  60. value: 70
  61. - dps_val: "4"
  62. value: 73
  63. - dps_val: "5"
  64. value: 77
  65. - dps_val: "6"
  66. value: 80
  67. - dps_val: "7"
  68. value: 86
  69. - id: 13
  70. name: temperature_unit
  71. type: string
  72. mapping:
  73. - dps_val: f
  74. value: F
  75. - dps_val: c
  76. value: C
  77. - id: 15
  78. name: temp_current_f
  79. type: integer
  80. hidden: true
  81. - id: 107
  82. name: fan_mode
  83. type: string
  84. mapping:
  85. - dps_val: "0"
  86. value: "off"
  87. - dps_val: "1"
  88. value: low
  89. - dps_val: "2"
  90. value: high
  91. secondary_entities:
  92. - entity: select
  93. translation_key: timer
  94. category: config
  95. dps:
  96. - id: 19
  97. type: string
  98. name: option
  99. mapping:
  100. - dps_val: "0"
  101. value: "Off"
  102. - dps_val: "1"
  103. value: "1 hour"
  104. - dps_val: "2"
  105. value: "2 hours"
  106. - dps_val: "3"
  107. value: "3 hours"
  108. - dps_val: "4"
  109. value: "4 hours"
  110. - dps_val: "5"
  111. value: "5 hours"
  112. - dps_val: "6"
  113. value: "6 hours"
  114. - dps_val: "7"
  115. value: "7 hours"
  116. - dps_val: "8"
  117. value: "8 hours"
  118. - dps_val: "9"
  119. value: "9 hours"
  120. - entity: sensor
  121. name: Time remaining
  122. class: duration
  123. category: diagnostic
  124. dps:
  125. - id: 20
  126. type: integer
  127. name: sensor
  128. unit: min
  129. - entity: light
  130. name: Flame
  131. icon: "mdi:fire"
  132. category: config
  133. dps:
  134. - id: 101
  135. type: boolean
  136. name: switch
  137. - entity: select
  138. name: Flame red
  139. icon: "mdi:fire"
  140. category: config
  141. dps:
  142. - id: 102
  143. type: string
  144. name: option
  145. mapping:
  146. - dps_val: "0"
  147. value: "Off"
  148. - dps_val: "1"
  149. value: Low
  150. - dps_val: "2"
  151. value: Medium
  152. - dps_val: "3"
  153. value: High
  154. - dps_val: "4"
  155. value: Full
  156. - entity: select
  157. name: Flame blue
  158. icon: "mdi:fire"
  159. category: config
  160. dps:
  161. - id: 103
  162. type: string
  163. name: option
  164. mapping:
  165. - dps_val: "0"
  166. value: "Off"
  167. - dps_val: "1"
  168. value: Low
  169. - dps_val: "2"
  170. value: Medium
  171. - dps_val: "3"
  172. value: High
  173. - dps_val: "4"
  174. value: Full
  175. - entity: select
  176. name: Flame yellow
  177. icon: "mdi:fire"
  178. category: config
  179. dps:
  180. - id: 104
  181. type: string
  182. name: option
  183. mapping:
  184. - dps_val: "0"
  185. value: "Off"
  186. - dps_val: "1"
  187. value: Low
  188. - dps_val: "2"
  189. value: Medium
  190. - dps_val: "3"
  191. value: High
  192. - dps_val: "4"
  193. value: Full
  194. - entity: select
  195. name: Embers
  196. icon: "mdi:campfire"
  197. category: config
  198. dps:
  199. - id: 106
  200. type: string
  201. name: option
  202. mapping:
  203. - dps_val: "0"
  204. value: "Off"
  205. - dps_val: "1"
  206. value: Red
  207. - dps_val: "2"
  208. value: Pink
  209. - dps_val: "3"
  210. value: Snow white
  211. - dps_val: "4"
  212. value: Cool blue
  213. - dps_val: "5"
  214. value: Dark blue
  215. - dps_val: "6"
  216. value: Green
  217. - dps_val: "7"
  218. value: Lake green
  219. - dps_val: "8"
  220. value: Colorful