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

Classes

class  ZWaveMeButton
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 DEVICE_NAME = ZWaveMePlatform.BUTTON
 

Detailed Description

Representation of a toggleButton.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zwave_me.button.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the number platform.

Definition at line 15 of file button.py.

Variable Documentation

◆ DEVICE_NAME

homeassistant.components.zwave_me.button.DEVICE_NAME = ZWaveMePlatform.BUTTON

Definition at line 12 of file button.py.