mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 12:43:28 +02:00
69879920eb
* Add black Update pre commit Update pre commit add empty line * Format with black
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")
|