simple_dual_switch_timer_v2.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Dual switch with timers
  2. products:
  3. - id: 7c35xxu0foeqpdka
  4. manufacturer: BlitzWolf
  5. model: BW-SS5
  6. entities:
  7. - entity: switch
  8. translation_key: switch_x
  9. translation_placeholders:
  10. x: "1"
  11. dps:
  12. - id: 1
  13. type: boolean
  14. name: switch
  15. - entity: switch
  16. translation_key: switch_x
  17. translation_placeholders:
  18. x: "2"
  19. dps:
  20. - id: 2
  21. type: boolean
  22. name: switch
  23. - entity: number
  24. class: duration
  25. translation_key: timer_x
  26. translation_placeholders:
  27. x: "1"
  28. category: config
  29. dps:
  30. - id: 9
  31. type: integer
  32. name: value
  33. range:
  34. min: 0
  35. max: 86400
  36. mapping:
  37. - scale: 60
  38. step: 60
  39. unit: min
  40. - entity: number
  41. class: duration
  42. translation_key: timer_x
  43. translation_placeholders:
  44. x: "2"
  45. category: config
  46. dps:
  47. - id: 10
  48. type: integer
  49. name: value
  50. range:
  51. min: 0
  52. max: 86400
  53. mapping:
  54. - scale: 60
  55. step: 60
  56. unit: min