moes_dimmer.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: Moes dimmer
  2. primary_entity:
  3. entity: light
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: switch
  8. - id: 2
  9. name: brightness
  10. type: integer
  11. range:
  12. min: 10
  13. max: 1000
  14. mapping:
  15. - scale: 3.92
  16. - id: 13
  17. name: work_mode
  18. type: string
  19. secondary_entities:
  20. - entity: number
  21. name: Minimum brightness
  22. category: config
  23. icon: "mdi:brightness-percent"
  24. dps:
  25. - id: 3
  26. type: integer
  27. name: value
  28. unit: "%"
  29. range:
  30. min: 10
  31. max: 1000
  32. mapping:
  33. - scale: 10
  34. - entity: select
  35. name: Light type
  36. icon: "mdi:lightbulb-question"
  37. category: config
  38. dps:
  39. - id: 4
  40. type: string
  41. name: option
  42. mapping:
  43. - dps_val: led
  44. value: LED
  45. - dps_val: incandescent
  46. value: Incandescent
  47. - dps_val: halogen
  48. value: Halogen
  49. - entity: select
  50. name: Backlight mode
  51. icon: "mdi:circle-outline"
  52. category: config
  53. dps:
  54. - id: 21
  55. type: string
  56. name: option
  57. mapping:
  58. - dps_val: none
  59. value: "Off"
  60. - dps_val: relay
  61. value: Status
  62. - dps_val: pos
  63. value: Locator