From fbf793c4c35817861267a5339f11900a6e3ee358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 29 Aug 2021 08:00:26 +0200 Subject: [PATCH] Update README.md Closes #61 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c8b7db5..6510208 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ 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/tasks.json` | Tasks for the devcontainer. `custom_components/integration_blueprint/translations/*` | [Translation files.](https://developers.home-assistant.io/docs/internationalization/custom_integration) `custom_components/integration_blueprint/__init__.py` | The component file for the integration.