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

{% block title %}Success!{% endblock %}

{% endblock %} {% block content %}
The following files were added to the {{ ssl_path }} directory:
Add this to the Home Assistant configuration.yaml to enable Lutron Caseta:
# Example configuration.yaml entry
lutron_caseta:
  host: {{ server_addr }}
  keyfile: {{ ssl_files.key_file }}
  certfile: {{ ssl_files.cert_file }}
  ca_certs: {{ ssl_files.ca_file }}
{% endblock %}