Update config.yaml

Add changelog support for Home Assistant
This commit is contained in:
Jørgen Ferdinand 2025-03-10 11:42:56 +01:00 committed by GitHub
parent 927b235eb9
commit 6ce9ee9a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
name: "Newt Add-on"
version: "1.2.4"
version: "1.2.5"
slug: "newt"
description: "Runs Newt inside Home Assistant OS"
arch:
@ -28,4 +28,6 @@ map:
hassio_api: true
homeassistant_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"