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] |
The jvc_projector integration.
| 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.
| bool homeassistant.components.jvc_projector.async_unload_entry | ( | HomeAssistant | hass, |
| JVCConfigEntry | entry | ||
| ) |
Unload config entry.
Definition at line 61 of file __init__.py.
| homeassistant.components.jvc_projector.JVCConfigEntry |
Definition at line 20 of file __init__.py.
| list homeassistant.components.jvc_projector.PLATFORMS = [Platform.BINARY_SENSOR, Platform.REMOTE, Platform.SELECT, Platform.SENSOR] |
Definition at line 22 of file __init__.py.