Location
Grouping entities into separate views.
system: ui provider: location introduced in v0.1
Idea of locations is quite similar to groups. The main difference is that locations are used for creating new “pages” on the dashboard.
You can’t use roles to prevent access to certain location, but if user doesn’t have access to any of the devices within a location, this location will be hidden.
All devices which are not manually attached to any of a locations will be assigned
to a Default
location. You can use name: Default
if you want to manually assign devices to this location.
Configuration options
Param | Required | Type | Default | Description |
---|---|---|---|---|
name | yes | string | Location name | |
icon | string | Material-ui icon to use for a location | ||
devices | yes | [string] | List of glob-based device IDs |
Example
system: ui
provider: location
name: cabinet
devices:
- group.cabinet*