Installation Guide 1: Download Integration

Prerequisites

  • HACS must be installed and configured in your Home Assistant instance.

Download the Integration

  • Search for Smart Cover Automation in HACS.
  • Click Download in the bottom right corner.
  • Restart Home Assistant when prompted.

Method 2: Manual Installation

Download and Extract

  1. Download the latest release from GitHub Releases.
  2. Extract the archive.
  3. Copy the smart_cover_automation folder to your Home Assistant custom_components directory.

Directory Structure

Your directory structure should look like this:

config/
├── custom_components/
│   └── smart_cover_automation/
│       ├── __init__.py
│       ├── manifest.json
│       ├── config_flow.py
│       └── ... (other files)
└── configuration.yaml

Restart Home Assistant

After copying the files, restart Home Assistant to load the new integration.

Next Steps

Once downloaded, proceed to part 2 of the installation guide to add the integration.


This site uses Just the Docs, a documentation theme for Jekyll.