Installation Guide 1: Download Integration
Method 1: Via HACS (Recommended)
Prerequisites
- HACS must be installed and configured in your Home Assistant instance.
Steps
-
Add the Integration’s Repository
Click the button below to add this integration’s repository to HACS:
Alternatively, if the button above doesn’t work for you, add the integration’s repository manually to HACS:
- Open HACS in your Home Assistant instance.
- Click the three dots (⋮) in the top right corner.
- Select Custom repositories.
- Add the repository URL for this integration:
https://github.com/helgeklein/ha-smart-cover-automation. - Select Integration as the category.
- Click Add.
-
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
- Download the latest release from GitHub Releases.
- Extract the archive.
- Copy the
smart_cover_automationfolder to your Home Assistantcustom_componentsdirectory.
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.