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 you for all the work around your Lovelace resources. I'm using most of them
i have picture element with my house floorplan, I'm trying to show the cameras only for the administrators. but seems that the element ICON is not supported. I have review the documentation and there is no "documented" restriction of the type of cards that can be nested in the "state-switch" (at least that I found) .
first of all thank you for all the work around your Lovelace resources. I'm using most of them
i have picture element with my house floorplan, I'm trying to show the cameras only for the administrators. but seems that the element ICON is not supported. I have review the documentation and there is no "documented" restriction of the type of cards that can be nested in the "state-switch" (at least that I found) .
my code looks like this
type: picture-elements
elements:
entity: group
states:
admin:
type: icon
entity: camera.garage_2
icon: mdi:cctv
style:
left: 6%
top: 28%
user:
type: icon
entity: camera.whatever
icon: mdi:cctv
style:
left: 6%
top: 28%
image: /local/floorplan/4853-1.svg
i receiving the error "Unknown type encountered: icon"
Any suggestions?
Thank you
The text was updated successfully, but these errors were encountered: