Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.apsystems Namespace Reference

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 number
 
 sensor
 
 switch
 

Classes

class  ApSystemsData
 

Functions

bool async_setup_entry (HomeAssistant hass, ApSystemsConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 ApSystemsConfigEntry
 

Detailed Description

The APsystems local API integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.apsystems.async_setup_entry ( HomeAssistant  hass,
ApSystemsConfigEntry  entry 
)
Set up this integration using UI.

Definition at line 35 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.apsystems.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 54 of file __init__.py.

Variable Documentation

◆ ApSystemsConfigEntry

homeassistant.components.apsystems.ApSystemsConfigEntry

Definition at line 32 of file __init__.py.