1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-08 03:40:28 +01:00

Rename class to ESPHomeOTAComponent

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Keith Burzinski 2024-04-17 20:58:13 -05:00 committed by GitHub
parent 05a940572c
commit cc8dd92854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ namespace ota_esphome {
enum OTAESPHomeState { OTA_COMPLETED = 0, OTA_STARTED, OTA_IN_PROGRESS, OTA_ERROR };
/// OTAESPHomeComponent provides a simple way to integrate Over-the-Air updates into your app using ArduinoOTA.
class OTAESPHomeComponent : public Component {
class ESPHomeOTAComponent : public Component {
public:
OTAESPHomeComponent();
#ifdef USE_OTA_PASSWORD