Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.entity_registry.RegistryEntryHider Class Reference
Inheritance diagram for homeassistant.helpers.entity_registry.RegistryEntryHider:
[legend]
Collaboration diagram for homeassistant.helpers.entity_registry.RegistryEntryHider:
[legend]

Static Public Attributes

string INTEGRATION = "integration"
 
string USER = "user"
 

Detailed Description

What hid a registry entry.

Definition at line 118 of file entity_registry.py.

Member Data Documentation

◆ INTEGRATION

string homeassistant.helpers.entity_registry.RegistryEntryHider.INTEGRATION = "integration"
static

Definition at line 121 of file entity_registry.py.

◆ USER

string homeassistant.helpers.entity_registry.RegistryEntryHider.USER = "user"
static

Definition at line 122 of file entity_registry.py.


The documentation for this class was generated from the following file: