AM43: autoload "sensor" to avoid compile errors (#3077)

This commit is contained in:
buxtronix 2022-01-20 23:33:42 +11:00 committed by GitHub
parent 62f9736b1d
commit ea11462e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from esphome.const import CONF_ID, CONF_PIN
CODEOWNERS = ["@buxtronix"]
DEPENDENCIES = ["ble_client"]
AUTO_LOAD = ["am43"]
AUTO_LOAD = ["am43", "sensor"]
CONF_INVERT_POSITION = "invert_position"