mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Add comments to entity category constants (#60276)
This commit is contained in:
parent
dee4ce921d
commit
07c90575ac
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user