Ensure .pcm binary files do not have line endings changed (#91881)
This commit is contained in:
parent
8abd047e21
commit
7fcf07c964
3 changed files with 1 additions and 1 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -8,5 +8,6 @@
|
||||||
*.png binary
|
*.png binary
|
||||||
*.zip binary
|
*.zip binary
|
||||||
*.mp3 binary
|
*.mp3 binary
|
||||||
|
*.pcm binary
|
||||||
|
|
||||||
Dockerfile.dev linguist-language=Dockerfile
|
Dockerfile.dev linguist-language=Dockerfile
|
||||||
|
|
Binary file not shown.
|
@ -326,7 +326,6 @@ class NotConfiguredRtpDatagramProtocol(RtpDatagramProtocol):
|
||||||
).read_bytes()
|
).read_bytes()
|
||||||
|
|
||||||
if self._audio_task is None:
|
if self._audio_task is None:
|
||||||
_LOGGER.info("HERE")
|
|
||||||
self._audio_task = self.hass.async_create_background_task(
|
self._audio_task = self.hass.async_create_background_task(
|
||||||
self._play_message(),
|
self._play_message(),
|
||||||
"voip_not_connected",
|
"voip_not_connected",
|
||||||
|
|
Loading…
Add table
Reference in a new issue