Expose useful media player attributes to LLMs (#118363)

pull/118376/head^2
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
1 changed files with 4 additions and 0 deletions

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 = {}