mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-05-17 22:07:11 +01:00
Add some build date information
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- Change to bashio logs
|
- Change to bashio logs
|
||||||
- Add `log_level` cofiguration option
|
- Add `log_level` cofiguration option
|
||||||
- Add schema validation to configuration
|
- Add schema validation to configuration
|
||||||
|
- Add some build date information
|
||||||
|
|
||||||
## [0.4.0] - 2021-01-02
|
## [0.4.0] - 2021-01-02
|
||||||
- Change base image to `hassioaddons/debian-base`
|
- 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
|
echo '# Edit configuration only at the Add-on configuration tab!' >> /app/data/config.yml
|
||||||
json2yml /data/options.json >> /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..."
|
bashio::log.info "starting original stuff..."
|
||||||
npm run start
|
npm run start
|
||||||
Reference in New Issue
Block a user