2019-03-13 10:18:59 +00:00
# Describes the format for available Android TV and Fire TV services
adb_command :
2021-05-09 00:21:00 +00:00
name : ADB command
2019-03-13 10:18:59 +00:00
description : Send an ADB command to an Android TV / Fire TV device.
2021-12-20 19:08:35 +00:00
target :
entity :
integration : androidtv
domain : media_player
2019-03-13 10:18:59 +00:00
fields :
command :
2021-05-09 00:21:00 +00:00
name : Command
2019-03-13 10:18:59 +00:00
description : Either a key command or an ADB shell command.
2021-05-09 00:21:00 +00:00
required : true
2020-04-05 15:27:16 +00:00
example : "HOME"
2021-05-09 00:21:00 +00:00
selector :
text :
2020-01-06 22:10:13 +00:00
download :
2021-05-09 00:21:00 +00:00
name : Download
2020-01-06 22:10:13 +00:00
description : Download a file from your Android TV / Fire TV device to your Home Assistant instance.
2021-12-20 19:08:35 +00:00
target :
entity :
integration : androidtv
domain : media_player
2020-01-06 22:10:13 +00:00
fields :
device_path :
2021-05-09 00:21:00 +00:00
name : Device path
2020-01-06 22:10:13 +00:00
description : The filepath on the Android TV / Fire TV device.
2021-05-09 00:21:00 +00:00
required : true
2020-04-05 15:27:16 +00:00
example : "/storage/emulated/0/Download/example.txt"
2021-05-09 00:21:00 +00:00
selector :
text :
2020-01-06 22:10:13 +00:00
local_path :
2021-05-09 00:21:00 +00:00
name : Local path
2020-01-06 22:10:13 +00:00
description : The filepath on your Home Assistant instance.
2021-05-09 00:21:00 +00:00
required : true
2020-04-13 20:00:57 +00:00
example : "/config/www/example.txt"
2021-05-09 00:21:00 +00:00
selector :
text :
2020-01-06 22:10:13 +00:00
upload :
2021-05-09 00:21:00 +00:00
name : Upload
2020-01-06 22:10:13 +00:00
description : Upload a file from your Home Assistant instance to an Android TV / Fire TV device.
2021-12-20 19:08:35 +00:00
target :
entity :
integration : androidtv
domain : media_player
2020-01-06 22:10:13 +00:00
fields :
device_path :
2021-05-09 00:21:00 +00:00
name : Device path
2020-01-06 22:10:13 +00:00
description : The filepath on the Android TV / Fire TV device.
2021-05-09 00:21:00 +00:00
required : true
2020-04-05 15:27:16 +00:00
example : "/storage/emulated/0/Download/example.txt"
2021-05-09 00:21:00 +00:00
selector :
text :
2020-01-06 22:10:13 +00:00
local_path :
2021-05-09 00:21:00 +00:00
name : Local path
2020-01-06 22:10:13 +00:00
description : The filepath on your Home Assistant instance.
2021-05-09 00:21:00 +00:00
required : true
2020-04-13 20:00:57 +00:00
example : "/config/www/example.txt"
2021-05-09 00:21:00 +00:00
selector :
text :
2020-06-30 01:17:04 +00:00
learn_sendevent :
2021-05-09 00:21:00 +00:00
name : Learn sendevent
2020-06-30 01:17:04 +00:00
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.
2021-05-09 00:21:00 +00:00
target :
entity :
integration : androidtv
domain : media_player