core/homeassistant/components/flume/manifest.json

15 lines
314 B
JSON

{
"domain": "flume",
"name": "Flume",
"documentation": "https://www.home-assistant.io/integrations/flume/",
"requirements": ["pyflume==0.6.5"],
"codeowners": ["@ChrisMandich", "@bdraco"],
"config_flow": true,
"dhcp": [
{
"hostname": "flume-gw-*"
}
],
"iot_class": "cloud_polling"
}