Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esphome-beta/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
url: https://beta.esphome.io/
arch:
Expand All @@ -8,7 +8,7 @@
host_network: true
ingress: true
ingress_port: 0
panel_icon: mdi:chip
panel_icon: mdi:esphome
uart: true
ports:
6052/tcp: null
Expand Down
2 changes: 1 addition & 1 deletion esphome-dev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
url: https://next.esphome.io/
arch:
Expand All @@ -8,7 +8,7 @@
host_network: true
ingress: true
ingress_port: 0
panel_icon: mdi:chip
panel_icon: mdi:esphome
uart: true
ports:
6052/tcp: null
Expand Down
2 changes: 1 addition & 1 deletion esphome/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
url: https://esphome.io/
arch:
Expand All @@ -8,7 +8,7 @@
host_network: true
ingress: true
ingress_port: 0
panel_icon: mdi:chip
panel_icon: mdi:esphome
uart: true
ports:
6052/tcp: null
Expand Down
2 changes: 1 addition & 1 deletion template/addon_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ base: &base
# Ingress settings
ingress: true
ingress_port: 0
panel_icon: "mdi:chip"
panel_icon: "mdi:esphome"
# Automatically add UART devices to App
uart: true
ports:
Expand Down