1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Support setting manual_ip under networks option (#2839)

This commit is contained in:
Oxan van Leeuwen
2021-12-01 20:55:27 +01:00
committed by GitHub
parent 11330af05f
commit f58828cb82
2 changed files with 20 additions and 3 deletions

View File

@@ -16,6 +16,10 @@ wifi:
networks:
- ssid: 'MySSID'
password: 'password1'
manual_ip:
static_ip: 192.168.1.23
gateway: 192.168.1.1
subnet: 255.255.255.0
api: