Files
hass-fpl/custom_components/fpl/manifest.json
Yordan Suarez edff06c22d Adding version
2021-05-05 22:56:28 -04:00

16 lines
290 B
JSON

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