Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.device_registry.DeletedDeviceEntry Class Reference

Public Member Functions

json_fragment as_storage_fragment (self)
 
DeviceEntry to_device_entry (self, str config_entry_id, set[tuple[str, str]] connections, set[tuple[str, str]] identifiers)
 

Static Public Attributes

 datetime
 
 dict
 
 eq
 
 factory
 
 False
 
 init
 
 None
 
 str
 

Detailed Description

Deleted Device Registry Entry.

Definition at line 398 of file device_registry.py.

Member Function Documentation

◆ as_storage_fragment()

json_fragment homeassistant.helpers.device_registry.DeletedDeviceEntry.as_storage_fragment (   self)
Return a json fragment for storage.

Definition at line 428 of file device_registry.py.

◆ to_device_entry()

DeviceEntry homeassistant.helpers.device_registry.DeletedDeviceEntry.to_device_entry (   self,
str  config_entry_id,
set[tuple[str, str]]  connections,
set[tuple[str, str]]  identifiers 
)
Create DeviceEntry from DeletedDeviceEntry.

Definition at line 410 of file device_registry.py.

Member Data Documentation

◆ datetime

homeassistant.helpers.device_registry.DeletedDeviceEntry.datetime
static

Definition at line 406 of file device_registry.py.

◆ dict

homeassistant.helpers.device_registry.DeletedDeviceEntry.dict
static

Definition at line 408 of file device_registry.py.

◆ eq

homeassistant.helpers.device_registry.DeletedDeviceEntry.eq
static

Definition at line 408 of file device_registry.py.

◆ factory

homeassistant.helpers.device_registry.DeletedDeviceEntry.factory
static

Definition at line 406 of file device_registry.py.

◆ False

homeassistant.helpers.device_registry.DeletedDeviceEntry.False
static

Definition at line 408 of file device_registry.py.

◆ init

homeassistant.helpers.device_registry.DeletedDeviceEntry.init
static

Definition at line 408 of file device_registry.py.

◆ None

homeassistant.helpers.device_registry.DeletedDeviceEntry.None
static

Definition at line 405 of file device_registry.py.

◆ str

homeassistant.helpers.device_registry.DeletedDeviceEntry.str
static

Definition at line 404 of file device_registry.py.


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