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

Namespaces

 config_flow
 
 const
 
 media_player
 
 update
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
list PLATFORMS = [Platform.MEDIA_PLAYER, Platform.UPDATE]
 

Detailed Description

The openhome component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.openhome.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up the configuration config entry.

Definition at line 34 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.openhome.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Cleanup before removing config entry.

Definition at line 24 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.openhome.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 21 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.openhome.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.UPDATE]

Definition at line 19 of file __init__.py.