2021-12-24 10:27:13 +00:00
{
"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." ,
2021-12-27 10:12:56 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/thumbnail.jpg" ,
2021-12-24 10:27:13 +00:00
"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"
] ,
2021-12-27 12:09:29 +00:00
"developer" : {
"name" : "Home Assistant" ,
"website" : "https://www.home-assistant.io/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
2021-12-24 10:27:13 +00:00
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
2021-12-27 12:09:29 +00:00
"donate_text" : "" ,
2021-12-24 10:27:13 +00:00
"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" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA/AppData/$AppID/config" ,
2021-12-24 10:27:13 +00:00
"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" : ""
} ,
2021-12-27 08:08:45 +00:00
"latest_update_date" : "1640591843"
2021-12-24 10:27:13 +00:00
}