mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
6682451ee0
* [network] Default ipv6 to false to always set the flags * Separate tests for ipv6 disabled and enabled * Forgot other platforms wouldnt have the variable in config
9 lines
138 B
YAML
9 lines
138 B
YAML
substitutions:
|
|
network_enable_ipv6: "false"
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
network:
|
|
enable_ipv6: ${network_enable_ipv6}
|