simple_blinds.yaml 641 B

12345678910111213141516171819202122232425262728293031
  1. name: Blind controller
  2. primary_entity:
  3. entity: cover
  4. class: blind
  5. dps:
  6. - id: 1
  7. name: control
  8. type: string
  9. mapping:
  10. - dps_val: open
  11. value: open
  12. - dps_val: close
  13. value: close
  14. - dps_val: stop
  15. value: stop
  16. - id: 2
  17. name: position
  18. type: integer
  19. range:
  20. min: 0
  21. max: 100
  22. mapping:
  23. - invert: true
  24. - id: 5
  25. name: control_back_mode
  26. type: boolean
  27. - id: 7
  28. name: work_state
  29. type: string
  30. # seems intended to match action, but doesn't change in observation