Skip to content

Commit

Permalink
added web server version as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimele committed May 15, 2024
1 parent dd3be89 commit 9e47bfb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/web_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ web_server:
# auth:
# username: "${web_server_username}"
# password: "${web_server_password}"
version: 3
version: "${web_server_version}"
local: true
1 change: 1 addition & 0 deletions epp-crn01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ substitutions:
dht_humidity_id: "${system_name}_humidity"
dht_humidity_name: "${friendly_name} Humidity"
dht_humidity_icon: "mdi:water-percent"
web_server_version: "3"

packages:
device: !include devices/ESPC3_Relay_X1.yaml
Expand Down
1 change: 1 addition & 0 deletions epp-dmr01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ substitutions:
project_name: "MAM.ESPHome Dimmer Light"
version: 1.0.0
update_interval: 10s
web_server_version: "2"

packages:
device: !include devices/MOES_MS-105.yaml
1 change: 1 addition & 0 deletions epp-dmr02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ substitutions:
project_name: "MAM.ESPHome Dimmer Light"
version: 1.0.0
update_interval: 10s
web_server_version: "2"

packages:
device: !include devices/MOES_MS-105.yaml
1 change: 1 addition & 0 deletions epp-dmr03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ substitutions:
project_name: "MAM.ESPHome Dimmer Light"
version: 1.0.0
update_interval: 10s
web_server_version: "2"

packages:
device: !include devices/MOES_MS-105.yaml
1 change: 1 addition & 0 deletions epp-plg01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ substitutions:
version: 1.0.0
status_led_pin: GPIO4
update_interval: 10s
web_server_version: "3"

packages:
device: !include devices/Refoss_P11_PMP.yaml
1 change: 1 addition & 0 deletions epp-plg02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ substitutions:
version: 1.0.0
status_led_pin: GPIO4
update_interval: 10s
web_server_version: "3"

packages:
device: !include devices/Refoss_P11_PMP.yaml

0 comments on commit 9e47bfb

Please sign in to comment.