diff --git a/components/esphome.rst b/components/esphome.rst index a67077009..7f96ef3d2 100644 --- a/components/esphome.rst +++ b/components/esphome.rst @@ -165,7 +165,7 @@ is already set up. You can however change this using the ``priority`` parameter. esphome: # ... on_boot: - priority: -10 + priority: 600 # ... then: - switch.turn_off: switch_1 @@ -174,7 +174,7 @@ Configuration variables: - **priority** (*Optional*, float): The priority to execute your custom initialization code. A higher value means a high priority and thus also your code being executed earlier. Please note this is an ESPHome-internal - value and any change will not be marked as a breaking change. Defaults to ``-10``. Priorities (you can use any value between them too): + value and any change will not be marked as a breaking change. Defaults to ``600``. Priorities (you can use any value between them too): - ``800.0``: This is where all hardware initialization of vital components is executed. For example setting switches to their initial state. diff --git a/components/mqtt.rst b/components/mqtt.rst index d0e81dbfe..31a64c7fb 100644 --- a/components/mqtt.rst +++ b/components/mqtt.rst @@ -16,7 +16,7 @@ Assistant configuration. When enabling MQTT and you do *not* use the "native API" for Home Assistant, you must remove the ``api:`` line from your ESPHome configuration, otherwise the ESP will - reboot every 5 minutes because no client connected to the native API. + reboot every 15 minutes because no client connected to the native API. .. code-block:: yaml