UNPKG

node-red-contrib-home-assistant-websocket

Version:
15 lines (14 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { version: 0, up: (schema) => { const newSchema = { ...schema, version: 0, }; return newSchema; }, }, ];