CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

Home Assistant Supervised

Open sdmorris1950 opened this issue 1 year ago • 3 comments

The App Store version of Home Assistant is for the Core version, which does not support Add-ons.

I would like to have an install for Home Assistant Supervised in the App Store.

sdmorris1950 avatar Feb 02 '24 14:02 sdmorris1950

AFAIK no docker based HA instances support Supervised

jchisholm59 avatar Feb 20 '24 02:02 jchisholm59

and the version in the app store is old 2023.11 whit this i had the new and latest version installed.

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - /PATH_TO_YOUR_CONFIG:/config
      - /etc/localtime:/etc/localtime:ro
      - /run/dbus:/run/dbus:ro
    restart: unless-stopped
    privileged: true
    network_mode: host

from -->
https://www.home-assistant.io/installation/alternative/#docker-compose

huizebruin avatar Feb 26 '24 14:02 huizebruin