mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Add esp32 dependency
This commit is contained in:
parent
c0be8efe05
commit
5c77d71d2c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ from esphome.const import (
|
||||||
|
|
||||||
|
|
||||||
CODEOWNERS = ["@guidoschreuder"]
|
CODEOWNERS = ["@guidoschreuder"]
|
||||||
|
DEPENDENCIES = ["esp32"]
|
||||||
|
|
||||||
ebus_ns = cg.esphome_ns.namespace("ebus")
|
ebus_ns = cg.esphome_ns.namespace("ebus")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue