Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| event | |
Functions | |
| None | _async_update_listener (HomeAssistant hass, FeedReaderConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, FeedReaderConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, FeedReaderConfigEntry entry) |
Variables | |
| string | CONF_URLS = "urls" |
| CONFIG_SCHEMA | |
| FeedReaderConfigEntry | |
Support for RSS/Atom feeds.
|
private |
Handle reconfiguration.
Definition at line 118 of file __init__.py.
| bool homeassistant.components.feedreader.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Feedreader component.
Definition at line 45 of file __init__.py.
| bool homeassistant.components.feedreader.async_setup_entry | ( | HomeAssistant | hass, |
| FeedReaderConfigEntry | entry | ||
| ) |
Set up Feedreader from a config entry.
Definition at line 79 of file __init__.py.
| bool homeassistant.components.feedreader.async_unload_entry | ( | HomeAssistant | hass, |
| FeedReaderConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 107 of file __init__.py.
| string homeassistant.components.feedreader.CONF_URLS = "urls" |
Definition at line 20 of file __init__.py.
| homeassistant.components.feedreader.CONFIG_SCHEMA |
Definition at line 24 of file __init__.py.
| homeassistant.components.feedreader.FeedReaderConfigEntry |
Definition at line 18 of file __init__.py.