UNPKG

node-red-contrib-home-assistant-websocket

Version:
11 lines (10 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createHaConfig = createHaConfig; function createHaConfig(config) { return config.reduce((acc, c) => { if (c.value === '') return acc; return { ...acc, [c.property]: c.value }; }, {}); }