mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 03:34:18 +01:00
c835b67bac
Co-authored-by: Otto winter <otto@otto-winter.com>
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")
|