t0bst4r / matterbridge-home-assistant-addon

Apache License 2.0
123 stars 16 forks source link

[Feature]: support covers #96

Closed Aaroneisele55 closed 4 months ago

Aaroneisele55 commented 4 months ago

Domain

cover

Attributes

cover.beschattung_b1
closed

current_position: 100
device_class: awning
friendly_name: Beschattung Richtung Kienle
supported_features: 255

Services

# Close the cover
service: cover.close_cover
data: {}
target:
  entity_id: cover.beschattung_b1
# Open the cover
service: cover.open_cover
data: {}
target:
  entity_id: cover.beschattung_b1
# Set the position of the cover (0%-100%)
service: cover.set_cover_position
data:
  position: 55
target:
  entity_id: cover.beschattung_b1
# Stop the cover movement
service: cover.stop_cover
data: {}
target:
  entity_id: cover.beschattung_b1

Version

1.6.8-82

Additional comments

No response

t0bst4r commented 4 months ago

Thanks for providing all those details. I moved it over to the main project https://github.com/t0bst4r/matterbridge-home-assistant/issues/86