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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 errors
 
 remote
 
 sensor
 

Functions

None async_handle_unload (MadVRCoordinator coordinator)
 
bool async_setup_entry (HomeAssistant hass, MadVRConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, MadVRConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 MadVRConfigEntry
 

Detailed Description

The madvr-envy integration.

Function Documentation

◆ async_handle_unload()

None homeassistant.components.madvr.async_handle_unload ( MadVRCoordinator  coordinator)
Handle unload.

Definition at line 23 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.madvr.async_setup_entry ( HomeAssistant  hass,
MadVRConfigEntry  entry 
)
Set up the integration from a config entry.

Definition at line 33 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.madvr.async_unload_entry ( HomeAssistant  hass,
MadVRConfigEntry  entry 
)
Unload a config entry.

Definition at line 62 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.madvr._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file __init__.py.

◆ MadVRConfigEntry

homeassistant.components.madvr.MadVRConfigEntry

Definition at line 18 of file __init__.py.