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

Classes

class  JvcProjectorRemote
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary COMMANDS
 

Detailed Description

Remote platform for the jvc_projector integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.jvc_projector.remote.async_setup_entry ( HomeAssistant  hass,
JVCConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the JVC Projector platform from a config entry.

Definition at line 56 of file remote.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 53 of file remote.py.

◆ COMMANDS

dictionary homeassistant.components.jvc_projector.remote.COMMANDS

Definition at line 20 of file remote.py.