Python HTML Other
Latest commit 66d6f51 May 31, 2017 @fabaff fabaff committed with balloob Allow 'base_url' (fixes #7784) (#7796)
Permalink
Failed to load latest commit information.
.github Use H2 headers to split up the different sections (#6183) Feb 23, 2017
docs Update links.html May 24, 2017
homeassistant Allow 'base_url' (fixes #7784) (#7796) May 31, 2017
script Change setup script to use pip install instead of setup.py develop (#… May 24, 2017
tests Fix more deprecation warnings (#7778) May 26, 2017
virtualization Downgrade Docker to Python 3.5 to solve Segmentation Faults (#7799) May 31, 2017
.coveragerc Introduced support to Netgear Arlo Cameras (#7826) May 31, 2017
.dockerignore Add Docker test runner (#2673) Jul 31, 2016
.gitignore Move examples out (#6908) Apr 3, 2017
.gitmodules Update links Apr 12, 2016
.hound.yml Add .hound.yml Nov 13, 2016
.ignore Include .ignore file for search utilities (#5290) Jan 17, 2017
.travis.yml Fix travis May 7, 2017
CLA.md Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license Jan 28, 2017
CODE_OF_CONDUCT.md Add organization docs Jan 23, 2017
CONTRIBUTING.md Fix link to pull request advice for contributors Jan 3, 2017
Dockerfile Downgrade Docker to Python 3.5 to solve Segmentation Faults (#7799) May 31, 2017
LICENSE.md Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license Jan 28, 2017
MANIFEST.in [packaging] Include LICENSE.md in tarball (#6514) Mar 10, 2017
README.rst Update README.rst Apr 3, 2017
pylintrc Add not-context-manager (#7523) May 11, 2017
requirements_all.txt Introduced support to Netgear Arlo Cameras (#7826) May 31, 2017
requirements_docs.txt Upgrade Sphinx to 1.6.2 (#7805) May 29, 2017
requirements_test.txt Upgrade mypy to 0.511 (#7809) May 29, 2017
requirements_test_all.txt Allow configuring DSMR5 protocol. (#7535) May 29, 2017
setup.cfg Expose isort preferences for tools. (#4481) Nov 27, 2016
setup.py Bump aiohttp to 2.1.0 (#7825) May 30, 2017
tox.ini Fix travis May 7, 2017

README.rst

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

Home Assistant is a home automation platform running on Python 3. It is 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 home-assistant.io for a demo, installation instructions, tutorials and documentation.

screenshot-states

Featured integrations

screenshot-components

The system is built using a modular approach 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 of our website for further help and information.