Skip to content

Commit

Permalink
Fix required files. (#5)
Browse files Browse the repository at this point in the history
* Fix required files.

* Update const.py

Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
steve-gombos and ludeeus authored Jun 25, 2020
1 parent 7141c74 commit b2f8069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/readme/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Base component constants
DOMAIN = "readme"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.1.1"
VERSION = "0.2.1"
REQUIRED_FILES = [
".translations/en.json",
"translations/en.json",
"const.py",
"config_flow.py",
"default.j2",
Expand Down

0 comments on commit b2f8069

Please sign in to comment.