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

Static Public Attributes

 ADDED = auto()
 
 NOT_ADDED = auto()
 
 REMOVED = auto()
 

Detailed Description

The platform state of an entity.

Definition at line 216 of file entity.py.

Member Data Documentation

◆ ADDED

homeassistant.helpers.entity.EntityPlatformState.ADDED = auto()
static

Definition at line 225 of file entity.py.

◆ NOT_ADDED

homeassistant.helpers.entity.EntityPlatformState.NOT_ADDED = auto()
static

Definition at line 221 of file entity.py.

◆ REMOVED

homeassistant.helpers.entity.EntityPlatformState.REMOVED = auto()
static

Definition at line 229 of file entity.py.


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