Skip to content

Commit b2f8069

Browse files
Fix required files. (#5)
* Fix required files. * Update const.py Co-authored-by: Joakim Sørensen <[email protected]>
1 parent 7141c74 commit b2f8069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/readme/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Base component constants
33
DOMAIN = "readme"
44
DOMAIN_DATA = f"{DOMAIN}_data"
5-
VERSION = "0.1.1"
5+
VERSION = "0.2.1"
66
REQUIRED_FILES = [
7-
".translations/en.json",
7+
"translations/en.json",
88
"const.py",
99
"config_flow.py",
1010
"default.j2",

0 commit comments

Comments
 (0)