Fix example paths for Android TV download/upload services (#34151)

pull/34167/head
Jeff Irion 2020-04-13 13:00:57 -07:00 committed by GitHub
parent 6924192523
commit fb33667c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ download:
example: "/storage/emulated/0/Download/example.txt"
local_path:
description: The filepath on your Home Assistant instance.
example: "/config/example.txt"
example: "/config/www/example.txt"
upload:
description: Upload a file from your Home Assistant instance to an Android TV / Fire TV device.
fields:
@ -32,4 +32,4 @@ upload:
example: "/storage/emulated/0/Download/example.txt"
local_path:
description: The filepath on your Home Assistant instance.
example: "/config/example.txt"
example: "/config/www/example.txt"