kogan_noise_machine.yaml 633 B

123456789101112131415161718192021222324252627282930313233
  1. name: Sleep aid
  2. products:
  3. - id: d9tnlvjvlgwqr9ov
  4. manufacturer: Kogan
  5. model: KAWHTNOSLPA
  6. entities:
  7. - entity: switch
  8. icon: "mdi:power-standby"
  9. dps:
  10. - id: 105
  11. type: boolean
  12. name: switch
  13. - entity: light
  14. dps:
  15. - id: 104
  16. name: brightness
  17. type: integer
  18. range:
  19. min: 0
  20. max: 255
  21. - entity: select
  22. name: Volume
  23. icon: "mdi:volume-high"
  24. category: config
  25. dps:
  26. - id: 101
  27. type: string
  28. name: option
  29. mapping:
  30. - dps_val: low
  31. value: Low
  32. - dps_val: high
  33. value: High