mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Bump voip-utils to 0.3.0 (#136648)
This commit is contained in:
parent
ea92523af4
commit
3984565084
@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/voip",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["voip-utils==0.2.2"]
|
||||
"requirements": ["voip-utils==0.3.0"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2984,7 +2984,7 @@ venstarcolortouch==0.19
|
||||
vilfo-api-client==0.5.0
|
||||
|
||||
# homeassistant.components.voip
|
||||
voip-utils==0.2.2
|
||||
voip-utils==0.3.0
|
||||
|
||||
# homeassistant.components.volkszaehler
|
||||
volkszaehler==0.4.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2400,7 +2400,7 @@ venstarcolortouch==0.19
|
||||
vilfo-api-client==0.5.0
|
||||
|
||||
# homeassistant.components.voip
|
||||
voip-utils==0.2.2
|
||||
voip-utils==0.3.0
|
||||
|
||||
# homeassistant.components.volvooncall
|
||||
volvooncall==0.10.3
|
||||
|
@ -57,6 +57,7 @@ def call_info() -> CallInfo:
|
||||
"""Fake call info."""
|
||||
return CallInfo(
|
||||
caller_endpoint=get_sip_endpoint("192.168.1.210", 5060),
|
||||
local_endpoint=get_sip_endpoint("192.168.1.10", 5060),
|
||||
caller_rtp_port=5004,
|
||||
server_ip="192.168.1.10",
|
||||
headers={
|
||||
|
Loading…
x
Reference in New Issue
Block a user