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

Classes

class  MadvrRemote
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for madVR remote control.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.madvr.remote.async_setup_entry ( HomeAssistant  hass,
MadVRConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the madVR remote.

Definition at line 20 of file remote.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file remote.py.