mirror of
https://github.com/esphome/esphome.git
synced 2025-08-07 19:07:45 +00:00
cleanuip
This commit is contained in:
parent
efafabed97
commit
099474053e
@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#ifdef USE_OTA_STATE_CALLBACK
|
#ifdef USE_OTA_STATE_CALLBACK
|
||||||
#include "ota.h"
|
|
||||||
#include "esphome/components/ota_base/ota_backend.h"
|
#include "esphome/components/ota_base/ota_backend.h"
|
||||||
|
|
||||||
#include "esphome/core/automation.h"
|
#include "esphome/core/automation.h"
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#include "ota.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ota {
|
|
||||||
|
|
||||||
// All functionality has been moved to ota_base
|
|
||||||
// This file remains for backward compatibility
|
|
||||||
|
|
||||||
} // namespace ota
|
|
||||||
} // namespace esphome
|
|
@ -1,12 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "esphome/core/defines.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ota {
|
|
||||||
|
|
||||||
// All OTA backend functionality has been moved to the ota_base component.
|
|
||||||
// This file remains for the high-level OTA automation triggers defined in automation.h
|
|
||||||
|
|
||||||
} // namespace ota
|
|
||||||
} // namespace esphome
|
|
Loading…
x
Reference in New Issue
Block a user