Skip to content

Commit 1642878

Browse files
committed
add period at end of sentence
1 parent 2b55199 commit 1642878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core/entity/cover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ and are combined using the bitwise or (`|`) operator.
6161
| `OPEN` | The cover supports being opened. |
6262
| `CLOSE` | The cover supports being closed. |
6363
| `SET_POSITION` | The cover supports moving to a specific position between opened and closed. |
64-
| `SPEED` | The cover supports passing a speed parameter to open, close and set_position actions |
64+
| `SPEED` | The cover supports passing a speed parameter to open, close and set_position actions. |
6565
| `STOP` | The cover supports stopping the current action (open, close, set position) |
6666
| `OPEN_TILT` | The cover supports being tilting open. |
6767
| `CLOSE_TILT` | The cover supports being tilting closed. |

0 commit comments

Comments
 (0)