mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
8 lines
134 B
Python
8 lines
134 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ['@jesserockz']
|
|
|
|
nfc_ns = cg.esphome_ns.namespace('nfc')
|
|
|
|
NfcTag = nfc_ns.class_('NfcTag')
|