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
Hi there, new to pyscript so not sure if I'm overlooking something obvious.
I'm trying to send a notification to my phone using the notify.mobile_app_xxx service, and i can call via
AttributeError: 'EvalFuncVar' object has no attribute 'mobile_app_xxx'
I can call other services, the example light.turn_on worked great, but I cant figure this one out. Calling the action from the developer tools works fine. Nothing useful in the logs that i can see, but here is what i see with debug enabled
2024-11-02 18:31:11.757 ERROR (MainThread) [custom_components.pyscript.file.example.notify] Exception in <file.example.notify> line 23:
notify.mobile_app_xxx()
^
AttributeError: 'EvalFuncVar' object has no attribute 'mobile_app_xxx'
I am on version 1.61, new install and i have tried restarting home assistant. Any info you can provide would be great, thank you!
The text was updated successfully, but these errors were encountered:
Hi there, new to pyscript so not sure if I'm overlooking something obvious.
I'm trying to send a notification to my phone using the
notify.mobile_app_xxx
service, and i can call viaHowever if i try to use
I get this error
I can call other services, the example
light.turn_on
worked great, but I cant figure this one out. Calling the action from the developer tools works fine. Nothing useful in the logs that i can see, but here is what i see with debug enabledI am on version 1.61, new install and i have tried restarting home assistant. Any info you can provide would be great, thank you!
The text was updated successfully, but these errors were encountered: