mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
69879920eb
* Add black Update pre commit Update pre commit add empty line * Format with black
3 lines
92 B
Python
3 lines
92 B
Python
import esphome.codegen as cg
|
|
|
|
mqtt_subscribe_ns = cg.esphome_ns.namespace("mqtt_subscribe")
|