arlec_smart_button.yaml 558 B

123456789101112131415161718192021222324252627
  1. name: Smart button
  2. products:
  3. - id: kpzc6pm8
  4. manufacturer: Arlec
  5. model: SG022HA
  6. entities:
  7. - entity: event
  8. class: button
  9. dps:
  10. - id: 1
  11. type: string
  12. name: event
  13. mapping:
  14. - dps_val: single_click
  15. value: single_click
  16. - dps_val: long_press
  17. value: long_press
  18. - dps_val: double_click
  19. value: double_click
  20. - entity: sensor
  21. class: battery
  22. category: diagnostic
  23. dps:
  24. - id: 10
  25. type: integer
  26. name: sensor
  27. unit: "%"