Namespaces | |
| binary_sensor | |
| browse_media | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| helpers | |
| media_player | |
| remote | |
| select | |
| sensor | |
Functions | |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS |
Support for Roku.
| None homeassistant.components.roku.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Reload the config entry when it changed.
Definition at line 52 of file __init__.py.
| bool homeassistant.components.roku.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Roku from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.roku.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 45 of file __init__.py.
| list homeassistant.components.roku.PLATFORMS |
Definition at line 12 of file __init__.py.