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

Namespaces

 config_flow
 
 const
 
 cover
 
 diagnostics
 
 entity
 
 light
 
 scene
 

Functions

bool async_setup_entry (HomeAssistant hass, WebControlProConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, WebControlProConfigEntry entry)
 

Variables

 WebControlProConfigEntry
 

Detailed Description

The WMS WebControl pro API integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.wmspro.async_setup_entry ( HomeAssistant  hass,
WebControlProConfigEntry   entry 
)
Set up wmspro from a config entry.

Definition at line 23 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.wmspro.async_unload_entry ( HomeAssistant  hass,
WebControlProConfigEntry   entry 
)
Unload a config entry.

Definition at line 62 of file __init__.py.

Variable Documentation

◆ WebControlProConfigEntry

homeassistant.components.wmspro.WebControlProConfigEntry

Definition at line 20 of file __init__.py.