Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/esphome/esphome-core

🚨 No longer used 🚨 - The C++ framework behind ESPHome
https://github.com/esphome/esphome-core

arduino cpp esp32 esp8266 home-assistant home-automation internet-of-things iot

Last synced: 2 months ago
JSON representation

🚨 No longer used 🚨 - The C++ framework behind ESPHome

Lists

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 repository is no longer used 🚨
>
> Starting with v1.13.0 of ESPHome, the core codebase has merged into the python codebase.
>
> Please create all patches against https://github.com/esphome/esphome.
> See https://github.com/esphome/feature-requests/issues/97 for more info.

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.