Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zwave_js.entity Namespace Reference

Classes

class  ZWaveBaseEntity
 

Variables

string EVENT_ALIVE = "alive"
 
string EVENT_DEAD = "dead"
 
string EVENT_VALUE_REMOVED = "value removed"
 

Detailed Description

Generic Z-Wave Entity Class.

Variable Documentation

◆ EVENT_ALIVE

string homeassistant.components.zwave_js.entity.EVENT_ALIVE = "alive"

Definition at line 31 of file entity.py.

◆ EVENT_DEAD

string homeassistant.components.zwave_js.entity.EVENT_DEAD = "dead"

Definition at line 30 of file entity.py.

◆ EVENT_VALUE_REMOVED

string homeassistant.components.zwave_js.entity.EVENT_VALUE_REMOVED = "value removed"

Definition at line 29 of file entity.py.