mirror of
https://github.com/esphome/esphome.git
synced 2025-02-21 04:18:16 +00: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")
|