Namespaces | |
| binding | |
| config_flow | |
| const | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| SERVER_CONFIG_SCHEMA | |
Support for Roku API emulation.
| bool homeassistant.components.emulated_roku.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the emulated roku component.
Definition at line 50 of file __init__.py.
| bool homeassistant.components.emulated_roku.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up an emulated roku server from a config entry.
Definition at line 68 of file __init__.py.
| bool homeassistant.components.emulated_roku.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 97 of file __init__.py.
| homeassistant.components.emulated_roku.CONFIG_SCHEMA |
Definition at line 36 of file __init__.py.
| homeassistant.components.emulated_roku.SERVER_CONFIG_SCHEMA |
Definition at line 25 of file __init__.py.