Expose useful media player attributes to LLMs (#118363)

This commit is contained in:
tronikos 2024-05-29 05:01:40 -07:00 committed by GitHub
parent 6e5dcd8b8d
commit b7ee90a53c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -347,6 +347,10 @@ def _get_exposed_entities(
"device_class",
"current_position",
"percentage",
"volume_level",
"media_title",
"media_artist",
"media_album_name",
}
entities = {}