mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 15:27:08 +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"
|
example: "/storage/emulated/0/Download/example.txt"
|
||||||
local_path:
|
local_path:
|
||||||
description: The filepath on your Home Assistant instance.
|
description: The filepath on your Home Assistant instance.
|
||||||
example: "/config/example.txt"
|
example: "/config/www/example.txt"
|
||||||
upload:
|
upload:
|
||||||
description: Upload a file from your Home Assistant instance to an Android TV / Fire TV device.
|
description: Upload a file from your Home Assistant instance to an Android TV / Fire TV device.
|
||||||
fields:
|
fields:
|
||||||
@ -32,4 +32,4 @@ upload:
|
|||||||
example: "/storage/emulated/0/Download/example.txt"
|
example: "/storage/emulated/0/Download/example.txt"
|
||||||
local_path:
|
local_path:
|
||||||
description: The filepath on your Home Assistant instance.
|
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