{% extends "base.html" %} {% block title %}Apps — Hassette{% endblock %} {% block content %}

App Management

{% if manifest_snapshot.total == 0 %}

No apps are configured. Add apps to your Hassette configuration to see them here.

{% else %}
{% set manifests = manifest_snapshot.manifests %} {% include "partials/manifest_list.html" %}
App Key Name Class Status Error Actions
{% endif %} {% endblock %}