Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
added Slovak to LANGUAGES
  • Loading branch information
pavolholes authored Apr 15, 2021
1 parent 35743c1 commit ab8ea60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/dwains_dashboard/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Romanian",
"Swedish",
"Dutch",
"Slovak"
]
SIDEPANEL_TITLE = "sidepanel_title"
SIDEPANEL_ICON = "sidepanel_icon"
Expand Down Expand Up @@ -67,4 +68,4 @@ async def async_step_init(self, user_input=None):
return self.async_show_form(
step_id="init",
data_schema=vol.Schema(schema)
)
)

0 comments on commit ab8ea60

Please sign in to comment.