mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
[core] Remove old style platform configuration (#8118)
This commit is contained in:
@@ -10,7 +10,7 @@ def test_include_with_vars(fixture_path):
|
||||
substitutions.do_substitution_pass(actual, None)
|
||||
assert actual["esphome"]["name"] == "original"
|
||||
assert actual["esphome"]["libraries"][0] == "Wire"
|
||||
assert actual["esphome"]["board"] == "nodemcu"
|
||||
assert actual["esp8266"]["board"] == "nodemcu"
|
||||
assert actual["wifi"]["ssid"] == "my_custom_ssid"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user