{% extends "base.html" %} {% block title %}Add Board – Location Management{% endblock %} {% block content %} {# ── Step indicator ──────────────────────────────────────────────────────── #}
1
Choose Type
2
Configure
{# ══════════════════════════════════════════════════════════ STEP 1 – pick a board / integration type ══════════════════════════════════════════════════════════ #}
What are you adding?

Choose the hardware board or cloud service you want to connect.

Cloud Gateways

Hardware Boards

{% for d in drivers %} {% if d.DRIVER_ID not in ("sonoff_ewelink", "tuya_cloud") %}
{% endif %} {% endfor %}
{# ══════════════════════════════════════════════════════════ STEP 2 – configuration form ══════════════════════════════════════════════════════════ #}
{# Selected type badge #}
{# Name – always shown #}
A friendly name to identify this board.
{# ── Gateway info box (Sonoff / Tuya) ── #}
{# ── Hardware-only fields ── #}
Cancel
{% endblock %} {% block scripts %} {% endblock %}