Skip to content

Commit

Permalink
docs: correcting typo on URL and updating to newer dashboard yaml (#2817
Browse files Browse the repository at this point in the history
)

* correcting typo on URL and updating to newer dashboard yaml

* style: fix lint

Co-authored-by: Z-Wave JS Bot <[email protected]>
  • Loading branch information
tflatebo and zwave-js-bot authored Nov 23, 2022
1 parent 49a4f59 commit 17c4fe6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/homeassistant/accessing-lovelace.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ First, add a new Lovelace dashboard. In the dashboard:
4. Paste the code below and save

```yaml
- title: Z-Wave JS UI
panel: true
cards:
- type: iframe
url: 'http:/127.0.0.1[SUBSTITUTE YOUR IP ADDRESS HERE]:8091/'
aspect_ratio: 100%
views:
- title: Z-Wave JS UI
panel: true
cards:
- type: iframe
url: 'http://127.0.0.1[OR SUBSTITUTE YOUR IP ADDRESS HERE]:8091/'
aspect_ratio: 100%
```
Alternatively, you can add a new tab to a pre-existing dashboard by inserting the above yaml into the pre-existing dashboard's raw configuration.
Expand Down

0 comments on commit 17c4fe6

Please sign in to comment.