4
0

cronos_gphdda_heater.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. name: Heater
  2. products:
  3. - id: gdxxobacdlckd0ye
  4. manufacturer: Cronos
  5. model: GPH-D-DA
  6. entities:
  7. - entity: climate
  8. translation_only_key: heater
  9. dps:
  10. - id: 1
  11. name: hvac_mode
  12. type: boolean
  13. mapping:
  14. - dps_val: true
  15. value: "heat"
  16. - dps_val: false
  17. value: "off"
  18. - id: 2
  19. name: temperature
  20. type: integer
  21. unit: C
  22. range:
  23. min: 5
  24. max: 50
  25. - id: 3
  26. name: current_temperature
  27. type: integer
  28. - id: 5
  29. name: preset_mode
  30. type: string
  31. optional: true
  32. mapping:
  33. - dps_val: "level_1"
  34. value: eco
  35. - dps_val: "level_2"
  36. value: comfort
  37. - dps_val: "level_3"
  38. value: boost
  39. - entity: lock
  40. translation_key: child_lock
  41. category: config
  42. dps:
  43. - id: 7
  44. type: boolean
  45. name: lock
  46. - entity: select
  47. translation_key: timer
  48. category: config
  49. dps:
  50. - id: 19
  51. type: string
  52. name: option
  53. mapping:
  54. - dps_val: cancel
  55. value: cancel
  56. - dps_val: "1h"
  57. value: "1h"
  58. - dps_val: "2h"
  59. value: "2h"
  60. - dps_val: "3h"
  61. value: "3h"
  62. - dps_val: "4h"
  63. value: "4h"
  64. - dps_val: "5h"
  65. value: "5h"
  66. - dps_val: "6h"
  67. value: "6h"
  68. - entity: light
  69. translation_key: backlight
  70. dps:
  71. - id: 10
  72. type: boolean
  73. name: switch