Entity Registry Entry.
Definition at line 170 of file entity_registry.py.
◆ _as_display_dict()
| dict[str, Any] | None homeassistant.helpers.entity_registry.RegistryEntry._as_display_dict |
( |
|
self | ) |
|
|
private |
Return a partial dict representation of the entry.
This version only includes what's needed for display.
Returns None if there's no data needed for display.
Definition at line 226 of file entity_registry.py.
◆ _domain_default()
| str homeassistant.helpers.entity_registry.RegistryEntry._domain_default |
( |
|
self | ) |
|
|
private |
◆ as_partial_dict()
| dict[str, Any] homeassistant.helpers.entity_registry.RegistryEntry.as_partial_dict |
( |
|
self | ) |
|
◆ as_storage_fragment()
| json_fragment homeassistant.helpers.entity_registry.RegistryEntry.as_storage_fragment |
( |
|
self | ) |
|
◆ disabled()
| bool homeassistant.helpers.entity_registry.RegistryEntry.disabled |
( |
|
self | ) |
|
◆ display_json_repr()
| bytes | None homeassistant.helpers.entity_registry.RegistryEntry.display_json_repr |
( |
|
self | ) |
|
Return a cached partial JSON representation of the entry.
This version only includes what's needed for display.
Definition at line 256 of file entity_registry.py.
◆ extended_dict()
| dict[str, Any] homeassistant.helpers.entity_registry.RegistryEntry.extended_dict |
( |
|
self | ) |
|
◆ hidden()
| bool homeassistant.helpers.entity_registry.RegistryEntry.hidden |
( |
|
self | ) |
|
◆ partial_json_repr()
| bytes | None homeassistant.helpers.entity_registry.RegistryEntry.partial_json_repr |
( |
|
self | ) |
|
Return a cached partial JSON representation of the entry.
Definition at line 320 of file entity_registry.py.
◆ write_unavailable_state()
| None homeassistant.helpers.entity_registry.RegistryEntry.write_unavailable_state |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
◆ bool
| homeassistant.helpers.entity_registry.RegistryEntry.bool |
|
static |
◆ converter
| homeassistant.helpers.entity_registry.RegistryEntry.converter |
|
static |
◆ datetime
| homeassistant.helpers.entity_registry.RegistryEntry.datetime |
|
static |
◆ default
| homeassistant.helpers.entity_registry.RegistryEntry.default |
|
static |
◆ dict
| homeassistant.helpers.entity_registry.RegistryEntry.dict |
|
static |
◆ domain
| homeassistant.helpers.entity_registry.RegistryEntry.domain |
◆ eq
| homeassistant.helpers.entity_registry.RegistryEntry.eq |
|
static |
◆ factory
| homeassistant.helpers.entity_registry.RegistryEntry.factory |
|
static |
◆ False
| homeassistant.helpers.entity_registry.RegistryEntry.False |
|
static |
◆ init
| homeassistant.helpers.entity_registry.RegistryEntry.init |
|
static |
◆ int
| homeassistant.helpers.entity_registry.RegistryEntry.int |
|
static |
◆ None
| homeassistant.helpers.entity_registry.RegistryEntry.None |
|
static |
◆ ReadOnlyEntityOptionsType
| homeassistant.helpers.entity_registry.RegistryEntry.ReadOnlyEntityOptionsType |
|
static |
◆ repr
| homeassistant.helpers.entity_registry.RegistryEntry.repr |
|
static |
◆ str
| homeassistant.helpers.entity_registry.RegistryEntry.str |
|
static |
The documentation for this class was generated from the following file: