Skip to content

Commit 7fcf07c

Browse files
authored
Ensure .pcm binary files do not have line endings changed (home-assistant#91881)
1 parent 8abd047 commit 7fcf07c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
*.png binary
99
*.zip binary
1010
*.mp3 binary
11+
*.pcm binary
1112

1213
Dockerfile.dev linguist-language=Dockerfile
6 Bytes
Binary file not shown.

homeassistant/components/voip/voip.py

-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def on_chunk(self, audio_bytes: bytes) -> None:
326326
).read_bytes()
327327

328328
if self._audio_task is None:
329-
_LOGGER.info("HERE")
330329
self._audio_task = self.hass.async_create_background_task(
331330
self._play_message(),
332331
"voip_not_connected",

0 commit comments

Comments
 (0)