Austin Che

Results 3 issues of Austin Che

One thing missing from pyscript compared with regular home assistant scripts and automations is access to the capabilities provided by the jinja template extensions such as working with areas and...

I use the environment variable BUNDLE_PATH to set the gem directory. All spring commands then fail as if no gems are installed requesting bundle install to be run. What appears...

With the `@task_unique(name)` decorator, the task name is set to `['']` instead of `name`. `task.unique(name)` sets the name correctly which means that mixing the two behaves unexpectedly. Test code: ```...