mirror of
https://github.com/esphome/esphome.git
synced 2025-01-19 12:24:05 +00:00
AM43: autoload "sensor" to avoid compile errors (#3077)
This commit is contained in:
parent
62f9736b1d
commit
ea11462e1e
@ -5,7 +5,7 @@ from esphome.const import CONF_ID, CONF_PIN
|
|||||||
|
|
||||||
CODEOWNERS = ["@buxtronix"]
|
CODEOWNERS = ["@buxtronix"]
|
||||||
DEPENDENCIES = ["ble_client"]
|
DEPENDENCIES = ["ble_client"]
|
||||||
AUTO_LOAD = ["am43"]
|
AUTO_LOAD = ["am43", "sensor"]
|
||||||
|
|
||||||
CONF_INVERT_POSITION = "invert_position"
|
CONF_INVERT_POSITION = "invert_position"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user