1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 15:20:27 +01:00

Trying again here

This commit is contained in:
Jordan Zucker 2024-11-16 23:42:30 -08:00
parent d675b0c05d
commit 53abc44eba
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "power.h" #include "change_direction.h"
namespace esphome { namespace esphome {
namespace vornado_ir { namespace vornado_ir {

View File

@ -1,4 +1,4 @@
#include "power.h" #include "decrease.h"
namespace esphome { namespace esphome {
namespace vornado_ir { namespace vornado_ir {

View File

@ -1,4 +1,4 @@
#include "power.h" #include "increase.h"
namespace esphome { namespace esphome {
namespace vornado_ir { namespace vornado_ir {