{% for i, entry in enumerate(entries) %}
{% end %}
{{ escape(entry.name) }}
more_vert
{% if 'web_server' in entry.loaded_integrations %}
launch
{% end %}
{% if entry.update_available %}
system_update
{% end %}
Filename:
{% if entry.comment %}
{{ escape(entry.filename) }}
{{ escape(entry.comment) }}
{% end %}
Welcome to ESPHome
It looks like you don't yet have any Nodes configured.
Click on the pulsating button at the bottom right of the page to add a Node.