Annotations
10 errors and 10 warnings
lint-and-build:
src/extensions/domains/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/registry.extension.ts#L5
'TBlackHole' is declared but its value is never read.
|
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:
src/helpers/index.ts#L4
Module "./base-domain.helper" has already exported a member named 'UpdateCallback'. Consider explicitly re-exporting to resolve the ambiguity.
|
lint-and-build:
src/mock/generator.ts#L7
'hass' is declared but its value is never read.
|
lint-and-build:
src/mock/generator.ts#L53
Object literal may only specify known properties, but 'activate' does not exist in type 'SynapseSceneParams'. Did you mean to write 'onActivate'?
|
lint-and-build:
src/mock/generator.ts#L66
Object literal may only specify known properties, and 'device_class' does not exist in type 'SynapseSwitchParams'.
|
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
|