90 lines
3.0 KiB
JSON
90 lines
3.0 KiB
JSON
{
|
|
"version": "2.0",
|
|
"title": "Home Assistant",
|
|
"name": "homeassistant",
|
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/icon.png",
|
|
"tagline": "Awaken your home",
|
|
"overview": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.",
|
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/thumbnail.jpg",
|
|
"screenshots": [
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-1.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-2.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-3.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-4.jpg"
|
|
],
|
|
"category": [
|
|
"Home Automation"
|
|
],
|
|
"author":{
|
|
"name": "CasaOS Team",
|
|
"role": "Adaptor",
|
|
"website": "https://www.casaos.io",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"support": "https://discord.gg/knqAbbBbeX",
|
|
"website": "https://www.casaos.io",
|
|
"container": {
|
|
"image": "linuxserver/homeassistant:latest",
|
|
"shell": "bash",
|
|
"privileged": false,
|
|
"network_model": "host",
|
|
"web_ui": {
|
|
"http": "8123",
|
|
"path": "/"
|
|
},
|
|
"envs": [
|
|
{
|
|
"key": "TZ",
|
|
"value": "$TZ",
|
|
"configurable": "no",
|
|
"description": "TimeZone"
|
|
},
|
|
{
|
|
"key": "PUID",
|
|
"value": "$PUID",
|
|
"configurable": "no",
|
|
"description": "Run HomeAssistant as specified uid."
|
|
},
|
|
{
|
|
"key": "PGID",
|
|
"value": "$PGID",
|
|
"configurable": "no",
|
|
"description": "Run HomeAssistant as specified gid."
|
|
}
|
|
],
|
|
"ports": [],
|
|
"volumes": [
|
|
{
|
|
"container": "/config",
|
|
"host": "/DATA/AppData/$AppID/config",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": "HomeAssistant config directory."
|
|
}
|
|
],
|
|
"devices": [],
|
|
"constraints": {
|
|
"min_memory": 256,
|
|
"min_storage": 1024
|
|
},
|
|
"restart_policy": "unless-stopped",
|
|
"sysctls": [],
|
|
"cap_add": {},
|
|
"labels": []
|
|
},
|
|
"abilities": {
|
|
"notification": false,
|
|
"widgets": false,
|
|
"authentication": false,
|
|
"search": false,
|
|
"upnp": false
|
|
},
|
|
"tips": {},
|
|
"changelog":{
|
|
"latest_updates": "",
|
|
"url": ""
|
|
},
|
|
"latest_update_date": "1640591843"
|
|
} |