Skip to content

Custom VeSync component for Home Assistant

Notifications You must be signed in to change notification settings

yasen-pavlov/custom_vesync

 
 

Repository files navigation

hacs_badge GitHub release Discord

VeSync custom component for Home Assistant

Custom component for Home Assistant to interact with smart devices via the VeSync platform.

Installation

You can install this integration via HACS or manually. This integration will override the core VeSync integration.

HACS

This integration can be installed by adding this repository to HACS AS A CUSTOM REPOSITORY, then searching for Custom VeSync, and choosing install. Reboot Home Assistant and configure the 'VeSync' 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/vesync to your custom_components folder. Reboot Home Assistant and configure the 'VeSync' 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 about unsupported devices in your logbook.

logger:
  default: error
  logs:
    custom_components.vesync: debug
    pyvesync: debug

This integration is heavily based on VeSync_bpo and pyvesync

About

Custom VeSync component for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%