Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Custom Home Plus Control integration for Home Assistant

License

Notifications You must be signed in to change notification settings

vlebourl/custom_homepluscontrol

Repository files navigation

This repository is now archived as Legrand api will be discontinued and integrated into the Netatmo api. Netatmo custom component and later Netatmo core component will support Legrand devices.

Linters (flake8, black, isort) Validate Validate with hassfest

Custom version of Home Plus Control integration for Home Assistant

Installation

You can install this integration via HACS or manually.

HACS

This integration is installable through HACS. Add this repository to HACS custom repositories (see here). Install the Repository. Reboot Home Assistant and configure the 'Legrand Home+ Control' integration via the integrations page or press the blue button below.

Open your Home Assistant instance and start setting up a new integration.

Manual

Copy the custom_components/custom_homepluscontrol to your custom_components folder. Reboot Home Assistant and configure the 'Legrand Home+ Control' integration via the integrations page or press the blue button below.

Open your Home Assistant instance and start setting up a new integration.

Enable debug logging

The logger integration lets you define the level of logging activities in Home Assistant. Turning on debug mode will show more information in your logbook.

logger:
  default: critical
  logs:
    custom_components.home_plus_control: debug
    homepluscontrol: debug