Villhellm / custom-sidebar

Custom Sidebar for Home Assistant
115 stars 23 forks source link

Feature Request: Multiple user exception #10

Closed Lockszmith-GH closed 4 years ago

Lockszmith-GH commented 4 years ago

First of all - Fantastic work on this one, really awesome!

I don't think it's currently possible, so suggesting a new feature.

Make the user/not_user directive accept multiple users. If you don't want to break existing setups, add a users/not_users one that will work with lists instead of single entries.

Villhellm commented 4 years ago

Added in the latest release. It can either be a standard yaml list ie

user:
  - paul
  - jeff

or just a comma separated list ie user: paul, jeff

let me know if you run into issues with it

Lockszmith-GH commented 4 years ago

This looks great, I'll pull the beta and try it out

Lockszmith-GH commented 3 years ago

"I love it when a plan comes together"

Works perfectly, thank you so much.