mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 00:11:43 +01:00
missing sensor.h
This commit is contained in:
parent
8780fe7e1a
commit
8a17f257fb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from esphome.const import (
|
||||||
STATE_CLASS_MEASUREMENT,
|
STATE_CLASS_MEASUREMENT,
|
||||||
)
|
)
|
||||||
|
|
||||||
DEPENDENCIES = ["spi"]
|
DEPENDENCIES = ["spi", "sensor"]
|
||||||
|
|
||||||
CODEOWNERS = ["@gabest11"]
|
CODEOWNERS = ["@gabest11"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue