1
0
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:
Jesse Hills
2025-01-21 19:32:47 +13:00
committed by GitHub
parent db644542ed
commit b454f63b36
10 changed files with 27 additions and 80 deletions

View File

@@ -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"