diff --git a/common/common.yaml b/common/common.yaml index 8f5358f..327a16d 100644 --- a/common/common.yaml +++ b/common/common.yaml @@ -1,7 +1,7 @@ --- <<: !include wifi.yaml <<: !include api.yaml -<<: !include ota.yaml +<<: !include ota_esp32.yaml # <<: !include logger.yaml <<: !include logger_debug.yaml @@ -28,4 +28,4 @@ text_sensor: #. - <<: !include time/homeassistant.yaml network: - enable_ipv6: true \ No newline at end of file + enable_ipv6: true diff --git a/common/ota_esp32.yaml b/common/ota_esp32.yaml new file mode 100644 index 0000000..3a003fb --- /dev/null +++ b/common/ota_esp32.yaml @@ -0,0 +1,5 @@ +--- +ota: + - platform: esphome + password: !secret ota_password + # allow_partition_access: true