hass-core/homeassistant/components/filesize/manifest.json
G Johansson 67cf053260
Implement config flow for filesize (#67668)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-25 09:30:28 -10:00

8 lines
215 B
JSON

{
"domain": "filesize",
"name": "File Size",
"documentation": "https://www.home-assistant.io/integrations/filesize",
"codeowners": ["@gjohansson-ST"],
"iot_class": "local_polling",
"config_flow": true
}