🏡 Open source home automation that puts local control and privacy first.
Go to file
Jens bd92532ebb Add io:SomfyBasicContactIOSystemSensor to TaHoma component (#27234) 2019-10-06 01:12:50 +02:00
.devcontainer Update devcontainer.json 2019-09-30 11:01:08 +02:00
.github Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
.vscode
docs
homeassistant Add io:SomfyBasicContactIOSystemSensor to TaHoma component (#27234) 2019-10-06 01:12:50 +02:00
script Add opentherm_gw config flow (#27148) 2019-10-04 17:38:26 -07:00
tests add script shortcut for activating scenes (#27223) 2019-10-05 13:30:43 -07:00
.codecov.yml
.coveragerc Refactor Tradfri switch device (#26864) 2019-10-05 12:46:16 -07:00
.dockerignore
.gitattributes
.gitignore
.hound.yml
.ignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml Bump Travis timeout to 50 minutes (#26978) 2019-09-27 14:20:00 -07:00
CLA.md
CODEOWNERS Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile.dev
LICENSE.md
MANIFEST.in
README.rst Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
azure-pipelines-ci.yml Update azure-pipelines-ci.yml for Azure Pipelines 2019-09-16 10:34:31 +02:00
azure-pipelines-release.yml Update azure-pipelines-release.yml for Azure Pipelines 2019-09-30 14:49:08 +02:00
azure-pipelines-translation.yml
azure-pipelines-wheels.yml Update azure-pipelines-wheels.yml for Azure Pipelines 2019-09-13 22:29:39 +02:00
mypyrc Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
pylintrc
pyproject.toml
requirements_all.txt Bump python-miio version to 0.4.6 (#27231) 2019-10-05 13:31:01 -07:00
requirements_docs.txt
requirements_test.txt Upgrade pytest to 5.2.0 (#27058) 2019-09-29 23:00:39 +02:00
requirements_test_all.txt Bump adb-shell to 0.0.4; bump androidtv to 0.0.30 (#27224) 2019-10-05 12:44:51 -07:00
setup.cfg Add reproduce state template (#26866) 2019-09-23 23:23:53 -07:00
setup.py Add support for `for` to binary_sensor, light and switch device triggers (#26658) 2019-10-02 22:14:52 +02:00
tox.ini

README.rst

Home Assistant |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.

.. |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/integrations/