Create HomeAssistant
This commit is contained in:
parent
bd9e6fc2ed
commit
7282ad6460
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"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/thumbnaill.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": "$AppData/$AppName/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": "1640340629"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 481 KiB |
Binary file not shown.
After Width: | Height: | Size: 495 KiB |
Binary file not shown.
After Width: | Height: | Size: 380 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 830 KiB |
Loading…
Reference in New Issue