Skip to content

Commit

Permalink
Allow non admin to access dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonScoppetta committed Jun 7, 2024
1 parent 9f3d109 commit 296ac0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions react_dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Allow non-admin to access the dashboard

## 0.0.1

- Initial beta
4 changes: 0 additions & 4 deletions react_dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ Feel free to contribute or provide feedback, but keep in mind that significant c

### ... tbd

## How To Use

Install with HACS TBD...

## Credits

This software uses the following open source packages:
Expand Down
3 changes: 2 additions & 1 deletion react_dashboard/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.0.1
version: 0.0.2
slug: react_dashboard
name: React Dashboard
description: Fully customizable Dashboard for your Home Assistant made in React
Expand All @@ -11,6 +11,7 @@ arch:
- amd64
- i386
homeassistant_api: true
panel_admin: false
hassio_api: true
ingress: true
ingress_stream: true
Expand Down

0 comments on commit 296ac0f

Please sign in to comment.