🏡 Open source home automation that puts local control and privacy first.
Go to file
Roy Hooper e9367d5369 use own track_utc_time_change to poll every 5 seconds 2015-09-11 22:44:37 -04:00
config
docs
homeassistant use own track_utc_time_change to poll every 5 seconds 2015-09-11 22:44:37 -04:00
scripts Remove external from scripts and package info 2015-09-09 09:08:06 -07:00
tests
.coveragerc Enable polling and fix metadata updating. 2015-09-11 19:38:42 -04:00
.gitignore
.gitmodules Remove latest git submodules 2015-09-08 20:11:25 -07:00
.travis.yml Remove external from scripts and package info 2015-09-09 09:08:06 -07:00
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pylintrc Remove external from scripts and package info 2015-09-09 09:08:06 -07:00
requirements.txt
requirements_all.txt Enable polling and fix metadata updating. 2015-09-11 19:38:42 -04:00
setup.py Remove external from scripts and package info 2015-09-09 09:08:06 -07:00

README.md

Home Assistant Build Status Coverage Status Join the chat at https://gitter.im/balloob/home-assistant

Home Assistant is a home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control.

To get started:

python3 -m pip install homeassistant
hass --open-ui

Check out the website for a demo, installation instructions, tutorials and documentation.

screenshot-states

Examples of devices it can interface it:

Built home automation on top of your devices:

  • Keep a precise history of every change to the state of your house
  • Turn on the lights when people get home after sun set
  • Turn on lights slowly during sun set to compensate for less light
  • Turn off all lights and devices when everybody leaves the house
  • Offers a REST API and can interface with MQTT for easy integration with other projects
  • Allow sending notifications using Instapush, Notify My Android (NMA), PushBullet, PushOver, Slack, and Jabber (XMPP)

The system is built modular so support for other devices or actions can be implemented easily. See also the section on architecture and the section on creating your own components.

If you run into issues while using Home Assistant or during development of a component, check the Home Assistant help section how to reach us.