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

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "Start Home Assistant on port 8124",
"type": "shell",
"command": "source .devcontainer/custom_component_helper && StartHomeAssistant",
"command": "source .devcontainer/custom_component_helper",
"group": {
"kind": "test",
"isDefault": true,