1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 16:22:22 +01:00
This commit is contained in:
J. Nick Koston
2025-07-01 13:38:47 -05:00
parent efafabed97
commit 099474053e
3 changed files with 0 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
#pragma once
#ifdef USE_OTA_STATE_CALLBACK
#include "ota.h"
#include "esphome/components/ota_base/ota_backend.h"
#include "esphome/core/automation.h"

View File

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

View File

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