UNPKG

iobroker.lovelace

Version:

With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI

13 lines (10 loc) 415 B
module.exports = { entities: [], //array of all entities iobID2entity: {}, //find entities (array) by ioBroker-object id. entityId2Entity: {}, //find entity by entity_id. adapter: {}, //adapter object log: {}, //log object lang: 'en', //configured language words: {}, //translation via words.json entityIconUrls: [] };