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

Static Public Attributes

string CONFIG_ENTRY = "config_entry"
 
string DEVICE = "device"
 
string HASS = "hass"
 
string INTEGRATION = "integration"
 
string USER = "user"
 

Detailed Description

What disabled a registry entry.

Definition at line 108 of file entity_registry.py.

Member Data Documentation

◆ CONFIG_ENTRY

string homeassistant.helpers.entity_registry.RegistryEntryDisabler.CONFIG_ENTRY = "config_entry"
static

Definition at line 111 of file entity_registry.py.

◆ DEVICE

string homeassistant.helpers.entity_registry.RegistryEntryDisabler.DEVICE = "device"
static

Definition at line 112 of file entity_registry.py.

◆ HASS

string homeassistant.helpers.entity_registry.RegistryEntryDisabler.HASS = "hass"
static

Definition at line 113 of file entity_registry.py.

◆ INTEGRATION

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

Definition at line 114 of file entity_registry.py.

◆ USER

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

Definition at line 115 of file entity_registry.py.


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