1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
Go to file
Santobert bd6bbcd5af Neato config flow (#26579)
* initial commit

* Minor changes

* add async setup entry

* Add translations and some other stuff

* add and remove entry

* use async_setup_entry

* Update config_flows.py

* dshokouhi's changes

* Improve workflow

* Add valid_vendors

* Add entity registry

* Add device registry

* Update entry from configuration.yaml

* Revert unneccesary changes

* Update .coveragerc

* Prepared tests

* Add dshokouhi and Santobert as codeowners

* Fix unload entry and abort when already_configured

* First tests

* Add test for abort cases

* Add test for invalid credentials on import

* Add one last test

* Add test_init.py with some tests

* Address reviews, part 1

* Update outdated entry

* await instead of add_job

* run IO inside an executor

* remove faulty test

* Fix pylint issues

* Move IO out of constructur

* Edit error translations

* Edit imports

* Minor changes

* Remove test for invalid vendor

* Async setup platform

* Edit login function

* Moved IO out if init

* Update switches after added to hass

* Revert update outdated entry

* try and update new entrys from config.yaml

* Add test invalid vendor

* Default to neato
2019-10-06 13:05:51 +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
homeassistant Neato config flow (#26579) 2019-10-06 13:05:51 +02:00
script Neato config flow (#26579) 2019-10-06 13:05:51 +02:00
tests Neato config flow (#26579) 2019-10-06 13:05:51 +02:00
.codecov.yml
.coveragerc Neato config flow (#26579) 2019-10-06 13:05:51 +02: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
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
CLA.md
CODE_OF_CONDUCT.md
CODEOWNERS Neato config flow (#26579) 2019-10-06 13:05:51 +02:00
CONTRIBUTING.md
Dockerfile.dev Improve startup of devcontainer (#26572) 2019-09-11 11:20:21 +02:00
LICENSE.md
MANIFEST.in
mypyrc Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
pylintrc
pyproject.toml
README.rst Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
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_all.txt Neato config flow (#26579) 2019-10-06 13:05:51 +02:00
requirements_test.txt Upgrade pytest to 5.2.0 (#27058) 2019-09-29 23:00:39 +02: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

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/