{% extends 'base.html' %} {% block header %}

{% block title %}Homekit Settings {% endblock %}

{% endblock %} {% block content %}

To connect your Home to the cars managed by VWsFriend please scan the following QR Code with the Home App on your smartphone.

You can also manually add the Bridge {{ current_app.homekitDriver.accessory.display_name }} with the Passcode: {{ current_app.homekitDriver.state.pincode.decode('utf8') }}

Status:

{{ form.csrf_token }} The bridge is currently {{ 'paired' if current_app.homekitDriver.state.paired else 'unpaired' }}{{ form.unpair(disabled=(not current_app.homekitDriver.state.paired)) }}

Available Homekit Accessories:

{% endblock %}