Annotations
10 errors and 10 warnings
lint-and-build:
src/extensions/alarm-control-panel.extension.ts#L213
Object literal may only specify known properties, and 'value' does not exist in type 'LoaderOptions<CONFIGURATION>'.
|
lint-and-build:
src/extensions/number.extension.ts#L160
Object literal may only specify known properties, and 'value' does not exist in type 'LoaderOptions<CONFIGURATION>'.
|
lint-and-build:
src/extensions/registry.extension.ts#L5
'TBlackHole' is declared but its value is never read.
|
lint-and-build:
src/extensions/select.extension.ts#L43
Type 'VirtualSelect<string, object>' does not satisfy the constraint 'BaseEntity'.
|
lint-and-build:
src/extensions/select.extension.ts#L132
Expected 2 arguments, but got 1.
|
lint-and-build:
src/extensions/select.extension.ts#L137
Object literal may only specify known properties, and 'value' does not exist in type 'LoaderOptions<object>'.
|
lint-and-build:
src/helpers/domains/sensor.ts#L1
'TContext' is declared but its value is never read.
|
lint-and-build:
src/helpers/domains/sensor.ts#L2
'PICK_ENTITY' is declared but its value is never read.
|
lint-and-build:
src/helpers/domains/sensor.ts#L5
'BASE_CONFIG_KEYS' is declared but its value is never read.
|
lint-and-build:
src/helpers/domains/sensor.ts#L6
'UpdateCallback' is declared but its value is never read.
|
lint-and-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint-and-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-and-build:
src/extensions/registry.extension.ts#L5
'TBlackHole' is defined but never used. Allowed unused vars must match /_|logger/u
|
lint-and-build:
src/helpers/domains/sensor.ts#L1
'TContext' is defined but never used. Allowed unused vars must match /_|logger/u
|
lint-and-build:
src/helpers/domains/sensor.ts#L6
'UpdateCallback' is defined but never used. Allowed unused vars must match /_|logger/u
|
lint-and-build:
src/mock/generator.ts#L7
'hass' is defined but never used
|
lint-and-build:
src/mock/generator.ts#L16
No magic number: 10
|
lint-and-build:
src/mock/generator.ts#L27
Unknown word: "blinkey"
|
lint-and-build:
src/mock/generator.ts#L28
Unknown word: "blinkey"
|
lint-and-build:
src/mock/generator.ts#L33
No magic number: 1000
|