hass-core/homeassistant/components/eafm/manifest.json
2022-01-28 13:37:53 -08:00

10 lines
284 B
JSON

{
"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"]
}