Update config.yaml
Add changelog support for Home Assistant
This commit is contained in:
parent
927b235eb9
commit
6ce9ee9a64
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: "Newt Add-on"
|
name: "Newt Add-on"
|
||||||
version: "1.2.4"
|
version: "1.2.5"
|
||||||
slug: "newt"
|
slug: "newt"
|
||||||
description: "Runs Newt inside Home Assistant OS"
|
description: "Runs Newt inside Home Assistant OS"
|
||||||
arch:
|
arch:
|
||||||
|
@ -29,3 +29,5 @@ hassio_api: true
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
auth_api: true
|
auth_api: true
|
||||||
hassio_role: "admin"
|
hassio_role: "admin"
|
||||||
|
# Reference the changelog
|
||||||
|
changelog: "https://github.com/Ferdinand99/home-assistant-newt-addon/blob/main/CHANGELOG.md"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue