🏡 Open source home automation that puts local control and privacy first.
Go to file
Khole bcf85a0df1 [Climate] Hive Add water heater Component post the refresh of the climate component. (#25148)
* climate_water_heater

* updated names

* Update water_heater

* Update requirements

* Updated reqirements

* Version update

* updated Versiojn

* Update device list

* Removed unused Attributes
2019-07-14 23:54:07 +02:00
.circleci Update PR template (#23520) 2019-05-07 14:18:40 -07:00
.devcontainer Support hass-release inside devcontainer (#25090) 2019-07-12 09:16:14 +02:00
.github Adds Stale Probot for issues (#24985) 2019-07-06 20:18:20 +02:00
.vscode Climate 1.0 (#23899) 2019-07-08 14:00:24 +02:00
docs
homeassistant [Climate] Hive Add water heater Component post the refresh of the climate component. (#25148) 2019-07-14 23:54:07 +02:00
script Add Twente Milieu integration (#25129) 2019-07-14 12:30:23 +02:00
tests Merge UniFi device tracker to config entry (#24367) 2019-07-14 21:57:09 +02:00
virtualization Remove obsolete comments in Dockerfile (#24748) 2019-06-25 10:16:05 -07:00
.codecov.yml
.coveragerc Add Twente Milieu integration (#25129) 2019-07-14 12:30:23 +02:00
.dockerignore
.gitattributes
.gitignore Support hass-release inside devcontainer (#25090) 2019-07-12 09:16:14 +02:00
.hound.yml
.ignore Include .ignore file for search utilities (#5290) 2017-01-16 22:52:53 -08:00
.readthedocs.yml
.travis.yml
CLA.md
CODEOWNERS Add Twente Milieu integration (#25129) 2019-07-14 12:30:23 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Remove obsolete comments in Dockerfile (#24748) 2019-06-25 10:16:05 -07:00
LICENSE.md
MANIFEST.in
README.rst Remove badges from README [skipci] (#23815) 2019-05-12 23:55:16 -07:00
azure-pipelines-ci.yml Update azure-pipelines-ci.yml for Azure Pipelines 2019-07-12 12:08:53 +02:00
azure-pipelines-release.yml Update azure-pipelines-release.yml for Azure Pipelines 2019-07-11 09:24:15 +02:00
azure-pipelines-wheels.yml Update azure-pipelines-wheels.yml for Azure Pipelines 2019-07-12 09:42:21 +02:00
mypy.ini Split up yaml loaders into multiple files (#23774) 2019-05-09 09:07:56 -07:00
mypyrc
pylintrc Automatically generate config flow list (#23802) 2019-05-13 01:16:55 -07:00
requirements_all.txt [Climate] Hive Add water heater Component post the refresh of the climate component. (#25148) 2019-07-14 23:54:07 +02:00
requirements_docs.txt Upgrade Sphinx to 2.1.2 (#24693) 2019-06-23 07:49:40 +02:00
requirements_test.txt Upgrade flake8 to 3.7.8 (#25120) 2019-07-13 09:32:08 +02:00
requirements_test_all.txt Add Twente Milieu integration (#25129) 2019-07-14 12:30:23 +02:00
setup.cfg
setup.py Upgrade bcrypt to 3.1.7 (#24850) 2019-06-30 20:23:47 -04:00
tox.ini Update PR template (#23520) 2019-05-07 14:18:40 -07:00

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/components/