* Working on adding androidtv functionality to firetv component * 'should_poll' must return True * Change 'properties' to 'device_properties' * Also mention 'Android TV' in services.yaml * Use GitHub for 'androidtv' requirement * Add 'androidtv==0.0.10' to requirements, remove 'firetv==1.0.9' * Add 'GET_PROPERTIES' adb command option; use pypi for REQUIREMENTS * Rename integration from 'firetv' to 'androidtv' * Change default name to 'Android TV' * Rename integration from 'firetv' to 'androidtv' * Change firetv to androidtv in .coveragerc * Change firetv to androidtv in requirements_all.txt * Remove 'DEFAULT_APPS'
12 lines
392 B
YAML
12 lines
392 B
YAML
# 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.
|
|
example: 'media_player.android_tv_living_room'
|
|
command:
|
|
description: Either a key command or an ADB shell command.
|
|
example: 'HOME'
|