From 5e7d4a57a3b0bd402ab69e3c557cdbd99f18e5c4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 5 Oct 2018 20:21:09 +0200 Subject: [PATCH] Fix incorrect yaml in hangouts (#17169) --- homeassistant/components/hangouts/services.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/hangouts/services.yaml b/homeassistant/components/hangouts/services.yaml index ded324d2de9..d07f1d65688 100644 --- a/homeassistant/components/hangouts/services.yaml +++ b/homeassistant/components/hangouts/services.yaml @@ -12,5 +12,4 @@ send_message: example: '[{"text":"test", "is_bold": false, "is_italic": false, "is_strikethrough": false, "is_underline": false, "parse_str": false, "link_target": "http://google.com"}, ...]' data: description: Other options ['image_file' / 'image_url'] - example: '{ "image_file": "file" }' or '{ "image_url": "url" }' - + example: '{ "image_file": "file" } or { "image_url": "url" }'