mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 07:24:54 +01:00
Add missing comma
This commit is contained in:
parent
3f31dc42c4
commit
556809b4e5
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ async def wifi_disable_to_code(config, action_id, template_arg, args):
|
||||||
cv.Required(CONF_SSID): cv.templatable(cv.ssid),
|
cv.Required(CONF_SSID): cv.templatable(cv.ssid),
|
||||||
cv.Required(CONF_PASSWORD): cv.templatable(validate_password),
|
cv.Required(CONF_PASSWORD): cv.templatable(validate_password),
|
||||||
}
|
}
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
async def wifi_save_settings_to_code(config, action_id, template_arg, args):
|
async def wifi_save_settings_to_code(config, action_id, template_arg, args):
|
||||||
var = cg.new_Pvariable(action_id, template_arg)
|
var = cg.new_Pvariable(action_id, template_arg)
|
||||||
|
|
Loading…
Reference in a new issue