mirror of https://github.com/home-assistant/core
11 lines
333 B
JSON
11 lines
333 B
JSON
{
|
|
"domain": "geo_rss_events",
|
|
"name": "GeoRSS",
|
|
"codeowners": ["@exxamalte"],
|
|
"documentation": "https://www.home-assistant.io/integrations/geo_rss_events",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["georss_client", "georss_generic_client"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["georss-generic-client==0.8"]
|
|
}
|