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
How to correctly create a virtual light entity? (Getting WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.virtual_dimmer are missing or not currently available)
#690
Open
HWiese1980 opened this issue
Jan 29, 2025
· 0 comments
The entity is created, I can see it in the developer tools. However, when I add it to my dashboard and try to swich it off/on (hoping to see "HELLO WORLD" in the logs) instead I'm getting the WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.virtual_dimmer are missing or not currently available.
What am I doing wrong? How is this supposed to work correctly? Is this possible at all?
Metadata:
Home Assistant: 2025.1
HAOS: 14.1
PyScript: 1.6.1
The text was updated successfully, but these errors were encountered:
I'm trying to create a virtual light entity by setting its state in my PyScript.
The entity is created, I can see it in the developer tools. However, when I add it to my dashboard and try to swich it off/on (hoping to see "HELLO WORLD" in the logs) instead I'm getting the
WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.virtual_dimmer are missing or not currently available
.What am I doing wrong? How is this supposed to work correctly? Is this possible at all?
Metadata:
Home Assistant: 2025.1
HAOS: 14.1
PyScript: 1.6.1
The text was updated successfully, but these errors were encountered: