Skip to content

feat(fan): added support for gorilla fan v2 #3146

feat(fan): added support for gorilla fan v2

feat(fan): added support for gorilla fan v2 #3146

Re-run triggered June 7, 2024 04:55
Status Failure
Total duration 6m 26s
Artifacts

tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests (3.12): tests/devices/base_device_tests.py#L715
TestGorillaFanV2.test_config_matched AssertionError: None
tests (3.12): tests/devices/base_device_tests.py#L715
TestGorillaFanV2.test_entity_category AssertionError: <EntityCategory.CONFIG: 'config'> is not None : number_timer is config, expected None
tests (3.12): tests/devices/test_gorilla_fan_v2.py#L878
TestGorillaFanV2.test_preset_mode AssertionError: 'Boost' != 'Normal'
tests (3.12): tests/devices/test_gorilla_fan_v2.py#L715
TestGorillaFanV2.test_preset_modes AssertionError: Element counts were not equal: First has 1, Second has 0: 'Normal' First has 1, Second has 0: 'Boost' First has 0, Second has 1: 'normal' First has 0, Second has 1: 'boost'
tests (3.12): tests/devices/test_gorilla_fan_v2.py#L45
TestGorillaFanV2.test_set_preset_mode_to_boost AssertionError: Expected {'2': 'boost'}, got {'2': 'Boost'}
tests (3.12): tests/devices/test_gorilla_fan_v2.py#L38
TestGorillaFanV2.test_set_preset_mode_to_normal AssertionError: Expected {'2': 'normal'}, got {'2': 'Normal'}
tests (3.12): tests/devices/test_gorilla_fan_v2.py#L63
TestGorillaFanV2.test_set_speed_in_boost_mode AssertionError: Expected {'3': 5}, got {'3': 5, '1': True}
tests (3.12): tests/devices/test_gorilla_fan_v2.py#L58
TestGorillaFanV2.test_set_speed_in_normal_mode AssertionError: Expected {'3': 3}, got {'3': 3, '1': True}
tests (3.12): tests/test_device_config.py#L715
TestDeviceConfig.test_config_files_parse AssertionError: Validation error in gorilla_fan_v2.yaml: extra keys not allowed @ data['primary_entity']['dps'][0]['icon']
tests (3.12)
Process completed with exit code 1.