Files
hass-fpl/custom_components/fpl/manifest.json
2019-12-18 01:36:59 +00:00

15 lines
279 B
JSON

{
"domain": "fpl",
"name": "FPL",
"documentation": "https://github.com/custom-components/blueprint",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@dotKrad"
],
"requirements": [
"bs4",
"integrationhelper"
],
"homeassistant": "0.96.0"
}