mirror of
https://github.com/esphome/esphome.git
synced 2025-04-15 23:30:28 +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")
|