Skip to content

Commit

Permalink
Missing from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
nimroddolev committed Sep 23, 2024
1 parent 3d806ef commit 309598a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/chime_tts/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def async_step_init(self, user_input):
options_schema = vol.Schema(
{
vol.Required(QUEUE_TIMEOUT_KEY, default=self.data[QUEUE_TIMEOUT_KEY]): int,
vol.Required(TTS_PLATFORM_KEY, default=self.data[TTS_PLATFORM_KEY]):selector.SelectSelector(
vol.Optional(TTS_PLATFORM_KEY, default=self.data[TTS_PLATFORM_KEY]):selector.SelectSelector(
selector.SelectSelectorConfig(
options=tts_platforms,
mode=selector.SelectSelectorMode.DROPDOWN,
Expand Down
1 change: 0 additions & 1 deletion custom_components/chime_tts/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
ADD_COVER_ART_KEY = "add_cover_art"

ALEXA_MEDIA_PLAYER_PLATFORM = "alexa_media"
CAST_PLATFORM = "cast"
SONOS_PLATFORM = "sonos"
SPOTIFY_PLATFORM = "spotify"

Expand Down

0 comments on commit 309598a

Please sign in to comment.