/** * Entity schema definitions and type interfaces for the ESPHome protocol. * * @module schemas */ export * from "./entity-schemas.js"; export * from "./entity-types.js";