core/homeassistant/components/eafm/manifest.json

11 lines
284 B
JSON
Raw Normal View History

{
"domain": "eafm",
"name": "Environment Agency Flood Gauges",
"documentation": "https://www.home-assistant.io/integrations/eafm",
"config_flow": true,
"codeowners": ["@Jc2k"],
"requirements": ["aioeafm==0.1.2"],
"iot_class": "cloud_polling",
"loggers": ["aioeafm"]
}