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