Skip to content

render_template appears to be broken on 4.2.0 #1457

@jreed509

Description

@jreed509

I'm using the home assistant addon and recently updated to the latest version. Calls to hass.render_template() appear to be broken after the upgrade to Appdaemon 4.2.0. All calls to this function seem to return None

For example calling self.render_template("{{ is_state('sun.sun', 'above_horizon')}}") should return a bool, but instead returns None after the latest update. I'm not seeing any error/warning messages in the logs after this call - just the incorrect response.

This call seems to work fine on prior versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions