[hacs] Install lovelace-auto-entities

This commit is contained in:
Correl Roush 2021-02-02 09:37:55 -05:00
parent 80d8215d5c
commit da9b551a60
4 changed files with 12 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
const path = require('path')
module.exports = {
entry: './src/main.js',
mode: 'production',
output: {
filename: 'auto-entities.js',
path: path.resolve(__dirname)
}
}