File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ def create_initial_files(hass):
127
127
if not os .path .exists (f"{ base } /templates" ):
128
128
os .mkdir (f"{ base } /templates" )
129
129
130
- if not os .path .exists (f"{ base } /templates/README.j2" ):
131
- from shutil import copyfile
130
+ if not os .path .exists (f"{ base } /templates/README.j2" ):
131
+ from shutil import copyfile
132
132
133
- copyfile (
134
- f"{ base } /custom_components/readme/default.j2" ,
135
- f"{ base } /templates/README.j2" ,
136
- )
133
+ copyfile (
134
+ f"{ base } /custom_components/readme/default.j2" ,
135
+ f"{ base } /templates/README.j2" ,
136
+ )
137
137
138
138
139
139
def convert_lovelace (hass ):
Original file line number Diff line number Diff line change 2
2
# Base component constants
3
3
DOMAIN = "readme"
4
4
DOMAIN_DATA = f"{ DOMAIN } _data"
5
- VERSION = "0.1.0 "
5
+ VERSION = "0.1.1 "
6
6
REQUIRED_FILES = [
7
7
".translations/en.json" ,
8
8
"const.py" ,
You can’t perform that action at this time.
0 commit comments