Namespaces | |
| config_flow | |
| const | |
| media_player | |
| receiver | |
| services | |
Classes | |
| class | OnkyoData |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType _) |
| bool | async_setup_entry (HomeAssistant hass, OnkyoConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, OnkyoConfigEntry entry) |
| None | update_listener (HomeAssistant hass, OnkyoConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| OnkyoConfigEntry | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
The onkyo component.
| bool homeassistant.components.onkyo.async_setup | ( | HomeAssistant | hass, |
| ConfigType | _ | ||
| ) |
Set up Onkyo component.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.onkyo.async_setup_entry | ( | HomeAssistant | hass, |
| OnkyoConfigEntry | entry | ||
| ) |
Set up the Onkyo config entry.
Definition at line 38 of file __init__.py.
| bool homeassistant.components.onkyo.async_unload_entry | ( | HomeAssistant | hass, |
| OnkyoConfigEntry | entry | ||
| ) |
Unload Onkyo config entry.
Definition at line 62 of file __init__.py.
| None homeassistant.components.onkyo.update_listener | ( | HomeAssistant | hass, |
| OnkyoConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 74 of file __init__.py.
| homeassistant.components.onkyo.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 18 of file __init__.py.
| homeassistant.components.onkyo.OnkyoConfigEntry |
Definition at line 29 of file __init__.py.
| list homeassistant.components.onkyo.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 16 of file __init__.py.