Files
DitroniXDev 52552196a3 Update __init__.py
Typo on dev tag
2025-12-17 15:19:44 +00:00

9 lines
219 B
Python

import esphome.codegen as cg
CODEOWNERS = ["@DitroniXDev"]
atm90e36_ns = cg.esphome_ns.namespace("atm90e36")
ATM90E36Component = atm90e36_ns.class_("ATM90E36Component", cg.Component)
CONF_ATM90E36_ID = "atm90e36_id"