Fix hidden default (#70699)
This commit is contained in:
parent
791138eb8b
commit
5317bf02e6
2 changed files with 15 additions and 1 deletions
|
@ -230,7 +230,7 @@ class EntityDescription:
|
|||
device_class: str | None = None
|
||||
entity_category: EntityCategory | None = None
|
||||
entity_registry_enabled_default: bool = True
|
||||
entity_registry_visible_default: bool = False
|
||||
entity_registry_visible_default: bool = True
|
||||
force_update: bool = False
|
||||
icon: str | None = None
|
||||
name: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue