Classes | |
| class | RssView |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| CONFIG_SCHEMA | |
| string | CONTENT_TYPE_XML = "text/xml" |
| string | DOMAIN = "rss_feed_template" |
Support to export sensor values via RSS feed.
| bool homeassistant.components.rss_feed_template.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the RSS feed template component.
Definition at line 45 of file __init__.py.
| homeassistant.components.rss_feed_template.CONFIG_SCHEMA |
Definition at line 19 of file __init__.py.
| string homeassistant.components.rss_feed_template.CONTENT_TYPE_XML = "text/xml" |
Definition at line 16 of file __init__.py.
| string homeassistant.components.rss_feed_template.DOMAIN = "rss_feed_template" |
Definition at line 17 of file __init__.py.