2019-03-13 10:18:59 +00:00
# Describes the format for available Android TV and Fire TV services
adb_command :
description : Send an ADB command to an Android TV / Fire TV device.
fields :
entity_id :
description : Name(s) of Android TV / Fire TV entities.
2020-04-05 15:27:16 +00:00
example : "media_player.android_tv_living_room"
2019-03-13 10:18:59 +00:00
command :
description : Either a key command or an ADB shell command.
2020-04-05 15:27:16 +00:00
example : "HOME"
2020-01-06 22:10:13 +00:00
download :
description : Download a file from your Android TV / Fire TV device to your Home Assistant instance.
fields :
entity_id :
description : Name of Android TV / Fire TV entity.
2020-04-05 15:27:16 +00:00
example : "media_player.android_tv_living_room"
2020-01-06 22:10:13 +00:00
device_path :
description : The filepath on the Android TV / Fire TV device.
2020-04-05 15:27:16 +00:00
example : "/storage/emulated/0/Download/example.txt"
2020-01-06 22:10:13 +00:00
local_path :
description : The filepath on your Home Assistant instance.
2020-04-13 20:00:57 +00:00
example : "/config/www/example.txt"
2020-01-06 22:10:13 +00:00
upload :
description : Upload a file from your Home Assistant instance to an Android TV / Fire TV device.
fields :
entity_id :
description : Name(s) of Android TV / Fire TV entities.
2020-04-05 15:27:16 +00:00
example : "media_player.android_tv_living_room"
2020-01-06 22:10:13 +00:00
device_path :
description : The filepath on the Android TV / Fire TV device.
2020-04-05 15:27:16 +00:00
example : "/storage/emulated/0/Download/example.txt"
2020-01-06 22:10:13 +00:00
local_path :
description : The filepath on your Home Assistant instance.
2020-04-13 20:00:57 +00:00
example : "/config/www/example.txt"
2020-06-30 01:17:04 +00:00
learn_sendevent :
description : Translate a key press on a remote into ADB 'sendevent' commands. You must press one button on the remote within 8 seconds of calling this service.
fields :
entity_id :
description : Name(s) of Android TV / Fire TV entities.
example : "media_player.android_tv_living_room"