moes_bht002_thermostat_c.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. name: BHT-002 thermostat 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: auto
  16. - dps_val: "1"
  17. value: heat
  18. - id: 2
  19. type: integer
  20. name: temperature
  21. unit: C
  22. range:
  23. min: 10
  24. max: 70
  25. mapping:
  26. - scale: 2
  27. - id: 3
  28. type: integer
  29. name: current_temperature
  30. mapping:
  31. - scale: 2
  32. - id: 4
  33. type: string
  34. name: mode
  35. hidden: true
  36. - id: 5
  37. type: boolean
  38. name: preset_mode
  39. mapping:
  40. - dps_val: true
  41. value: eco
  42. - dps_val: false
  43. value: comfort
  44. - id: 104
  45. type: boolean
  46. name: unknown_104
  47. secondary_entities:
  48. - entity: lock
  49. translation_key: child_lock
  50. category: config
  51. dps:
  52. - id: 6
  53. type: boolean
  54. name: lock