Expose useful media player attributes to LLMs (#118363)
parent
6e5dcd8b8d
commit
b7ee90a53c
|
@ -347,6 +347,10 @@ def _get_exposed_entities(
|
||||||
"device_class",
|
"device_class",
|
||||||
"current_position",
|
"current_position",
|
||||||
"percentage",
|
"percentage",
|
||||||
|
"volume_level",
|
||||||
|
"media_title",
|
||||||
|
"media_artist",
|
||||||
|
"media_album_name",
|
||||||
}
|
}
|
||||||
|
|
||||||
entities = {}
|
entities = {}
|
||||||
|
|
Loading…
Reference in New Issue