🏡 Open source home automation that puts local control and privacy first.
Go to file
starkillerOG 2acd3f9e98 Allow MQTT json light floating point transition (#27253)
* MQTT json light: allow floating point transition

Allow to use floating point values for the transition time of the MQTT json light.
In this way transitions shorter than 1s can be used (0.5 seconds for instance) if the MQTT light supports it.

* Always sent a float
2019-10-13 20:29:14 +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 Improve startup of devcontainer (#26572) 2019-09-11 11:20:21 +02:00
docs fixed minor typo in docs/source/api/helpers.rst (#27282) 2019-10-07 10:25:36 -07:00
homeassistant Allow MQTT json light floating point transition (#27253) 2019-10-13 20:29:14 +02:00
script Add strings for device automations to scaffold (#27556) 2019-10-12 14:09:06 -07:00
tests Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
.codecov.yml
.coveragerc Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
.dockerignore
.gitattributes
.gitignore Ignore test output 2019-09-11 08:28:57 +02:00
.hound.yml
.ignore
.pre-commit-config.yaml Run mypy in pre-commit (#27339) 2019-10-08 14:45:24 -07:00
.readthedocs.yml
.travis.yml Bump Travis timeout to 50 minutes (#26978) 2019-09-27 14:20:00 -07:00
CLA.md
CODEOWNERS Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile.dev Improve startup of devcontainer (#26572) 2019-09-11 11:20:21 +02:00
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 Run mypy in pre-commit (#27339) 2019-10-08 14:45:24 -07: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 Update azure-pipelines-translation.yml for Azure Pipelines 2019-09-05 12:09:21 +02:00
azure-pipelines-wheels.yml Update azure-pipelines-wheels.yml for Azure Pipelines 2019-09-13 22:29:39 +02:00
pylintrc Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
pyproject.toml
requirements_all.txt Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
requirements_docs.txt
requirements_test.txt Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
requirements_test_all.txt Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
setup.cfg Run mypy in pre-commit (#27339) 2019-10-08 14:45:24 -07:00
setup.py Bump python-slugify to 3.0.6 (#27430) 2019-10-11 00:27:07 -07:00
tox.ini Run mypy in pre-commit (#27339) 2019-10-08 14:45:24 -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/integrations/