🏡 Open source home automation that puts local control and privacy first.
Go to file
miniconfig fa7391cdf6 Changed do_lock and do_unlock methods to lock and unlock.
Implemented state method.
Fixed locked method for demo interface.
Changed LockDevice to extend Entity instead of ToggleEntity
2015-11-19 16:54:55 -05:00
config
docs
homeassistant Changed do_lock and do_unlock methods to lock and unlock. 2015-11-19 16:54:55 -05:00
script Fixed hass daemon management 2015-11-15 17:43:38 -05:00
tests Add tests for version upgrade 2015-11-15 14:28:50 -08:00
.coveragerc rename platform to orvibo 2015-11-14 15:05:22 -05:00
.gitignore
.gitmodules
.travis.yml
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pylintrc
pytest.ini
requirements.txt
requirements_all.txt Merge pull request #625 from balloob/enhancement_pushbullet 2015-11-15 16:41:18 -08:00
setup.py

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.