Skip to content

Commit

Permalink
Formatting update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Jul 26, 2024
1 parent 743b03e commit 9e750f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upk2esphome/parts/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def generate(yr: YamlResult, config: ConfigData, opts: Opts):
yr.data["api"] = {"password": opts.api_password}
yr.data["ota"] = {
"platform": "esphome",
"password": opts.ota_password
"password": opts.ota_password,
}
yr.data["wifi"] = {
"ssid": opts.wifi_ssid,
Expand Down

0 comments on commit 9e750f0

Please sign in to comment.