mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-03-17 11:49:16 -06:00
Added ADXL345 external component
This commit is contained in:
@@ -4,6 +4,8 @@ from esphome.const import CONF_ID
|
||||
|
||||
DEPENDENCIES = ['uart']
|
||||
AUTO_LOAD = ['sensor']
|
||||
CODEOWNERS = ["@jdillenburg"]
|
||||
|
||||
|
||||
tfmini_ns = cg.esphome_ns.namespace('tfmini')
|
||||
TFMiniComponent = tfmini_ns.class_('TFMiniComponent', cg.Component)
|
||||
|
||||
Reference in New Issue
Block a user