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

Classes

class  FeedReaderCoordinator
 
class  StoredData
 

Variables

 _LOGGER = getLogger(__name__)
 
int DELAY_SAVE = 30
 
int STORAGE_VERSION = 1
 

Detailed Description

Data update coordinator for RSS/Atom feeds.

Variable Documentation

◆ _LOGGER

homeassistant.components.feedreader.coordinator._LOGGER = getLogger(__name__)
private

Definition at line 27 of file coordinator.py.

◆ DELAY_SAVE

int homeassistant.components.feedreader.coordinator.DELAY_SAVE = 30

Definition at line 23 of file coordinator.py.

◆ STORAGE_VERSION

int homeassistant.components.feedreader.coordinator.STORAGE_VERSION = 1

Definition at line 24 of file coordinator.py.