Skip to content

Commit

Permalink
Merge pull request #39 from lpchaim/readme-links-update
Browse files Browse the repository at this point in the history
Fixed broken README.md links
  • Loading branch information
iantrich committed Jul 4, 2020
2 parents e4b13e4 + fd069f7 commit 98c80eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ resources:

| Variable | Description |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `this.hass` | The [hass](https://developers.home-assistant.io/docs/en/frontend_data.html) object |
| `states` | The [states](https://developers.home-assistant.io/docs/en/frontend_data.html#hassstates) object |
| `user` | The [user](https://developers.home-assistant.io/docs/en/frontend_data.html#hassuser) object |
| `this.hass` | The [hass](https://developers.home-assistant.io/docs/frontend/data/) object |
| `states` | The [states](https://developers.home-assistant.io/docs/frontend/data/#hassstates) object |
| `user` | The [user](https://developers.home-assistant.io/docs/frontend/data/#hassuser) object |
| `vars` | Defined by `variables` configuration and accessible in your templates starting at the 0th index as your firstly defined variable to help clean up your templates |

```yaml
Expand Down

0 comments on commit 98c80eb

Please sign in to comment.