Bump hangups to 0.4.10 (#39312)

This commit is contained in:
Martin Hjelmare 2020-08-27 13:26:46 +02:00 committed by GitHub
parent b759f2c7ca
commit b0a2c8d430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View file

@ -3,6 +3,8 @@
"name": "Google Hangouts",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hangouts",
"requirements": ["hangups==0.4.9"],
"requirements": [
"hangups==0.4.10"
],
"codeowners": []
}

View file

@ -9,10 +9,10 @@ send_message:
example: '[{"id": "UgxrXzVrARmjx_C6AZx4AaABAagBo-6UCw"}, {"name": "Test Conversation"}]'
message:
description: List of message segments, only the "text" field is required in every segment. [Required]
example: '[{"text":"test", "is_bold": false, "is_italic": false, "is_strikethrough": false, "is_underline": false, "parse_str": false, "link_target": "http://google.com"}, ...]'
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" }'
reconnect:
description: Reconnect the bot.

View file

@ -714,7 +714,7 @@ ha-philipsjs==0.0.8
habitipy==0.2.0
# homeassistant.components.hangouts
hangups==0.4.9
hangups==0.4.10
# homeassistant.components.cloud
hass-nabucasa==0.35.0

View file

@ -350,7 +350,7 @@ griddypower==0.1.0
ha-ffmpeg==2.0
# homeassistant.components.hangouts
hangups==0.4.9
hangups==0.4.10
# homeassistant.components.cloud
hass-nabucasa==0.35.0