Remove entity category system in favor of hidden_by (#68550)
This commit is contained in:
parent
a4682ae6e1
commit
1aaf78ef99
9 changed files with 42 additions and 51 deletions
|
@ -200,9 +200,6 @@ class EntityCategory(StrEnum):
|
|||
# Diagnostic: An entity exposing some configuration parameter or diagnostics of a device
|
||||
DIAGNOSTIC = "diagnostic"
|
||||
|
||||
# System: An entity which is not useful for the user to interact with
|
||||
SYSTEM = "system"
|
||||
|
||||
|
||||
ENTITY_CATEGORIES_SCHEMA: Final = vol.Coerce(EntityCategory)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue