moes_dimmer.yaml 1.2 KB

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