From f8d10d2612bf97def5815faa7015b0f207943e00 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Sat, 16 Mar 2019 13:50:39 -0500 Subject: [PATCH] Update README.md (#1) * Update README.md * Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 18a94bc..7af88fc 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ upon, to make more awesome stuff. ## Why? -This is simple, buy having custom_components look (README + structure) look the same -it is easier for developers to help each other and for users to start using it. +This is simple, by having custom_components look (README + structure) the same +it is easier for developers to help each other and for users to start using them. If you are a developer and you want to add things to this "blueprint" that you think more developers will have use for, please open a PR to add it :) @@ -35,7 +35,7 @@ Platform | Description ## Installation -1. Using you tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`). +1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`). 2. If you do not have a `custom_components` directory (folder) there, you need to create it. 3. In the `custom_components` directory (folder) create a new folder called `blueprint`. 4. Download _all_ the files from the `custom_components/blueprint/` directory (folder) in this repository. @@ -78,14 +78,14 @@ Key | Type | Required | Description Key | Type | Required | Default | Description -- | -- | -- | -- | -- -`enabled` | `boolean` | `False` | `False` | Boolean to enable/disable the platform. +`enabled` | `boolean` | `False` | `True` | Boolean to enable/disable the platform. `name` | `string` | `False` | `blueprint` | Custom name for the entity. ### Configuration options for `sensor` list Key | Type | Required | Default | Description -- | -- | -- | -- | -- -`enabled` | `boolean` | `False` | `False` | Boolean to enable/disable the platform. +`enabled` | `boolean` | `False` | `True` | Boolean to enable/disable the platform. `name` | `string` | `False` | `blueprint` | Custom name for the entity. @@ -93,7 +93,7 @@ Key | Type | Required | Default | Description Key | Type | Required | Default | Description -- | -- | -- | -- | -- -`enabled` | `boolean` | `False` | `False` | Boolean to enable/disable the platform. +`enabled` | `boolean` | `False` | `True` | Boolean to enable/disable the platform. `name` | `string` | `False` | `blueprint` | Custom name for the entity. ## Contributions are welcome! @@ -107,4 +107,4 @@ If you want to contribute to this please read the [Contribution guidelines](CONT [buymecoffeebedge]: https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667 [blueprint]: https://github.com/custom-components/blueprint [customupdater]: https://github.com/custom-components/custom_updater -[customupdaterbadge]: https://img.shields.io/badge/custom__updater-true-success.svg \ No newline at end of file +[customupdaterbadge]: https://img.shields.io/badge/custom__updater-true-success.svg