mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Fix example paths for Android TV download/upload services (#34151)
This commit is contained in:
parent
6924192523
commit
fb33667c5a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user