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: 3 months ago
JSON representation
🚨 No longer used 🚨 - The C++ framework behind ESPHome
- Host: GitHub
- URL: https://github.com/esphome/esphome-core
- Owner: esphome
- License: gpl-3.0
- Archived: true
- Created: 2018-01-21T17:43:42.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2021-03-05T17:48:25.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T04:59:10.895Z (7 months ago)
- Topics: arduino, cpp, esp32, esp8266, home-assistant, home-automation, internet-of-things, iot
- Language: C++
- Homepage: https://esphome.io/
- Size: 6.81 MB
- Stars: 544
- Watchers: 52
- Forks: 113
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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.