Home Assistant
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
Environment Variable
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"