Skip to content

Home Assistant

Docker Pulls GitHub Stars Compose Templates

Description

Home Assistant is a home automation platform running on Python 3 that puts local control and privacy first. It is able to track and control all devices at home and offer a platform for automating control. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

Suggestions

You may want to create an override for homeassistant with the following if you are receiving a warning every 10 seconds for:

device tracking of self-signed Unifi Controller SSL certificated.

environment:
  - PYTHONWARNINGS="ignore:Unverified HTTPS request"

Reference: Endless InsecureRequestWarning errors with UniFi

To make sure your Home Assistant instance can see your local network devices you might want to set your network mode to host on your .docker/compose/.env file.

HOMEASSISTANT_NETWORK_MODE=host