beca_bac002_thermostat_c.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: BAC-002 thermostat external C
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. - dps_val: true
  12. constraint: mode
  13. conditions:
  14. - dps_val: "0"
  15. value: cool
  16. - dps_val: "1"
  17. value: heat
  18. - dps_val: "2"
  19. value: fan_only
  20. - id: 2
  21. type: integer
  22. name: temperature
  23. unit: C
  24. range:
  25. min: 10
  26. max: 70
  27. mapping:
  28. - scale: 2
  29. - id: 3
  30. type: integer
  31. name: current_temperature
  32. mapping:
  33. - scale: 2
  34. - id: 5
  35. type: boolean
  36. name: preset_mode
  37. mapping:
  38. - dps_val: true
  39. value: eco
  40. - dps_val: false
  41. value: comfort
  42. - id: 102
  43. type: string
  44. name: mode
  45. hidden: true
  46. - id: 103
  47. type: string
  48. name: fan_mode
  49. mapping:
  50. - dps_val: "0"
  51. value: auto
  52. - dps_val: "1"
  53. value: high
  54. - dps_val: "2"
  55. value: medium
  56. - dps_val: "3"
  57. value: low
  58. secondary_entities:
  59. - entity: lock
  60. name: Child lock
  61. category: config
  62. dps:
  63. - id: 6
  64. type: boolean
  65. name: lock
  66. mapping:
  67. - dps_val: true
  68. icon: "mdi:hand-back-right-off"
  69. - dps_val: false
  70. icon: "mdi:hand-back-right"
  71. - entity: select
  72. name: Schedule
  73. icon: "mdi:calendar-clock"
  74. dps:
  75. - id: 4
  76. type: string
  77. name: option
  78. mapping:
  79. - dps_val: "0"
  80. value: program
  81. - dps_val: "1"
  82. value: manual