mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add config and diagnostic entities (#57528)
* Add config entity concept * Rename is_config_entity to entity_category * Add test * Add 'diagnostic' entity category
This commit is contained in:
@@ -704,3 +704,6 @@ CLOUD_NEVER_EXPOSED_ENTITIES: Final[list[str]] = ["group.all_locks"]
|
||||
|
||||
# The ID of the Home Assistant Cast App
|
||||
CAST_APP_ID_HOMEASSISTANT: Final = "B12CE3CA"
|
||||
|
||||
ENTITY_CATEGORY_CONFIG: Final = "config"
|
||||
ENTITY_CATEGORY_DIAGNOSTIC: Final = "diagnostic"
|
||||
|
||||
Reference in New Issue
Block a user