Don't Use Base Network Manual IP for WiFi AP (#3902)

This commit is contained in:
Brian Kaufman 2022-10-13 12:55:59 -07:00 committed by GitHub
parent 5ec1588110
commit 3b21d1d81e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,7 +368,7 @@ async def to_code(config):
if CONF_AP in config:
conf = config[CONF_AP]
ip_config = conf.get(CONF_MANUAL_IP, config.get(CONF_MANUAL_IP))
ip_config = conf.get(CONF_MANUAL_IP)
cg.with_local_variable(
conf[CONF_ID],
WiFiAP(),