Update __init__.py

Typo on dev tag
This commit is contained in:
DitroniXDev
2025-12-17 15:19:44 +00:00
committed by GitHub
parent 8b0c6d408a
commit 52552196a3
+1 -1
View File
@@ -1,6 +1,6 @@
import esphome.codegen as cg
CODEOWNERS = ["@circuitsetup"]
CODEOWNERS = ["@DitroniXDev"]
atm90e36_ns = cg.esphome_ns.namespace("atm90e36")
ATM90E36Component = atm90e36_ns.class_("ATM90E36Component", cg.Component)