Skip to content

Commit

Permalink
Merge pull request #3 from mapero/bugfix/stopNotAvailable
Browse files Browse the repository at this point in the history
fix #2: Stop but not available with latest esphome version
  • Loading branch information
mapero authored Jan 11, 2024
2 parents 8990769 + 74c5de7 commit b7c98ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/hcpbridge/cover/hcpbridge_cover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ namespace esphome
traits.set_is_assumed_state(true);
traits.set_supports_position(true);
traits.set_supports_tilt(false);
traits.set_supports_stop(true);
return traits;
}

Expand Down

0 comments on commit b7c98ac

Please sign in to comment.