Files
hass-fpl/custom_components/fpl/manifest.json
2022-01-12 19:26:11 -05:00

18 lines
391 B
JSON

{
"domain": "fpl",
"name": "FPL",
"documentation": "https://github.com/dotKrad/hass-fpl",
"iot_class": "cloud_polling",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@dotKrad"
],
"requirements": [
"bs4",
"integrationhelper"
],
"homeassistant": "2021.12.7",
"version": "1.0.0",
"issue_tracker" : "https://github.com/dotKrad/hass-fpl/issues"
}