mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 05:16:28 +00:00
Document media player volume_step property (#2012)
This commit is contained in:
parent
15c0c4219c
commit
9c45d0956e
@ -47,6 +47,7 @@ Properties should always only return information from memory and not do I/O (lik
|
||||
| source_list | <code>list[str] | None</code> | `None` | The list of possible input sources for the media player. (This list should contain human readable names, suitable for frontend display).
|
||||
| state | <code>MediaPlayerState | None</code> | `None` | State of the media player.
|
||||
| volume_level | <code>float | None</code> | `None` | Volume level of the media player in the range (0..1).
|
||||
| volume_step | <code>float | None</code> | 0.1 | Volume step to use for the `volume_up` and `volume_down` services.
|
||||
|
||||
## Supported Features
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user