You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank for you a fantastic Home Assistant addon.
After updating to 0.5 all users in my house that are not Home Assistant admins can no longer activate any of the buttons below the slider.
Logs show this error. hacsfiles/light-popup-card/light-popup-card.js:4002:31 Uncaught TypeError: Cannot add property action, object is not extensible
The change log says that exsisting services dont need to be changed to work, but that seems to only be for admin users.
Because once I added the action call service line it now works for all users.
That brings me to the second thing I wanted to point out. The example code says to use action:call-service with no spaces.
First of all thank for you a fantastic Home Assistant addon.
After updating to 0.5 all users in my house that are not Home Assistant admins can no longer activate any of the buttons below the slider.
Logs show this error.
hacsfiles/light-popup-card/light-popup-card.js:4002:31 Uncaught TypeError: Cannot add property action, object is not extensible
The change log says that exsisting services dont need to be changed to work, but that seems to only be for admin users.
Because once I added the action call service line it now works for all users.
That brings me to the second thing I wanted to point out. The example code says to use
action:call-service
with no spaces.Here is the section from the readme.
However my config errors out when I don't insert a space between action: and call-service.
After modifying all of my slider configs with
action: call-service
all of my home users can use the lights normally again.TL:DR - Configs need to be changed to allow non-admin users to still use lighting presets and documentation for the scene seems to be incorrect.
The text was updated successfully, but these errors were encountered: