Added Code for fpl
This commit is contained in:
15
custom_components/fpl/manifest.json
Normal file
15
custom_components/fpl/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user