About to push

This commit is contained in:
2026-06-01 21:08:01 +01:00
parent 4224a535ef
commit 9607eac224
6 changed files with 319 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}Not found - SwitchBot Temps{% endblock %}
{% block content %}
<section class="empty-state">
<h1>Device not found</h1>
<p class="muted">That device is not available as a temperature sensor.</p>
<a class="button" href="/">Back to dashboard</a>
</section>
{% endblock %}