mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 08:16:29 +00:00
Add remotely_accessible to media player (#234)
* Add remotely_accessible to media player * Update docs/entity_media_player.md Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
parent
cc718e1286
commit
6f547a4217
@ -15,7 +15,8 @@ sidebar_label: Media Player
|
|||||||
| sound_mode_list | list | None | Dynamic list of available sound modes (set by platform, empty means sound mode not supported)
|
| sound_mode_list | list | None | Dynamic list of available sound modes (set by platform, empty means sound mode not supported)
|
||||||
| source | string | None | The currently selected input source for the media player.
|
| source | string | None | The currently selected input source for the media player.
|
||||||
| source_list | list | None | The list of possible input sources for the media player. (This list should contain human readable names, suitible for frontend display)
|
| source_list | list | None | The list of possible input sources for the media player. (This list should contain human readable names, suitible for frontend display)
|
||||||
|
| media_image_url | string | None | URL that represents the current image.
|
||||||
|
| media_image_remotely_accessible | boolean | False | Return `True` if property `media_image_url` is accessible outside of the home network.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
### Select sound mode
|
### Select sound mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user