mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Consecutive volume steps delay in webostv (#13340)
This commit is contained in:
parent
99729f27ff
commit
affe358dbe
@ -211,6 +211,20 @@ script:
|
|||||||
command: "media.controls/rewind"
|
command: "media.controls/rewind"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Consecutive volume steps delay
|
||||||
|
|
||||||
|
In the case where a sound output that only supports relative volume stepping is used, the receiving speaker may have issues dealing with several volume step commands arriving at the same time. Therefore it's possible to configure a time delay so that at least the configured amount of time has elapsed between two consecutive volume steps before the second one is fired. The configured value is in milliseconds.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example
|
||||||
|
webostv:
|
||||||
|
host: 192.168.0.10
|
||||||
|
name: Living Room TV
|
||||||
|
consecutive_volume_steps_delay: 300
|
||||||
|
|
||||||
|
media_player:
|
||||||
|
```
|
||||||
|
|
||||||
## Notifications
|
## Notifications
|
||||||
|
|
||||||
The `webostv` notify platform allows you to send notifications to a LG webOS Smart TV.
|
The `webostv` notify platform allows you to send notifications to a LG webOS Smart TV.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user