mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 16:22:22 +01:00
cleanuip
This commit is contained in:
@@ -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
|
|
Reference in New Issue
Block a user