2024-11-06 07:14:59 +00:00
{
"name" : "Home Assistant Core" ,
"slug" : "homeassistant-core" ,
"categories" : [
2025-01-20 12:08:45 +00:00
16
2024-11-06 07:14:59 +00:00
] ,
2025-01-18 19:54:11 +00:00
"date_created" : "2025-01-17" ,
2024-11-06 07:14:59 +00:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 8123 ,
2024-11-06 07:14:59 +00:00
"documentation" : "https://www.home-assistant.io/docs/" ,
"website" : "https://www.home-assistant.io/" ,
"logo" : "https://avatars.githubusercontent.com/u/13844975?s=200&v=4" ,
"description" : "A standalone installation of Home Assistant Core refers to a setup where the Home Assistant Core software is installed directly on a device or operating system, without the use of Docker containers. This provides a simpler, but less flexible and scalable solution, as the software is tightly coupled with the underlying system.\r\n\r\n\ud83d\udec8 If the LXC is created Privileged, the script will automatically set up USB passthrough." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/homeassistant-core.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
2025-01-18 19:54:11 +00:00
"ram" : 2048 ,
"hdd" : 10 ,
2024-11-06 07:14:59 +00:00
"os" : "ubuntu" ,
2025-01-18 19:54:11 +00:00
"version" : "24.10"
2024-11-06 07:14:59 +00:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2024-12-13 14:24:14 +00:00
"text" : "If the LXC is created Privileged, the script will automatically set up USB passthrough." ,
2024-11-06 07:14:59 +00:00
"type" : "warning"
} ,
{
2024-12-13 14:24:14 +00:00
"text" : "Requires PVE 8.2.2 with kernel 6.8.4-3-pve or newer" ,
2024-11-06 07:14:59 +00:00
"type" : "warning"
} ,
{
2025-01-18 19:54:11 +00:00
"text" : "Use Ubuntu 24.10 ONLY" ,
2024-11-06 07:14:59 +00:00
"type" : "warning"
2024-12-13 14:24:14 +00:00
} ,
{
"text" : "config path: `/root/.homeassistant`" ,
"type" : "info"
2024-11-06 07:14:59 +00:00
}
]
2025-01-18 19:54:11 +00:00
}