mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
fix ci
This commit is contained in:
parent
497d7ed9cd
commit
dbe13c51bf
2 changed files with 3 additions and 2 deletions
|
@ -568,10 +568,10 @@ CONF_ON_TIMEOUT = "on_timeout"
|
|||
CONF_ON_TOUCH = "on_touch"
|
||||
CONF_ON_TURN_OFF = "on_turn_off"
|
||||
CONF_ON_TURN_ON = "on_turn_on"
|
||||
CONF_ON_UNLOCK = "on_unlock"
|
||||
CONF_ON_UPDATE = "on_update"
|
||||
CONF_ON_UNAVAILABLE = "on_unavailable"
|
||||
CONF_ON_UNKNOWN = "on_unknown"
|
||||
CONF_ON_UNLOCK = "on_unlock"
|
||||
CONF_ON_UPDATE = "on_update"
|
||||
CONF_ON_VALUE = "on_value"
|
||||
CONF_ON_VALUE_RANGE = "on_value_range"
|
||||
CONF_ONE = "one"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <string>
|
||||
#include <cstdint>
|
||||
#include "string_ref.h"
|
||||
#include "helpers.h"
|
||||
|
||||
namespace esphome {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue