I'm working on making a custom intent to change the TV source, I figured I can use the list option, i.e
lists:
media_player:
values:
- in: "living room"
out: "media_player.living_room"
- in: "bedroom"
out: "media_player.bedroom"
But I remembered devices and entities are exposed to the VA by certain names, could those be used to identify the entity somehow?
Edit: Alias* not name, my bad, wrong term