TawfikDaim / home_automation

home automation user stories
0 stars 0 forks source link

docker-compose for homeassistant #71

Open TawfikDaim opened 3 months ago

TawfikDaim commented 3 months ago

sudo docker-compose up

sudo chmod 766 configuration.yaml

TawfikDaim commented 3 months ago

version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assistant:stable" volumes:

TawfikDaim commented 3 months ago

Initial home assistant configuration iFrames

Loads default set of integrations. Do not remove.

default_config:

Example configuration.yaml entry

panel_iframe: portainer: title: "Portainer" url: "https://192.168.1.53:9443" zigbee: title: "Devices_zigbee" url: "http://192.168.1.53:8080" icon: mdi:fridge frigate: title: "Camera" url: "http://192.168.1.53:5000"

Load frontend themes from the themes folder

frontend: themes: !include_dir_merge_named themes

automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml