mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 07:57:13 +02:00
Merge branch 'integration' into memory_api
This commit is contained in:
commit
0a738b23f1
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace light {
|
namespace light {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
[build]
|
[build]
|
||||||
command = "script/build-api-docs"
|
command = "script/build-api-docs"
|
||||||
publish = "api-docs"
|
publish = "api-docs"
|
||||||
|
environment = { PYTHON_VERSION = "3.13" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user