feat: Add remote temperature sensor support #76
Annotations
8 errors
|
|
|
tests/test_coordinator.py#L68
test_async_update_data_fetch_status_fails
TypeError: MitsubishiDataUpdateCoordinator.__init__() missing 1 required positional argument: 'config_entry'
|
|
tests/test_coordinator.py#L52
test_async_update_data_success
TypeError: MitsubishiDataUpdateCoordinator.__init__() missing 1 required positional argument: 'config_entry'
|
|
tests/test_coordinator.py#L38
test_fetch_unit_info_success
TypeError: MitsubishiDataUpdateCoordinator.__init__() missing 1 required positional argument: 'config_entry'
|
|
tests/test_coordinator.py#L30
test_coordinator_init_custom_interval
AttributeError: 'int' object has no attribute 'options'
|
|
tests/test_coordinator.py#L16
test_coordinator_init
AttributeError: 'int' object has no attribute 'options'
|
|
tests/test_config_flow.py#L452
TestOptionsFlow.test_config_flow_async_get_options_flow
ValueError: The config entry is not available during initialisation
|
|
tests/test_config_flow.py#L373
TestOptionsFlow.test_options_flow_successful_update
AssertionError: assert {'experimental_features': False} == {}
Left contains 1 more item:
{'experimental_features': False}
Full diff:
- {}
+ {
+ 'experimental_features': False,
+ }
|
The logs for this run have expired and are no longer available.
Loading