Ensure .pcm binary files do not have line endings changed (#91881)

This commit is contained in:
Michael Hansen 2023-04-22 21:22:30 -05:00 committed by GitHub
parent 8abd047e21
commit 7fcf07c964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

1
.gitattributes vendored
View File

@ -8,5 +8,6 @@
*.png binary
*.zip binary
*.mp3 binary
*.pcm binary
Dockerfile.dev linguist-language=Dockerfile

View File

@ -326,7 +326,6 @@ class NotConfiguredRtpDatagramProtocol(RtpDatagramProtocol):
).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",