mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Expose useful media player attributes to LLMs (#118363)
This commit is contained in:
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…
x
Reference in New Issue
Block a user