mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
[mipi_dsi] Add dependencies (#9952)
This commit is contained in:
@@ -57,7 +57,8 @@ from esphome.final_validate import full_config
|
||||
|
||||
from . import mipi_dsi_ns, models
|
||||
|
||||
DEPENDENCIES = ["esp32"]
|
||||
# Currently only ESP32-P4 is supported, so esp_ldo and psram are required
|
||||
DEPENDENCIES = ["esp32", "esp_ldo", "psram"]
|
||||
DOMAIN = "mipi_dsi"
|
||||
|
||||
LOGGER = logging.getLogger(DOMAIN)
|
||||
|
||||
Reference in New Issue
Block a user