mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-06 21:09:53 +02:00
Refactor Sensirion Sensors (#3374)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import esphome.codegen as cg
|
||||
|
||||
from esphome.components import i2c
|
||||
|
||||
|
||||
CODEOWNERS = ["@martgras"]
|
||||
|
||||
sensirion_common_ns = cg.esphome_ns.namespace("sensirion_common")
|
||||
|
||||
SensirionI2CDevice = sensirion_common_ns.class_("SensirionI2CDevice", i2c.I2CDevice)
|
||||
Reference in New Issue
Block a user