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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 remote
 
 select
 
 sensor
 

Functions

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

Variables

 JVCConfigEntry
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.REMOTE, Platform.SELECT, Platform.SENSOR]
 

Detailed Description

The jvc_projector integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.jvc_projector.async_setup_entry ( HomeAssistant  hass,
JVCConfigEntry  entry 
)
Set up integration from a config entry.

Definition at line 25 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.jvc_projector.async_unload_entry ( HomeAssistant  hass,
JVCConfigEntry  entry 
)
Unload config entry.

Definition at line 61 of file __init__.py.

Variable Documentation

◆ JVCConfigEntry

homeassistant.components.jvc_projector.JVCConfigEntry

Definition at line 20 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.jvc_projector.PLATFORMS = [Platform.BINARY_SENSOR, Platform.REMOTE, Platform.SELECT, Platform.SENSOR]

Definition at line 22 of file __init__.py.