Go to file
Paulus Schoutsen 16e948d032 Merge branch 'pr/552' into dev 2015-11-12 23:04:05 -08:00
config Added # comment for Sensor 2015-10-07 17:02:07 -04:00
docs Update screenshot 2015-08-30 17:48:06 -07:00
homeassistant Merge branch 'pr/552' into dev 2015-11-12 23:04:05 -08:00
script Frontend: Add materialdesignicons 2015-11-03 00:20:20 -08:00
tests Merge branch 'pr/552' into dev 2015-11-12 23:04:05 -08:00
.coveragerc Merge branch 'pr/552' into dev 2015-11-12 23:04:05 -08:00
.gitignore Fix CI 2015-09-19 12:29:23 -07:00
.gitmodules Remove latest git submodules 2015-09-08 20:11:25 -07:00
.travis.yml Another try, caching is enabled before activating virtualenv 2015-10-03 11:36:39 -07:00
CONTRIBUTING.md Update with comments from PR 579 2015-11-03 11:46:03 +01:00
Dockerfile Re-enable Z-Wave for Docker 2015-10-24 11:36:34 -07:00
LICENSE Added MIT license 2013-10-08 21:18:22 -07:00
MANIFEST.in Fix packaging issues 2015-10-10 10:33:09 -07:00
README.md Remove empty point 2015-11-03 08:50:27 +01:00
pylintrc Remove external from scripts and package info 2015-09-09 09:08:06 -07:00
pytest.ini Fix CI 2015-09-19 12:29:23 -07:00
requirements.txt Upgrade Vincenty to latest version 2015-11-02 00:03:53 -08:00
requirements_all.txt Add pushetta 2015-11-10 14:17:28 +01:00
setup.py Update vincenty version in setup.py 2015-11-06 21:58:18 -08: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 like OwnTracks
  • Allow sending notifications using Instapush, Notify My Android (NMA), PushBullet, PushOver, Slack, Telegram, 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.