moes_bht002_thermostat_c.yaml 1.1 KB

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