mirabella_genio_usb.yaml 571 B

12345678910111213141516171819202122232425262728
  1. name: Smartplug with timer
  2. products:
  3. # Original product id unknown: Mirabella Genio USB smartplug
  4. - id: PGEkBctAbtzKOZng
  5. manufacturer: Maxcio
  6. model: W-DE004
  7. - id: O0YnvNLlDWbJd4KC
  8. manufacturer: Hyleton
  9. model: "315"
  10. entities:
  11. - entity: switch
  12. class: outlet
  13. dps:
  14. - id: 1
  15. type: boolean
  16. name: switch
  17. - entity: number
  18. translation_key: timer
  19. class: duration
  20. category: config
  21. dps:
  22. - id: 2
  23. type: integer
  24. name: value
  25. unit: s
  26. range:
  27. min: 0
  28. max: 86400