From 0a3a92db073d9bf7e1eb11bc00abd4778ec25889 Mon Sep 17 00:00:00 2001 From: Giorgio Lasala Date: Thu, 10 Oct 2019 16:36:05 +0200 Subject: [PATCH] Typo on README.md (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 065d345..b552046 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ File | Purpose `.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. +`.vscode/tasks.json` | Tasks for the devcontainer. `custom_components/blueprint/.translations/*` | [Translation files.](https://developers.home-assistant.io/docs/en/next/internationalization_custom_component_localization.html#translation-strings) `custom_components/blueprint/__init__.py` | The component file for the integration. `custom_components/blueprint/binary_sensor.py` | Binary sensor platform for the integration.