1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 23:22:21 +01:00

Add SDP3x sensor (#2064)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
Nicholas Peters
2021-07-29 04:57:52 -04:00
committed by GitHub
parent 513066ba52
commit 8dbac20f8b
7 changed files with 202 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ from esphome.const import (
)
DEPENDENCIES = ["i2c"]
CODEOWNERS = ["@Azimath"]
tmp117_ns = cg.esphome_ns.namespace("tmp117")
TMP117Component = tmp117_ns.class_(