Skip to content

Installation EN

Kay edited this page Apr 26, 2026 · 1 revision

Installation

Sprache: English · Deutsch

There are two ways to install the integration: through HACS (recommended) or manually.

Prerequisites

  • Home Assistant 2024.12 or later
  • A Husqvarna account that owns Gardena and/or Automower devices
  • Husqvarna Application Key and Application Secret (see Configuration)

HACS (Recommended)

  1. Open HACS in your Home Assistant UI.
  2. Go to Integrations and search for Gardena Smart System.
  3. Click Download and restart Home Assistant.

Not finding it? If the integration isn't listed yet, add it as a custom repository:

  1. Click the three-dot menu → Custom repositories.
  2. Enter https://github.com/kayloehmann/ha-gardena-smart-system.
  3. Select Integration as the category, then click Add.

Manual Installation

  1. Download the latest release from the GitHub releases page.
  2. Copy the custom_components/gardena_smart_system folder into your Home Assistant config/custom_components/ directory.
  3. Restart Home Assistant.

Updating

  • HACS: HACS will notify you when a new version is available. Click Update and restart Home Assistant.
  • Manual: Replace the custom_components/gardena_smart_system folder with the contents of the new release and restart Home Assistant.

Removing the Integration

  1. Go to Settings → Devices & Services.
  2. Find the Gardena Smart System integration entry you want to remove.
  3. Click the three-dot menu and select Delete.
  4. All entities and devices created by this entry will be removed from Home Assistant.

If you installed via HACS, you can also uninstall the integration entirely:

  1. Open HACS, go to Integrations.
  2. Find Gardena Smart System and click Remove.
  3. Restart Home Assistant.

Next: Configuration

Clone this wiki locally