From fb33667c5ac84941c4fa8970e1f60f08bbd94d76 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Mon, 13 Apr 2020 13:00:57 -0700 Subject: [PATCH] Fix example paths for Android TV download/upload services (#34151) --- homeassistant/components/androidtv/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/androidtv/services.yaml b/homeassistant/components/androidtv/services.yaml index 9de4f928b38..f5efe233271 100644 --- a/homeassistant/components/androidtv/services.yaml +++ b/homeassistant/components/androidtv/services.yaml @@ -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"