mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-10 07:10:39 -07: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