Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homewizard.button Namespace Reference

Classes

class  HomeWizardIdentifyButton
 

Functions

None async_setup_entry (HomeAssistant hass, HomeWizardConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 1
 

Detailed Description

Support for HomeWizard buttons.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.homewizard.button.async_setup_entry ( HomeAssistant  hass,
HomeWizardConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Identify button.

Definition at line 16 of file button.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.homewizard.button.PARALLEL_UPDATES = 1

Definition at line 13 of file button.py.