# esphome-core **Repository Path**: wldxpc/esphome-core ## Basic Information - **Project Name**: esphome-core - **Description**: The C++ framework powering the ESPHome project - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-26 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESPHome-Core [![Build Status](https://travis-ci.org/esphome/esphome-core.svg?branch=master)](https://travis-ci.org/esphome/esphome-core) [![Discord Chat](https://img.shields.io/discord/429907082951524364.svg)](https://discord.gg/KhAMKrd) [![GitHub release](https://img.shields.io/github/release/esphome/esphome-core.svg)](https://GitHub.com/esphome/esphome-core/releases/) [![ESPHome Core Logo](https://esphome.io/_images/logo-core.png)](https://esphome.io/) This is the source of the C++ library that powers [ESPHome](https://esphome.io/) For issues, please go to [the issue tracker](https://github.com/esphome/issues/issues). For feature requests, please see [feature requests](https://github.com/esphome/feature-requests/issues). > Note: Starting with 1.10.0 using ESPHome-Core directly through C++ is no longer officially > supported. Please use the YAML syntax with ESPHome.