mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix incorrect yaml in hangouts (#17169)
This commit is contained in:
@@ -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" }'
|
||||
|
Reference in New Issue
Block a user