Skip to content

naggie/home-assistant

 
 

Repository files navigation

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. Open a demo.

Check out the website for 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 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, reach out to the Home Assistant help section how to reach us.

Quick-start guide

Running Home Assistant requires Python 3.4. Run the following code to get up and running:

git clone --recursive https://github.com/balloob/home-assistant.git
python3 -m venv home-assistant
cd home-assistant
python3 -m homeassistant --open-ui

The last command will start the Home Assistant server and launch its web interface. By default Home Assistant looks for the configuration file config/configuration.yaml. A standard configuration file will be written if none exists.

If you are still exploring if you want to use Home Assistant in the first place, you can enable the demo mode by adding the --demo-mode argument to the last command.

Please see the getting started guide on how to further configure Home Assistant.

About

Open-source home automation platform running on Python 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.8%
  • Python 48.9%
  • Shell 0.3%