1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-16 07:27:50 +02:00

Merge branch 'integration' into memory_api

This commit is contained in:
J. Nick Koston 2025-10-14 16:06:16 -10:00
commit 0a738b23f1
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "esphome/core/helpers.h"
#include <strings.h>
#include <vector>
namespace esphome {
namespace light {

View File

@ -1,3 +1,4 @@
[build]
command = "script/build-api-docs"
publish = "api-docs"
environment = { PYTHON_VERSION = "3.13" }