5 lines
91 B
Python
5 lines
91 B
Python
import esphome.codegen as cg
|
|
|
|
KEY_HOST = "host"
|
|
|
|
host_ns = cg.esphome_ns.namespace("host")
|