diff --git a/README.md b/README.md index e7e2510..c421e07 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Currently the lovelace editor is not supported, but you can use `yaml`:. | Name | Type | Default | Description | | :-------------------- | :-------------- | :---------- | :---------------------------------------------------------------------------------------------------------------------------------- | | `icon` | string | Required | Icon to render. | -| `name ` | string | Required | Name of the room to render. | +| `name` | string | Required | Name of the room to render. | | `secondary` | string | Optional | Secondary info to render. May contain [templates](https://www.home-assistant.io/docs/configuration/templating/). | -| `navigate ` | string | Optional | Path to navigate to on press. | +| `navigate` | string | Optional | Path to navigate to on press. | | `entities` | list | Optional | Room state entities, supports two types entity and template. |