From 7ec8384fa697dec9b152ada6662edb5d7f822b3e Mon Sep 17 00:00:00 2001 From: Tobias Efinger Date: Fri, 18 Oct 2019 07:11:51 +0200 Subject: [PATCH] Add service description for route53 integration (#27774) --- homeassistant/components/route53/services.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/route53/services.yaml b/homeassistant/components/route53/services.yaml index e69de29bb2d..20dbfa77f7a 100644 --- a/homeassistant/components/route53/services.yaml +++ b/homeassistant/components/route53/services.yaml @@ -0,0 +1,2 @@ +update_records: + description: Trigger update of records. \ No newline at end of file