idBy.area improvements #171
Annotations
3 errors and 3 warnings
lint-and-build:
src/extensions/id-by.extension.ts#L44
'areaCache' is declared but its value is never read.
|
lint-and-build:
src/extensions/id-by.extension.ts#L45
Property 'onRegistryUpdate' does not exist on type '{ onAreaRegistryUpdate: (callback: SimpleCallback) => EventEmitter<DefaultEventMap>; onDeviceRegistryUpdate: (callback: SimpleCallback) => EventEmitter<...>; onEntityRegistryUpdate: (callback: SimpleCallback) => EventEmitter<...>; onFloorRegistryUpdate: (callback: SimpleCallback) => EventEmitter<...>; onLabelRegistr...'. Did you mean 'onAreaRegistryUpdate'?
|
lint-and-build
Process completed with exit code 2.
|
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-and-build:
src/extensions/id-by.extension.ts#L44
'areaCache' is assigned a value but never used. Allowed unused vars must match /_|logger/u
|