mirror of
https://github.com/esphome/esphome.git
synced 2024-12-27 07:51: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,
|
||||
)
|
||||
|
||||
DEPENDENCIES = ["spi"]
|
||||
DEPENDENCIES = ["spi", "sensor"]
|
||||
|
||||
CODEOWNERS = ["@gabest11"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue