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] |
The epson integration.
| bool homeassistant.components.epson.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old entry.
Definition at line 73 of file __init__.py.
| 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.
| bool homeassistant.components.epson.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 64 of file __init__.py.
| 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.
|
private |
Definition at line 21 of file __init__.py.
| list homeassistant.components.epson.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 19 of file __init__.py.