Skip to content

Commit

Permalink
Ensure .pcm binary files do not have line endings changed (#91881)
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Apr 23, 2023
1 parent 8abd047 commit 7fcf07c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
*.png binary
*.zip binary
*.mp3 binary
*.pcm binary

Dockerfile.dev linguist-language=Dockerfile
Binary file modified homeassistant/components/voip/not_configured.pcm
Binary file not shown.
1 change: 0 additions & 1 deletion homeassistant/components/voip/voip.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def on_chunk(self, audio_bytes: bytes) -> None:
).read_bytes()

if self._audio_task is None:
_LOGGER.info("HERE")
self._audio_task = self.hass.async_create_background_task(
self._play_message(),
"voip_not_connected",
Expand Down

0 comments on commit 7fcf07c

Please sign in to comment.