Skip to content

Commit

Permalink
Added codespell and fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
iprak committed Jul 24, 2022
1 parent 8a34e85 commit 4517a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In case you want your variable to update (and add a history entry) even if the v

## Set variables from automations

The variable componet exposes 2 services:
The variable component exposes 2 services:
* `variable.set_variable` can be used to update a variables value and/or its attributes.
* `variable.set_entity` can be used to update an entity value and/or its attributes.

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Custom requirements

# Pre-commit requirements
codespell==2.1.0
flake8-comprehensions==3.8.0
flake8-docstrings==1.6.0
flake8-noqa==1.2.1
Expand Down

0 comments on commit 4517a37

Please sign in to comment.