Add sensors for job queue status and queue count #628
Annotations
9 errors and 1 warning
Ruff
Process completed with exit code 1.
|
Run tests:
tests/test_binary_sensor.py#L106
test_update_available
AssertionError: assert 'off' == 'on'
- on
+ off
|
Run tests:
tests/test_binary_sensor.py#L133
test_update_available_system
AssertionError: assert 'off' == 'on'
- on
+ off
|
Run tests:
tests/test_binary_sensor.py#L160
test_update_available_component
AssertionError: assert 'off' == 'on'
- on
+ off
|
Run tests:
tests/test_sensor.py#L157
test_disabled_sensors[mainsail_machine_update_system-8 packages can be upgraded]
assert None
|
Run tests:
tests/test_sensor.py#L157
test_disabled_sensors[mainsail_version_crownest-v4.0.4-6 > v4.1.1-1]
assert None
|
Run tests:
tests/test_sensor.py#L157
test_disabled_sensors[mainsail_version_mainsail-v2.8.0]
assert None
|
Run tests:
tests/test_sensor.py#L484
test_update_no_info_item
assert None is not None
|
Run tests
Process completed with exit code 1.
|
Validate
[CONFIG_SCHEMA] Integrations which implement 'async_setup' or 'setup' must define either 'CONFIG_SCHEMA', 'PLATFORM_SCHEMA' or 'PLATFORM_SCHEMA_BASE'. If the integration has no configuration parameters, can only be set up from platforms or can only be set up from config entries, one of the helpers cv.empty_config_schema, cv.platform_only_config_schema or cv.config_entry_only_config_schema can be used.
|