VoIP: Add support for announce #233887
Annotations
10 errors
Run pytest:
tests/components/voip/test_binary_sensor.py#L26
test_call_in_progress
assert None is not None
|
Run pytest:
tests/components/voip/test_binary_sensor.py#L102
test_assist_in_progress_repair_flow
assert None is not None
|
Run pytest:
tests/components/voip/test_binary_sensor.py#L52
test_assist_in_progress_disabled_by_default
assert None
|
Run pytest:
tests/components/voip/test_binary_sensor.py#L69
test_assist_in_progress_issue
assert None is not None
|
Run pytest:
tests/components/voip/test_config_flow.py#L71
test_options_flow
AssertionError: assert mappingproxy(... '127.0.0.1'}) == {'sip_port': 5060}
Full diff:
- {
+ mappingproxy({
+ 'sip_host': '127.0.0.1',
'sip_port': 5060,
- }
+ 'sip_user': 'HA',
+ })
|
Run pytest:
tests/components/voip/test_devices.py#L26
test_device_registry_info
assert None is not None
|
Run pytest:
tests/components/voip/test_devices.py#L58
test_device_registry_info_from_unknown_phone
AttributeError: 'NoneType' object has no attribute 'manufacturer'
|
Run pytest:
tests/components/voip/test_select.py#L19
test_pipeline_select
assert None is not None
|
Run pytest:
tests/components/voip/test_devices.py#L71
test_remove_device_registry_entry
AssertionError: assert None is not None
+ where None = get('switch.192_168_1_210_allow_calls')
+ where get = <homeassistant.core.StateMachine object at 0x7f81542cccc0>.get
+ where <homeassistant.core.StateMachine object at 0x7f81542cccc0> = <HomeAssistant RUNNING>.states
|
Run pytest:
tests/components/voip/test_select.py#L34
test_vad_sensitivity_select
assert None is not None
|
Loading