From 502f59977af4530b38f8eef6cc037ca7242227fc Mon Sep 17 00:00:00 2001 From: Jonas Janz Date: Tue, 29 Oct 2019 11:02:25 +0100 Subject: [PATCH] Add description for arlo.update service (#28270) --- homeassistant/components/arlo/services.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/arlo/services.yaml b/homeassistant/components/arlo/services.yaml index e69de29bb2d..773bee4430a 100644 --- a/homeassistant/components/arlo/services.yaml +++ b/homeassistant/components/arlo/services.yaml @@ -0,0 +1,4 @@ +# Describes the format for available arlo services + +update: + description: Update the state for all cameras and the base station. \ No newline at end of file