Testing #36
Annotations
4 errors
test (3.12):
tests/tests_new/test_init.py#L42
test_entities[default]
AssertionError: assert [+ received] == [- snapshot]
list([
...
}),
- StateSnapshot({
- 'attributes': ReadOnlyDict({
- 'current_temperature': None,
- 'friendly_name': 'Controller 01:145038',
- 'heat_demand': None,
- 'heat_demands': None,
- 'hvac_modes': list([
- <HVACMode.HEAT: 'heat'>,
- <HVACMode.OFF: 'off'>,
- <HVACMode.AUTO: 'auto'>,
- ]),
- 'icon': 'mdi:thermostat',
- 'id': '01:145038',
- 'max_temp': None,
- 'min_temp': None,
- 'preset_mode': None,
- 'preset_modes': list([
- 'none',
- 'away',
- 'custom',
- 'home',
- 'eco',
- ]),
- 'relay_demands': None,
- 'supported_features': <ClimateEntityFeature: 400>,
- 'system_mode': None,
- 'tpi_params': None,
- }),
- 'context': <ANY>,
- 'entity_id': 'climate.01_145038',
- 'last_changed': <ANY>,
- 'last_reported': <ANY>,
- 'last_updated': <ANY>,
- 'state': 'unknown',
- }),
])
|
test (3.12):
tests/tests_old/test_init_data.py#L158
test_services_entry_
AssertionError: assert not ['01:145038', '01:145038_02', '01:145038_0A', '01:145038_HW']
|
test (3.12):
tests/tests_old/test_init_data.py#L181
test_services_import
AssertionError: assert not ['01:145038', '01:145038_02', '01:145038_0A', '01:145038_HW']
|
test (3.12)
Process completed with exit code 1.
|