{% if streamer_mode %} {% end %}
{% if begin %}
Select Upload Port

Here you can select where ESPHome will attempt to show logs and upload firmwares to. For newly plugged in serial devices to be detected, restart the add-on. (Also see esphomeflasher)

{% end %}
{% for i, entry in enumerate(entries) %}
memory
{{ escape(entry.name) }} more_vert

. Full path: {{ escape(entry.full_path) }}

{% if entry.update_available %}

system_update Update Available! {{ entry.update_old }} ➡️{{ entry.update_new }}

{% end %}
{% end %}
add {% if len(entries) == 0 %}
Set up your first Node

Huh... It seems like you you don't have any ESPHome configuration files yet... Fortunately, there's a setup wizard that will step you through setting up your first node 🎉

{% end %}
{% if len(entries) == 0 %} {% end %} {% if begin %} {% end %}