mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add ESP32C3 and ESP32S2 support to dashboard (#3152)
* Add ESP32C3 and ESP32S2 support to dashboard * Format * Fix tests
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user