Metadata-Version: 2.1
Name: homeassistant
Version: 2024.8.0
Summary: Open-source home automation platform running on Python 3.
Author-email: The Home Assistant Authors <hello@home-assistant.io>
License: Apache-2.0
Project-URL: Homepage, https://www.home-assistant.io/
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.12
Classifier: Topic :: Home Automation
Requires-Python: >=3.12.0
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: aiodns ==3.2.0
Requires-Dist: aiohttp ==3.10.1
Requires-Dist: aiohttp-cors ==0.7.0
Requires-Dist: aiohttp-fast-zlib ==0.1.1
Requires-Dist: aiozoneinfo ==0.2.1
Requires-Dist: astral ==2.2
Requires-Dist: async-interrupt ==1.1.2
Requires-Dist: attrs ==23.2.0
Requires-Dist: atomicwrites-homeassistant ==1.4.1
Requires-Dist: awesomeversion ==24.6.0
Requires-Dist: bcrypt ==4.1.3
Requires-Dist: certifi >=2021.5.30
Requires-Dist: ciso8601 ==2.3.1
Requires-Dist: fnv-hash-fast ==0.5.0
Requires-Dist: hass-nabucasa ==0.81.1
Requires-Dist: httpx ==0.27.0
Requires-Dist: home-assistant-bluetooth ==1.12.2
Requires-Dist: ifaddr ==0.2.0
Requires-Dist: Jinja2 ==3.1.4
Requires-Dist: lru-dict ==1.3.0
Requires-Dist: PyJWT ==2.8.0
Requires-Dist: cryptography ==43.0.0
Requires-Dist: Pillow ==10.4.0
Requires-Dist: pyOpenSSL ==24.2.1
Requires-Dist: orjson ==3.10.6
Requires-Dist: packaging >=23.1
Requires-Dist: pip >=21.3.1
Requires-Dist: psutil-home-assistant ==0.0.1
Requires-Dist: python-slugify ==8.0.4
Requires-Dist: PyYAML ==6.0.1
Requires-Dist: requests ==2.32.3
Requires-Dist: SQLAlchemy ==2.0.31
Requires-Dist: typing-extensions <5.0,>=4.12.2
Requires-Dist: ulid-transform ==0.13.1
Requires-Dist: urllib3 <2,>=1.26.5
Requires-Dist: voluptuous ==0.15.2
Requires-Dist: voluptuous-serialize ==2.6.0
Requires-Dist: voluptuous-openapi ==0.0.5
Requires-Dist: yarl ==1.9.4

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/>`__.

This is a project of the `Open Home Foundation <https://www.openhomefoundation.org/>`__.

|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://www.home-assistant.io/join-chat/
.. |screenshot-states| image:: https://raw.githubusercontent.com/home-assistant/core/dev/.github/assets/screenshot-states.png
   :target: https://demo.home-assistant.io
.. |screenshot-integrations| image:: https://raw.githubusercontent.com/home-assistant/core/dev/.github/assets/screenshot-integrations.png
   :target: https://home-assistant.io/integrations/
