Added Code for fpl

This commit is contained in:
Yordan Suarez
2019-12-18 01:36:59 +00:00
parent 20afa2245f
commit adea133b3d
11 changed files with 363 additions and 20 deletions

View File

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