ryan-fessler
Results
2
issues of
ryan-fessler
Using generated stubs inside @state_trigger can cause an exception after restarting home assistant
4
After restarting home assistant, I'm getting the following exception when it tries to load one of my scripts that use the generated stubs: ``` Exception in line 25: @state_trigger(get_str_expr(sensor.basement_staircase_smoke_co_alarm_battery_level)) ^...
The function `service.call()` is not generated in `pyscript_builtins.py`. This likely conflicts with the `@service` decorator, so I'm not sure how it would be handled. There are some cases where I...