mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 16:53:13 +01:00
add utility
This commit is contained in:
parent
853e199524
commit
b9a2676bc6
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/components/sensor/sensor.h"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#pragma once
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "state_naming.h"
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/components/uart/uart.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
namespace esphome {
|
||||
namespace state_naming {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue