cogito/esphome_dev/esphome/components/host/const.py

5 lines
91 B
Python

import esphome.codegen as cg
KEY_HOST = "host"
host_ns = cg.esphome_ns.namespace("host")