mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Ensure .pcm binary files do not have line endings changed (#91881)
This commit is contained in:
parent
8abd047e21
commit
7fcf07c964
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8,5 +8,6 @@
|
||||
*.png binary
|
||||
*.zip binary
|
||||
*.mp3 binary
|
||||
*.pcm binary
|
||||
|
||||
Dockerfile.dev linguist-language=Dockerfile
|
||||
|
Binary file not shown.
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user