From 4701c3cd468334340c46d7529954474d03b6b298 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 17 Jul 2019 16:40:36 +0200 Subject: [PATCH] Adds info about devcontainer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24dc247..4d84672 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ This repository contains multiple files, here is a overview: File | Purpose -- | -- +`.devcontainer/*` | Used for development/testing with VSCODE, more info in the readme file in that dir. `.github/ISSUE_TEMPLATE/feature_request.md` | Template for Feature Requests `.github/ISSUE_TEMPLATE/issue.md` | Template for issues `.github/settings.yml` | Probot settings to control the repository settings. +`.vscode/taks.json` | Tasks for the devcontainer. `custom_components/blueprint/__init__.py` | The component file for the integration. `custom_components/blueprint/binary_sensor.py` | Binary sensor platform for the integration. `custom_components/blueprint/const.py` | A file to hold shared variables/constants for the entire integration.