Skip to content

Commit

Permalink
Fix overlay TTS bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mj23000 committed Nov 13, 2023
1 parent f442b33 commit 8e9aef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bangolufsen/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/bang-olufsen/bangolufsen-hacs/issues",
"requirements": ["mozart-api==3.2.1.150.2"],
"version": "1.5.5",
"version": "1.5.6",
"zeroconf": ["_bangolufsen._tcp.local."]
}
2 changes: 1 addition & 1 deletion custom_components/bangolufsen/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ async def async_overlay_audio(
absolute_volume: int | None = None,
volume_offset: int | None = None,
tts: str | None = None,
tts_language: str | None = None,
tts_language: str = "en-us",
) -> None:
"""Overlay audio over any currently playing audio."""

Expand Down

0 comments on commit 8e9aef8

Please sign in to comment.