Installation¶
Magic Areas can be installed in two ways: through HACS (recommended), or manually.
π Installing via HACS (Recommended)¶
Download and install through HACS (Home Assistant Community Store):
Don't like clicking links? No problem!¶
Magic Areas is available in the HACS default repository. Just follow these steps:
- Open HACS in your Home Assistant interface.
- Go to Integrations.
- Click the + Explore & Download Repositories button.
- Search for
Magic Areas
. - Click Download to install.
Once downloaded and installed, restart Home Assistant.
π οΈ Manual Installation¶
Prefer to install manually? Here's how:
- Download the
magic_areas
integration folder from the GitHub repository. - Copy the entire
magic_areas
folder into your Home Assistant'scustom_components/
directory:
<config>/custom_components/magic_areas
- Restart Home Assistant.
βοΈ Setting Up Magic Areas¶
Once installed, setup is done entirely through the Integrations UI:
- Go to Settings > Devices & Services > Integrations
- Click + Add Integration
- Search for
Magic Areas
- Select the integration, choose an area to configure, and submit
Magic Areas will now appear on your Integrations page. You can click Configure at any time to adjust its options. See each feature for information on the configuration options for each.
π Enabling Debug Logs (Optional)¶
Having trouble or want to dive deeper? You can enable debug logs by adding the following to your configuration.yaml
:
logger:
default: warning
logs:
custom_components.magic_areas: debug
Then restart Home Assistant. Debug messages will now appear in your logs.
β Whatβs Next?¶
Once Magic Areas is installed and running, check out the Getting Started guide to learn how to make your first area magical and our Implementation Ideas to learn how to make every other area in your home just as magical!