knowledge/technology/applications/web/Home Assistant.md
2023-12-04 11:02:23 +01:00

549 B

obj os website android-id
application web https://www.home-assistant.io/ io.homeassistant.companion.android.minimal

Home Assistant

#refactor
Home Assistant is a local smart home hub platform supportig many integrations for automation.

Docker Compose

version: '3'
services:
  homeassistant:
    image: homeassistant/home-assistant:stable
    volumes:
      - ./config:/config
    environment:
      - TZ=Europe/Berlin
    restart: always
    network_mode: host

Wake On LAN

#todo