This commit is contained in:
Links2004 2024-07-03 14:06:49 +02:00
parent 497d7ed9cd
commit dbe13c51bf
No known key found for this signature in database
GPG key ID: 68FB9F01C0C482FC
2 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -3,6 +3,7 @@
#include <string>
#include <cstdint>
#include "string_ref.h"
#include "helpers.h"
namespace esphome {