iobroker.lovelace
Version:
With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI
14 lines (13 loc) • 525 B
JavaScript
module.exports = {
entities: [], //array of all entities
iobID2entity: {}, //find entities (array) by ioBroker-object id.
entityId2Entity: {}, //find entity by entity_id.
adapter: {}, //adapter object
server: {}, //lovelace-web server object
log: {}, //log object
lang: 'en', //configured language
words: {}, //translation via words.json
entityIconUrls: [],
autoEntityIdFormat: 'name', //auto entity_id format: 'name' | 'roomFunction' | 'iobId'
services: require('./services'),
};