Bump hangups to 0.4.10 (#39312)
This commit is contained in:
parent
b759f2c7ca
commit
b0a2c8d430
4 changed files with 7 additions and 5 deletions
|
@ -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": []
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue