Home Assistant Unofficial Reference 2024.12.1
__init__.py
Go to the documentation of this file.
1 """Contains components that can be plugged into Home Assistant.
2 
3 Component design guidelines:
4 - Each component defines a constant DOMAIN that is equal to its filename.
5 - Each component that tracks states should create state entity names in the
6  format "<DOMAIN>.<OBJECT_ID>".
7 - Each component should publish services only under its own domain.
8 """