User Tools

Site Tools


homeautomatisation:homeassistant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
homeautomatisation:homeassistant [2023/02/26 14:20] illuhomeautomatisation:homeassistant [2023/12/16 22:46] (current) – removed illu
Line 1: Line 1:
-Home Assistant 
-Going away from iobroker i'm switching to https://www.home-assistant.io/. 
  
-My docker-compose.yaml: 
-<code> 
-version: '3' 
-services: 
-  homeassistant: 
-    container_name: home-assistant 
-    image: homeassistant/home-assistant 
-    volumes: 
-      - .:/config 
-      - /etc/localtime:/etc/localtime:ro 
-      - /dev/serial/by-id:/dev/serial/by-id 
-    devices: 
-      - /dev/ttyACM0:/dev/ttyACM0 
-    restart: unless-stopped 
-    privileged: true 
-    network_mode: host 
-  nodered: 
-    container_name: nodered 
-    image: nodered/node-red 
-    restart: unless-stopped 
-    ports: 
-      - "1880:1880/tcp" 
-    environment: 
-      - TZ=Europe/Brussels 
-    volumes: 
-      - /var/opt/nodered/data:/data 
-    depends_on: 
-      - homeassistant 
-</code> 
homeautomatisation/homeassistant.1677417647.txt.gz · Last modified: 2023/02/26 14:20 by illu