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

Public Member Functions

json_fragment json_fragment (self)
 
- Public Member Functions inherited from homeassistant.helpers.normalized_name_base_registry.NormalizedNameBaseRegistryEntry
None __post_init__ (self)
 

Static Public Attributes

 compare
 
 default_factory
 
 dict
 
 False
 
 init
 
- Static Public Attributes inherited from homeassistant.helpers.normalized_name_base_registry.NormalizedNameBaseRegistryEntry
 datetime
 
 default_factory
 
 init
 
 str
 

Detailed Description

Area Registry Entry.

Definition at line 72 of file area_registry.py.

Member Function Documentation

◆ json_fragment()

json_fragment homeassistant.helpers.area_registry.AreaEntry.json_fragment (   self)
Return a JSON representation of this AreaEntry.

Definition at line 84 of file area_registry.py.

Member Data Documentation

◆ compare

homeassistant.helpers.area_registry.AreaEntry.compare
static

Definition at line 81 of file area_registry.py.

◆ default_factory

homeassistant.helpers.area_registry.AreaEntry.default_factory
static

Definition at line 79 of file area_registry.py.

◆ dict

homeassistant.helpers.area_registry.AreaEntry.dict
static

Definition at line 81 of file area_registry.py.

◆ False

homeassistant.helpers.area_registry.AreaEntry.False
static

Definition at line 81 of file area_registry.py.

◆ init

homeassistant.helpers.area_registry.AreaEntry.init
static

Definition at line 81 of file area_registry.py.


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