From 976d025d6b4fe56e3271d714f6adc6dce18743ea Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Sun, 8 Aug 2021 15:52:45 +0200 Subject: [PATCH] local_file: typo (#18796) Wrong service name --- source/_integrations/local_file.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/local_file.markdown b/source/_integrations/local_file.markdown index d7178497ddd..a8877b707e1 100644 --- a/source/_integrations/local_file.markdown +++ b/source/_integrations/local_file.markdown @@ -10,7 +10,7 @@ ha_platforms: - camera --- -The `local_file` camera platform allows you to integrate an image file from disk into Home Assistant as a camera. If the image is updated on the file system the image displayed in Home Assistant will also be updated. The service `local_file_update_file_path` can be used to update the image using an automation. +The `local_file` camera platform allows you to integrate an image file from disk into Home Assistant as a camera. If the image is updated on the file system the image displayed in Home Assistant will also be updated. The service `local_file.update_file_path` can be used to update the image using an automation. The `local_file` camera can for example be used with various camera platforms that save a temporary images locally. It can also be used to display a graph that you render periodically and will then be displayed in Home Assistant.