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

Classes

class  ZwaveEventEntity
 

Functions

str _cc_and_label (Value value)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Support for Z-Wave controls using the event platform.

Function Documentation

◆ _cc_and_label()

str homeassistant.components.zwave_js.event._cc_and_label ( Value  value)
private
Return a string with the command class and label.

Definition at line 47 of file event.py.

◆ async_setup_entry()

None homeassistant.components.zwave_js.event.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Z-Wave Event entity from Config Entry.

Definition at line 22 of file event.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.zwave_js.event.PARALLEL_UPDATES = 0

Definition at line 19 of file event.py.