Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nimroddolev committed Oct 28, 2024
1 parent 328d072 commit f6592e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/chime_tts/helpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def get_tts_platform(self,
# No TTS platform provided
if not tts_platform:
tts_platform = default_tts_platform

# Match for deprecated Nabu Casa platform string
if tts_platform.lower() == NABU_CASA_CLOUD_TTS_OLD:
tts_platform = NABU_CASA_CLOUD_TTS
Expand Down

0 comments on commit f6592e5

Please sign in to comment.