# 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
Domain
cover
Attributes
Services
Version
1.6.8-82
Additional comments
No response