mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Add some build date information
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
- Change to bashio logs
|
||||
- Add `log_level` cofiguration option
|
||||
- Add schema validation to configuration
|
||||
- Add some build date information
|
||||
|
||||
## [0.4.0] - 2021-01-02
|
||||
- Change base image to `hassioaddons/debian-base`
|
||||
|
||||
@@ -13,6 +13,7 @@ echo '# Generated by homeassistant, do not edit!' > /app/data/config.yml
|
||||
echo '# Edit configuration only at the Add-on configuration tab!' >> /app/data/config.yml
|
||||
json2yml /data/options.json >> /app/data/config.yml
|
||||
|
||||
bashio::log.info "Build with sources downloaded on: $(stat -c %z /src.tar.gz)"
|
||||
|
||||
bashio::log.info "starting original stuff..."
|
||||
npm run start
|
||||
Reference in New Issue
Block a user