🏡 Open source home automation that puts local control and privacy first.
Go to file
David F. Mulcahey 50888ae339 Fix issues in ZHA light (#19368)
* make light report on/off and level

* refactoring and review comments

* refactor

* use boolean for set_state - review comment

* async_schedule_update_ha_state() on level change - review comment

* fix docstring - review comment
2018-12-23 16:16:21 +01:00
.github Add note to issue template regarding frontend issues (#19295) 2018-12-14 19:06:20 -05:00
docs Update developer doc links to developers.home-assistant.io (#16622) 2018-09-15 13:27:37 +02:00
homeassistant Fix issues in ZHA light (#19368) 2018-12-23 16:16:21 +01:00
script Add Mythic Beasts DNSAPI Component (#18333) 2018-12-20 11:33:47 +01:00
tests Fix fail2ban by removal of internal timer logic (#19456) 2018-12-22 18:25:02 +01:00
virtualization Install face_recognition on Docker build (#17502) 2018-10-25 22:56:10 +02:00
.coveragerc Add Lutron Homeworks component (#18311) 2018-12-21 18:11:00 -05:00
.dockerignore
.gitattributes
.gitignore
.hound.yml
.ignore
.isort.cfg
.readthedocs.yml Rename readthedocs file (#17718) 2018-10-23 17:39:17 +02:00
.travis.yml Try to fix coveralls unstable result (#15800) 2018-08-06 10:51:37 +02:00
CLA.md
CODEOWNERS Add native ESPHome API component (#19334) 2018-12-17 01:29:32 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update developer doc links to developers.home-assistant.io (#16622) 2018-09-15 13:27:37 +02:00
Dockerfile Add support for TensorFlow in official docker (#18191) 2018-11-04 15:19:48 +01:00
LICENSE.md Update license to official GitHub template (#16470) 2018-09-07 10:11:51 +02:00
MANIFEST.in
README.rst Remove reviewed by hound. That's not worth a badge. 2018-12-18 11:06:30 +01:00
mypy.ini Disable assuming Optional type for values with None default (#16029) 2018-08-17 20:22:49 +02:00
pylintrc Add unnecessary-pass for pylint-update (#18985) 2018-12-04 10:45:16 +01:00
requirements_all.txt Pywemo version bump (#19538) 2018-12-23 11:40:34 +01:00
requirements_docs.txt Upgrade sphinx-autodoc-typehints to 1.5.2 (#19140) 2018-12-09 23:22:56 +01:00
requirements_test.txt Upgrade pydocstyle to 3.0.0 (#19328) 2018-12-15 21:11:28 +02:00
requirements_test_all.txt Add timeout to RainMachine login (#19476) 2018-12-20 22:51:10 +01:00
setup.cfg Add Python 3.7 classifier (#16645) 2018-09-24 11:11:24 +02:00
setup.py Upgrade requests to 2.21.0 (#19385) 2018-12-18 17:29:38 +01:00
tox.ini Add more type hints to helpers (#18350) 2018-11-11 17:39:50 +01:00

README.rst

Home Assistant |Build Status| |Coverage Status| |Chat Status|
=================================================================================

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:

.. code:: bash

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

Check out `home-assistant.io <https://home-assistant.io>`__ for `a
demo <https://home-assistant.io/demo/>`__, `installation instructions <https://home-assistant.io/getting-started/>`__,
`tutorials <https://home-assistant.io/getting-started/automation-2/>`__ and `documentation <https://home-assistant.io/docs/>`__.

|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 <https://developers.home-assistant.io/docs/en/architecture_index.html>`__ and the `section on creating your own
components <https://developers.home-assistant.io/docs/en/creating_component_index.html>`__.

If you run into issues while using Home Assistant or during development
of a component, check the `Home Assistant help section <https://home-assistant.io/help/>`__ of our website for further help and information.

.. |Build Status| image:: https://travis-ci.org/home-assistant/home-assistant.svg?branch=master
   :target: https://travis-ci.org/home-assistant/home-assistant
.. |Coverage Status| image:: https://img.shields.io/coveralls/home-assistant/home-assistant.svg
   :target: https://coveralls.io/r/home-assistant/home-assistant?branch=master
.. |Chat Status| image:: https://img.shields.io/discord/330944238910963714.svg
   :target: https://discord.gg/c5DvZ4e
.. |screenshot-states| image:: https://raw.github.com/home-assistant/home-assistant/master/docs/screenshots.png
   :target: https://home-assistant.io/demo/
.. |screenshot-components| image:: https://raw.github.com/home-assistant/home-assistant/dev/docs/screenshot-components.png
   :target: https://home-assistant.io/components/