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

Namespaces

 config_flow
 
 const
 
 exceptions
 
 media_player
 

Functions

bool async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def validate_projector (HomeAssistant hass, str host, str conn_type, bool check_power=True, bool check_powered_on=True)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.MEDIA_PLAYER]
 

Detailed Description

The epson integration.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.epson.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Migrate old entry.

Definition at line 73 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.epson.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up epson from a config entry.

Definition at line 48 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.epson.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 64 of file __init__.py.

◆ validate_projector()

def homeassistant.components.epson.validate_projector ( HomeAssistant  hass,
str  host,
str  conn_type,
bool   check_power = True,
bool   check_powered_on = True 
)
Validate the given projector host allows us to connect.

Definition at line 24 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.epson.PLATFORMS = [Platform.MEDIA_PLAYER]

Definition at line 19 of file __init__.py.