Add comments to entity category constants (#60276)

This commit is contained in:
Erik Montnemery 2021-11-24 10:46:53 +01:00 committed by GitHub
parent dee4ce921d
commit 07c90575ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -701,8 +701,11 @@ PRECISION_TENTHS: Final = 0.1
# cloud, alexa, or google_home components
CLOUD_NEVER_EXPOSED_ENTITIES: Final[list[str]] = ["group.all_locks"]
# Config: An entity which allows changing the configuration of a device
ENTITY_CATEGORY_CONFIG: Final = "config"
# Diagnostic: An entity exposing some configuration parameter or diagnostics of a device
ENTITY_CATEGORY_DIAGNOSTIC: Final = "diagnostic"
# System: An entity which is not useful for the user to interact with
ENTITY_CATEGORY_SYSTEM: Final = "system"
# Entity categories which will: