diff --git a/source/_integrations/growatt_server.markdown b/source/_integrations/growatt_server.markdown index b0d3741997c8..b3302ccbbc4a 100644 --- a/source/_integrations/growatt_server.markdown +++ b/source/_integrations/growatt_server.markdown @@ -161,52 +161,6 @@ If you're experiencing authentication failures or account lockouts: - To disable: Go to {% my integrations title="**Settings** > **Devices & services**" %}, select the Growatt integration, click the three dots {% icon "mdi:dots-vertical" %} menu, and select **Disable**. - Re-enable after Home Assistant has fully restarted. -4. **Automate integration management during restarts**: If you continue experiencing account lockouts, you can create an automation to automatically disable and re-enable the integration during Home Assistant restarts: - - ```yaml - - id: growatt_integration_enable_disable - alias: Growatt integration enable and disable - description: "Temporarily disables the Growatt integration to prevent account lockouts." - triggers: - - trigger: homeassistant - event: start - id: ha_start - - trigger: homeassistant - event: shutdown - id: ha_shutdown - - trigger: event - event_type: homeassistant_stop - id: ha_restart - conditions: [] - actions: - - choose: - - alias: Enable Growatt integration - conditions: - - condition: trigger - id: ha_start - sequence: - - delay: - minutes: 10 - - action: homeassistant.enable_config_entry - data: - config_entry_id: REPLACE-WITH-YOUR-CONFIG-ENTRY-ID - - alias: Disable Growatt integration - conditions: - - condition: or - conditions: - - condition: trigger - id: ha_shutdown - - condition: trigger - id: ha_restart - sequence: - - action: homeassistant.disable_config_entry - data: - config_entry_id: REPLACE-WITH-YOUR-CONFIG-ENTRY-ID - mode: single - ``` - - Replace `REPLACE-WITH-YOUR-CONFIG-ENTRY-ID` with your actual Growatt integration config entry ID. You can find this ID in {% my integrations title="**Settings** > **Devices & services**" %} by selecting your Growatt integration and checking the URL or developer tools. - ## Removing the integration {% include integrations/remove_device_service.md %}