From 35f02498be55371b2e3f549a5de1f5e42f549b7f Mon Sep 17 00:00:00 2001 From: n00bundercover <37903933+n00bundercover@users.noreply.github.com> Date: Sun, 15 Jun 2025 13:59:01 +0000 Subject: [PATCH 1/2] Include platform in Configuration variables --- components/ota/esphome.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ota/esphome.rst b/components/ota/esphome.rst index ed97c343e7..2e9576e377 100644 --- a/components/ota/esphome.rst +++ b/components/ota/esphome.rst @@ -27,6 +27,7 @@ expected. This is automatically enabled by this component, but it may be disable Configuration variables: ------------------------ +- **platform** (*Required*, string): The patform used to initiate OTA. - **password** (*Optional*, string): The password to use for updates. - **port** (*Optional*, int): The port to use for OTA updates. Defaults: From 2d04319ecec2851ed65723423c509ebbbec1798a Mon Sep 17 00:00:00 2001 From: n00bundercover <37903933+n00bundercover@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:01:50 +0000 Subject: [PATCH 2/2] typo --- components/ota/esphome.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ota/esphome.rst b/components/ota/esphome.rst index 2e9576e377..d307d47872 100644 --- a/components/ota/esphome.rst +++ b/components/ota/esphome.rst @@ -27,7 +27,7 @@ expected. This is automatically enabled by this component, but it may be disable Configuration variables: ------------------------ -- **platform** (*Required*, string): The patform used to initiate OTA. +- **platform** (*Required*, string): The platform used to initiate OTA. - **password** (*Optional*, string): The password to use for updates. - **port** (*Optional*, int): The port to use for OTA updates. Defaults: