Skip to content

Installation

Jan Seidl edited this page Feb 8, 2024 · 5 revisions

This wiki is for version >=3.1.0. For previous versions please check here.

Magic Areas can be installed manually or through HACS.

HACS

Go to HACS > Integrations > Click the + button > Search magic areas > Click on it > Click Add Repository.

Manual mode

Copy custom_components/magic_areas folder into your Home Assistant's custom_component folder.

Setting it Up

Everything will be configured using the Integrations UI on Home Assistant.

  • Go to Integrations
  • Click the Add button
  • Search for Magic Areas
  • Select your desired area and submit.

The entry will be created on your Integrations page where you can proceed to configure it by clicking the Configure button next to the entry.

Debugging your installation

Please enable debug logging by putting this in configuration.yaml:

logger:
    default: warning
    logs:
        custom_components.magic_areas: debug

What's next?

After you verified that your installation works, proceed to our Getting Started doc!