Home Assistant Unofficial Reference 2024.12.1
event.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.feedreader.event.FeedReaderEvent
 

Namespaces

 homeassistant.components.feedreader.event
 

Functions

None homeassistant.components.feedreader.event.async_setup_entry (HomeAssistant hass, FeedReaderConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.feedreader.event.ATTR_CONTENT = "content"
 
string homeassistant.components.feedreader.event.ATTR_DESCRIPTION = "description"
 
string homeassistant.components.feedreader.event.ATTR_LINK = "link"
 
string homeassistant.components.feedreader.event.ATTR_TITLE = "title"
 
 homeassistant.components.feedreader.event.LOGGER = logging.getLogger(__name__)