Fix logic #18
Annotations
6 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/test_sensor.py#L114
test_value_error
AttributeError: 'NoneType' object has no attribute 'attributes'
|
|
Run tests:
tests/test_sensor.py#L79
test_max_sensor
AttributeError: 'NoneType' object has no attribute 'state'
|
|
Run tests:
tests/test_sensor.py#L44
test_min_sensor
AttributeError: 'NoneType' object has no attribute 'state'
|
|
Run tests:
tests/test_init.py#L74
test_setup
assert None is not None
|
|
Run tests:
tests/test_config_flow.py#L24
test_form_sensor
AssertionError: assert <FlowResultType.MENU: 'menu'> is <FlowResultType.FORM: 'form'>
+ where <FlowResultType.FORM: 'form'> = FlowResultType.FORM
|