Skip to content

Commit

Permalink
feat: add directions to access the UI from within HA (#205)
Browse files Browse the repository at this point in the history
* Add directions to access the UI from within HA

Adds directions to add the UI to HA using Lovelace.

* Change to new subheading

* Fix spacing

* Promot level

* style: fix lint

* Update docs/guide/homeassistant.md

* style: fix lint

Co-authored-by: Daniel Lando <[email protected]>
Co-authored-by: Z-Wave JS Bot <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2021
1 parent bd87e04 commit 51f715c
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 21,847 deletions.
13 changes: 13 additions & 0 deletions docs/guide/homeassistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ zwavejs2mqtt to resend the cached values when Home Assistant restarts.

zwavejs2mqtt try to do its best to guess how to map devices from Zwave to HASS. At the moment it try to guess the device to generate based on zwave values command classes, index and units of the value. When the discovered device doesn't fit your needs you can you can set custom a `device_class` to values using Gateway value table.

## Accessing zwavejs2mqtt From Within Home Assistant

The zwavejs2mqtt Control Panel UI can be accessed from within Home Assistant by adding the following to a Lovelace dashboard using the Raw Configuration Editor, substituting your IP address.

```yaml
- title: zwavejs2mqtt
panel: true
cards:
- type: iframe
url: '[PUT IP ADDRESS HERE]:8091/'
aspect_ratio: 100%
```

## Components management

To see the components that have been discovered by zwavejs2mqtt go to Control Panel UI, select a Node from the Nodes table then select the Node tab from tabs menu at the bottom of Nodes table. Now at the Bottom of the page, after Node values section you can find a new section called `Home Assistant - Devices`. Here you will see a table with all devices created for the selected node.
Expand Down
Loading

0 comments on commit 51f715c

Please sign in to comment.