netmostat_n1_thermostat.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. name: Netmostat N-1 thermostat
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: true
  10. value: heat
  11. - dps_val: false
  12. value: "off"
  13. - id: 2
  14. type: integer
  15. name: temperature
  16. unit: C
  17. range:
  18. min: 50
  19. max: 350
  20. mapping:
  21. - step: 5
  22. scale: 10
  23. - id: 3
  24. type: integer
  25. name: current_temperature
  26. mapping:
  27. - scale: 10
  28. - id: 4
  29. type: string
  30. name: preset_mode
  31. mapping:
  32. - dps_val: smart
  33. value: comfort
  34. - dps_val: antifreezing
  35. value: away
  36. secondary_entities:
  37. - entity: lock
  38. translation_key: child_lock
  39. category: config
  40. dps:
  41. - id: 7
  42. type: boolean
  43. name: lock
  44. - entity: select
  45. translation_key: timer
  46. category: config
  47. dps:
  48. - id: 19
  49. type: string
  50. name: option
  51. optional: true
  52. mapping:
  53. - dps_val: "0h"
  54. value: cancel
  55. - dps_val: "1h"
  56. value: "1h"
  57. - dps_val: "2h"
  58. value: "2h"