mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Pulseaudio: Changed default port from 4712 to 4713 (#28857)
This commit is contained in:
parent
b83f92e4a5
commit
e915dd0d95
@ -22,7 +22,7 @@ CONF_TCP_TIMEOUT = "tcp_timeout"
|
||||
DEFAULT_BUFFER_SIZE = 1024
|
||||
DEFAULT_HOST = "localhost"
|
||||
DEFAULT_NAME = "paloopback"
|
||||
DEFAULT_PORT = 4712
|
||||
DEFAULT_PORT = 4713
|
||||
DEFAULT_TCP_TIMEOUT = 3
|
||||
|
||||
IGNORED_SWITCH_WARN = "Switch is already in the desired state. Ignoring."
|
||||
|
Loading…
x
Reference in New Issue
Block a user