mirror of
https://github.com/esphome/esphome.git
synced 2025-10-22 03:33:52 +01:00
6 lines
91 B
Python
6 lines
91 B
Python
import esphome.codegen as cg
|
|
|
|
KEY_HOST = "host"
|
|
|
|
host_ns = cg.esphome_ns.namespace("host")
|