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

Classes

class  NAMButton
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 ButtonEntityDescription
 
 coordinator = entry.runtime_data
 
 device_class
 
 entity_category
 
 key
 
int PARALLEL_UPDATES = 1
 

Detailed Description

Support for the Nettigo Air Monitor service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nam.button.async_setup_entry ( HomeAssistant  hass,
NAMConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)

Definition at line 30 of file button.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nam.button._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file button.py.

◆ ButtonEntityDescription

◆ coordinator

homeassistant.components.nam.button.coordinator = entry.runtime_data
Add a Nettigo Air Monitor entities from a config_entry.

Definition at line 34 of file button.py.

◆ device_class

homeassistant.components.nam.button.device_class

Definition at line 25 of file button.py.

◆ entity_category

homeassistant.components.nam.button.entity_category

Definition at line 26 of file button.py.

◆ key

homeassistant.components.nam.button.key

Definition at line 24 of file button.py.

◆ PARALLEL_UPDATES

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

Definition at line 19 of file button.py.