UNPKG

@scrypted/homeassistant

Version:

The Home Assistant Plugin for Scrypted imports `notify` services to be used within Scrypted.

13 lines 265 B
{ "compilerOptions": { "module": "Node16", "target": "ES2021", "resolveJsonModule": true, "moduleResolution": "Node16", "esModuleInterop": true, "sourceMap": true }, "include": [ "src/**/*" ] }