Skip to content

Commit

Permalink
Add name_add_mac_suffix option to esphome configurations (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Jan 11, 2024
1 parent 6475500 commit a553bd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions home-assistant-glow/d1_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ substitutions:
esphome:
name: '${device_name}'
comment: '${device_description}'
name_add_mac_suffix: true
project:
name: "klaasnicolaas.home-assistant-glow"
version: "${project_version}"
Expand Down
1 change: 1 addition & 0 deletions home-assistant-glow/esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ substitutions:
esphome:
name: '${device_name}'
comment: '${device_description}'
name_add_mac_suffix: true
project:
name: "klaasnicolaas.home-assistant-glow"
version: "${project_version}"
Expand Down
1 change: 1 addition & 0 deletions home-assistant-glow/esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ substitutions:
esphome:
name: '${device_name}'
comment: '${device_description}'
name_add_mac_suffix: true
project:
name: "klaasnicolaas.home-assistant-glow"
version: "${project_version}"
Expand Down

0 comments on commit a553bd8

Please sign in to comment.