Skip to content

Commit

Permalink
Returned accidentally deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
nimroddolev committed Jun 24, 2024
1 parent ee14b95 commit d0fe5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/chime_tts/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ async def async_step_init(self, user_input={}):
),
vol.Optional(OFFSET_KEY, default=self.data[OFFSET_KEY]): int,
vol.Optional(FADE_TRANSITION_KEY, default=self.data[FADE_TRANSITION_KEY]): int,
vol.Optional(CUSTOM_CHIMES_PATH_KEY,default=self.data[CUSTOM_CHIMES_PATH_KEY]): str,
vol.Required(MEDIA_DIR_KEY, default=selected_media_dir):selector.SelectSelector(
selector.SelectSelectorConfig(options=media_dirs_labels,
mode=selector.SelectSelectorMode.DROPDOWN,
Expand Down

0 comments on commit d0fe5a4

Please sign in to comment.