parent
56d61a8c1f
commit
f8d10d2612
12
README.md
12
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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user