Remove entity category system in favor of hidden_by (#68550)

This commit is contained in:
Erik Montnemery 2022-05-02 18:33:16 +02:00 committed by GitHub
parent a4682ae6e1
commit 1aaf78ef99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 42 additions and 51 deletions

View file

@ -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)