Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.feedreader.config_flow Namespace Reference

Classes

class  FeedReaderConfigFlow
 
class  FeedReaderOptionsFlowHandler
 

Functions

feedparser.FeedParserDict async_fetch_feed (HomeAssistant hass, str url)
 

Variables

 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for RSS/Atom feeds.

Function Documentation

◆ async_fetch_feed()

feedparser.FeedParserDict homeassistant.components.feedreader.config_flow.async_fetch_feed ( HomeAssistant  hass,
str  url 
)
Fetch the feed.

Definition at line 36 of file config_flow.py.

Variable Documentation

◆ LOGGER

homeassistant.components.feedreader.config_flow.LOGGER = logging.getLogger(__name__)

Definition at line 33 of file config_flow.py.