nielsfaber / scheduler-card

HA Lovelace card for control of scheduler entities
GNU General Public License v3.0
907 stars 114 forks source link

Allow any user (not administrator) to create/modify schedules for smart devices. #199

Closed edpvic closed 4 years ago

edpvic commented 4 years ago

Really good Lovelance card for HA!!! Can other users than the administrator create or modify time schedules? I will appreciate your comments. Thks!!

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

KTibow commented 4 years ago

Might be a restriction in HA but might be possible.

nielsfaber commented 4 years ago

Can other users than the administrator create or modify time schedules?

Create - No, Modify - Yes. Creating a schedule requires adding a new entity in HA. This is restricted to admin-only (not by me, but by HA itself).

edpvic commented 4 years ago

hello,

I just found this addon https://github.com/arthurdent75/SimpleScheduler that can do it!! So, maybe is possible!!

nielsfaber commented 4 years ago

OK please send me a PR for it

gurkburk76 commented 3 years ago

I usually create schedules for the wife that she later can do as she wants with, but after updating the component a few times it seems like her user (not admin) can't modify a schedule that i've created. I think it used to work sometime in october or something, one does not add new stuff all t hat often sp hard to keep track of what versions work. How can i help troubleshooting this ?

nielsfaber commented 3 years ago

It’s due to this issue https://github.com/nielsfaber/scheduler-card/issues/282 Unfortunately I’m blocked by limitations in HA. I’m trying to convince the dev team to open it up, but it might take some time.