🛠 Fix Home Assistant Add-on Repository Structure

Commit description:

    Moved add-on files into a dedicated newt/ subfolder
    Added repository.json to the root for Home Assistant recognition
    Ensured config.yaml is inside the newt/ directory
    Verified correct directory structure for add-on compatibility
    Improved repository setup for proper installation in Home Assistant
This commit is contained in:
Jørgen Ferdinand 2025-03-07 21:51:24 +01:00
parent 17337c1323
commit 8ccfca9e5c
5 changed files with 5 additions and 0 deletions

View file

5
repository.json Normal file
View file

@ -0,0 +1,5 @@
{
"name": "Home Assistant Newt Add-on Repository",
"url": "https://github.com/Ferdinand99/home-assistant-newt-addon",
"maintainer": "Ferdinand99"
}