Metadata-Version: 2.1
Name: homeassistant
Version: 2023.5.0b6
Summary: Open-source home automation platform running on Python 3.
Home-page: https://www.home-assistant.io/
Author-email: The Home Assistant Authors <hello@home-assistant.io>
License: Apache-2.0
Project-URL: Source Code, https://github.com/home-assistant/core
Project-URL: Bug Reports, https://github.com/home-assistant/core/issues
Project-URL: Docs: Dev, https://developers.home-assistant.io/
Project-URL: Discord, https://www.home-assistant.io/join-chat/
Project-URL: Forum, https://community.home-assistant.io/
Keywords: home,automation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Home Automation
Requires-Python: >=3.10.0
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: aiohttp (==3.8.4)
Requires-Dist: astral (==2.2)
Requires-Dist: async-timeout (==4.0.2)
Requires-Dist: attrs (==22.2.0)
Requires-Dist: atomicwrites-homeassistant (==1.4.1)
Requires-Dist: awesomeversion (==22.9.0)
Requires-Dist: bcrypt (==4.0.1)
Requires-Dist: certifi (>=2021.5.30)
Requires-Dist: ciso8601 (==2.3.0)
Requires-Dist: httpx (==0.24.0)
Requires-Dist: home-assistant-bluetooth (==1.10.0)
Requires-Dist: ifaddr (==0.1.7)
Requires-Dist: jinja2 (==3.1.2)
Requires-Dist: lru-dict (==1.1.8)
Requires-Dist: PyJWT (==2.6.0)
Requires-Dist: cryptography (==40.0.2)
Requires-Dist: pyOpenSSL (==23.1.0)
Requires-Dist: orjson (==3.8.10)
Requires-Dist: pip (<23.2,>=21.0)
Requires-Dist: python-slugify (==4.0.1)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: requests (==2.28.2)
Requires-Dist: typing-extensions (<5.0,>=4.5.0)
Requires-Dist: ulid-transform (==0.7.0)
Requires-Dist: voluptuous (==0.13.1)
Requires-Dist: voluptuous-serialize (==2.6.0)
Requires-Dist: yarl (==1.9.2)

Home Assistant |Chat Status|
=================================================================================

Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

Check out `home-assistant.io <https://home-assistant.io>`__ for `a
demo <https://demo.home-assistant.io>`__, `installation instructions <https://home-assistant.io/getting-started/>`__,
`tutorials <https://home-assistant.io/getting-started/automation/>`__ and `documentation <https://home-assistant.io/docs/>`__.

|screenshot-states|

Featured integrations
---------------------

|screenshot-integrations|

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/architecture_index/>`__ and the `section on creating your own
components <https://developers.home-assistant.io/docs/creating_component_index/>`__.

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.githubusercontent.com/home-assistant/core/master/docs/screenshots.png
   :target: https://demo.home-assistant.io
.. |screenshot-integrations| image:: https://raw.githubusercontent.com/home-assistant/core/dev/docs/screenshot-integrations.png
   :target: https://home-assistant.io/integrations/
