I’m using Homeassistant. How do you call a service?
An example would be a button to perform the below.
action:
service: androidtv.adb_command
data:
entity_id: media_player.androidtv_tv_living_room
command: “HOME”
If this isn’t doable I’d like to ask for it to be a feature request.
Thanks!