Skip to content

Commit

Permalink
Add esphome platform to OTA sections in docs (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmbob authored Jun 25, 2024
1 parent 8feb86c commit 7f5479b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/bluetooth_proxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ This configuration is for an Olimex ESP32-PoE-ISO board with an Ethernet connect
api:
ota:
platform: esphome
esp32_ble_tracker:
scan_parameters:
Expand Down
1 change: 1 addition & 0 deletions components/display/inkplate6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Wi-Fi, API, and OTA configuration.
captive_portal:
ota:
platform: esphome
api:
Expand Down
1 change: 1 addition & 0 deletions components/light/sonoff_d1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ This component is useless for devices other than Sonoff D1 dimmer.
# Make sure you can upload new firmware OTA
ota:
platform: esphome
# D1 dimmer uses hardware serial port on the default pins @ 9600 bps
uart:
Expand Down
2 changes: 2 additions & 0 deletions components/output/my9231.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ complete configuration for a Sonoff B1 looks like:
logger:
ota:
platform: esphome
my9231:
data_pin: GPIO12 # GPIO13 for AiLight
Expand Down Expand Up @@ -163,6 +164,7 @@ And here is a complete configuration for the AiThinker AiLight:
logger:
ota:
platform: esphome
my9231:
data_pin: GPIO13
Expand Down
1 change: 1 addition & 0 deletions components/output/sm16716.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ A complete configuration for a Feit Electric A19 looks like:
logger:
ota:
platform: esphome
sm16716:
data_pin: GPIO14
Expand Down
1 change: 1 addition & 0 deletions cookbook/arduino_port_extender.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ spares I/Os.
api:
ota:
platform: esphome
# define i2c device
# for an ESP8266 SDA is D2 and goes to Arduino's A4
Expand Down
1 change: 1 addition & 0 deletions cookbook/leak-detector-m5stickC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ ESPHome configuration
# Enable Home Assistant API & OTA Updates
api:
ota:
platform: esphome
status_led:
pin:
Expand Down
1 change: 1 addition & 0 deletions cookbook/sonoff-fishpond-pump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Here is the configuration with the basic operations outlined above.
logger:
ota:
platform: esphome
api:
Expand Down
1 change: 1 addition & 0 deletions guides/creators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Example configuration
# OTA is required for Over-the-Air updating
ota:
platform: esphome
# This should point to the public location of this yaml file.
dashboard_import:
Expand Down

0 comments on commit 7f5479b

Please sign in to comment.