1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add ESP32C3 and ESP32S2 support to dashboard (#3152)

* Add ESP32C3 and ESP32S2 support to dashboard

* Format

* Fix tests
This commit is contained in:
Otto Winter
2022-02-19 15:47:50 +01:00
committed by GitHub
parent b8d10a62c2
commit debcaf6fb7
4 changed files with 50 additions and 19 deletions

View File

@@ -3,14 +3,14 @@
import esphome.wizard as wz
import pytest
from esphome.components.esp8266.boards import ESP8266_BOARD_PINS
from mock import MagicMock
from unittest.mock import MagicMock
@pytest.fixture
def default_config():
return {
"name": "test-name",
"platform": "test_platform",
"platform": "ESP8266",
"board": "esp01_1m",
"ssid": "test_ssid",
"psk": "test_psk",