Find a file
Ville Skyttä b230562c76 Mypy config cleanups (#25475)
* Move file specific config to inline comments

* Disallow untyped defs by default everywhere
2019-07-25 08:08:20 +02: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 Mypy config cleanups (#25475) 2019-07-25 08:08:20 +02:00
script Add Support for VeSync Devices - Outlets and Switches (#24953) 2019-07-23 23:40:55 +02:00
tests Add area support to vacuum service schemas (#25443) 2019-07-24 08:29:08 +02:00
virtualization Upgrades Dockerfiles to Debian Buster (#25208) 2019-07-17 15:16:15 -07:00
.codecov.yml
.coveragerc Add new device tracker supporting Fortinet FortiGate (#23078) 2019-07-24 01:18:58 +02:00
.dockerignore
.gitattributes
.gitignore Support hass-release inside devcontainer (#25090) 2019-07-12 09:16:14 +02:00
.hound.yml
.ignore
.readthedocs.yml
.travis.yml
azure-pipelines-ci.yml Install requirements_test.txt for flake8 in Azure CI (#25463) 2019-07-24 08:36:52 -07:00
azure-pipelines-release.yml Update azure-pipelines-release.yml for Azure Pipelines 2019-07-24 08:19:16 +02:00
azure-pipelines-wheels.yml Update azure-pipelines-wheels.yml for Azure Pipelines 2019-07-15 15:22:19 +02:00
CLA.md
CODE_OF_CONDUCT.md
CODEOWNERS Add new device tracker supporting Fortinet FortiGate (#23078) 2019-07-24 01:18:58 +02:00
CONTRIBUTING.md
Dockerfile Upgrades Dockerfiles to Debian Buster (#25208) 2019-07-17 15:16:15 -07:00
LICENSE.md
MANIFEST.in
mypy.ini Mypy config cleanups (#25475) 2019-07-25 08:08:20 +02:00
mypyrc Type check homeassistant.scripts (#25464) 2019-07-24 13:18:40 -07:00
pylintrc
README.rst
requirements_all.txt Bump geniushub client (#25458) 2019-07-24 08:39:34 -04:00
requirements_docs.txt
requirements_test.txt Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
requirements_test_all.txt Bump up ZHA dependencies. (#25450) 2019-07-23 20:51:40 -04:00
setup.cfg
setup.py Upgrade ruamel.yaml to 0.15.99 (#25175) 2019-07-16 11:16:43 +02:00
tox.ini

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/