gts8_40_2P_breaker.yaml 704 B

1234567891011121314151617181920212223242526272829303132333435
  1. name: Circuit breaker
  2. products:
  3. - id: kooaoam3tyfqanva
  4. model: GTS8-40 2P
  5. entities:
  6. - entity: switch
  7. translation_key: breaker
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - entity: time
  13. translation_key: timer
  14. category: config
  15. dps:
  16. - id: 101
  17. type: integer
  18. name: second
  19. range:
  20. min: 0
  21. max: 86400
  22. - entity: select
  23. translation_key: initial_state
  24. category: config
  25. dps:
  26. - id: 102
  27. type: string
  28. name: option
  29. mapping:
  30. - dps_val: "off"
  31. value: "off"
  32. - dps_val: "on"
  33. value: "on"
  34. - dps_val: memory
  35. value: memory