mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
parent
65094e5768
commit
becfe8ec74
@ -41,27 +41,17 @@ name:
|
|||||||
host:
|
host:
|
||||||
description: The IP address or host name of the PulseAudio server.
|
description: The IP address or host name of the PulseAudio server.
|
||||||
required: false
|
required: false
|
||||||
default: localhost
|
default: Use client configuration in /etc/pulse
|
||||||
type: string
|
type: string
|
||||||
port:
|
port:
|
||||||
description: The port that Pulseaudio is listening on.
|
description: The port that Pulseaudio is listening on.
|
||||||
required: false
|
required: false
|
||||||
default: 4712
|
default: 4713
|
||||||
type: integer
|
|
||||||
buffer_size:
|
|
||||||
description: How much data to load from Pulseaudio at once.
|
|
||||||
required: false
|
|
||||||
default: 1024
|
|
||||||
type: integer
|
|
||||||
tcp_timeout:
|
|
||||||
description: How long to wait for a response from Pulseaudio before giving up.
|
|
||||||
required: false
|
|
||||||
default: 3
|
|
||||||
type: integer
|
type: integer
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
|
|
||||||
This integration relies on raw TCP commands to PulseAudio. In order for PulseAudio to accept commands with this component, `module-cli-protocol` must be loaded on the PulseAudio server.
|
This integration relies on raw TCP commands to PulseAudio. In order for PulseAudio to accept commands with this component, `module-native-protocol` must be loaded on the PulseAudio server.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user