Update README.md

This commit is contained in:
Joakim Sørensen 2019-05-15 22:44:36 +02:00 committed by GitHub
parent 59463b5f70
commit 45617d8515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ File | Purpose
`.github/ISSUE_TEMPLATE/issue.md` | Template for issues `.github/ISSUE_TEMPLATE/issue.md` | Template for issues
`.github/main.workflow` | Workflow file for GitHub Actions `.github/main.workflow` | Workflow file for GitHub Actions
`.github/settings.yml` | Probot settings to control the repository settings. `.github/settings.yml` | Probot settings to control the repository settings.
`.github/stale.yml` | Probot settings for the stale bot.
`custom_components/blueprint/__init__.py` | The component file for the integration. `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/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. `custom_components/blueprint/const.py` | A file to hold shared variables/constants for the entire integration.
@ -35,9 +34,9 @@ File | Purpose
`custom_components/blueprint/switch.py` | Switch sensor platform for the integration. `custom_components/blueprint/switch.py` | Switch sensor platform for the integration.
`CONTRIBUTING.md` | Guidelines on how to contribute. `CONTRIBUTING.md` | Guidelines on how to contribute.
`example.png` | Screenshot that demonstrate how it might look in the UI. `example.png` | Screenshot that demonstrate how it might look in the UI.
`example.yaml` | An example on how it might look in the users configuration.yaml file.
`LICENSE` | The license file for the project. `LICENSE` | The license file for the project.
`README.md` | The file you are reading now, should contain info about the integration, installation and configuration instructions. `README.md` | The file you are reading now, should contain info about the integration, installation and configuration instructions.
`resources.json` | A special file that ['custom_updater'][customupdater] needs to download all required files.
*** ***
README content if this was a published component: README content if this was a published component: