Skip to content

Commit b1371a1

Browse files
authored
Merge pull request #22 from lizy14/patch-1
Add filetype jinja in backend
2 parents 0baa420 + 132107b commit b1371a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/config_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def async_setup(hass, config):
2929
async def websocket_create(hass, connection, msg):
3030
action = msg["action"]
3131
ext = msg["ext"]
32-
if ext not in ["yaml","py","json","conf","js","txt","log","css","all"]:
32+
if ext not in ["yaml","py","json","conf","js","txt","log","css","jinja","all"]:
3333
ext = "yaml"
3434

3535
def extok(e):

0 commit comments

Comments
 (0)