[hacs] Install lovelace-auto-entities
This commit is contained in:
parent
80d8215d5c
commit
da9b551a60
4 changed files with 12 additions and 0 deletions
2
www/community/lovelace-auto-entities/auto-entities.js
Normal file
2
www/community/lovelace-auto-entities/auto-entities.js
Normal file
File diff suppressed because one or more lines are too long
BIN
www/community/lovelace-auto-entities/auto-entities.js.gz
Normal file
BIN
www/community/lovelace-auto-entities/auto-entities.js.gz
Normal file
Binary file not shown.
10
www/community/lovelace-auto-entities/webpack.config.js
Normal file
10
www/community/lovelace-auto-entities/webpack.config.js
Normal 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)
|
||||
}
|
||||
}
|
BIN
www/community/lovelace-auto-entities/webpack.config.js.gz
Normal file
BIN
www/community/lovelace-auto-entities/webpack.config.js.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue