Vincent Le Bourlot 0afbef7f11
Fix/fix fan discovery (#21)
* added LAP-C601S-WUS (Core 600s Air Purifier)

* fix style

* better fix to diagnostic.

* fix preset mode

* add a log line.

* add another debug log

* add some missing fan devices.

* auto discover preset_modes

* auto discover fan speed range

* fix fan speed and preset modes

* fix fan speed number

* add some debug log.

* merge fix from main

* rename a key in diagnostics.
2022-04-27 21:37:40 +02:00
2022-04-26 15:22:02 +02:00
2022-04-01 15:04:42 +02:00
2022-04-01 15:07:19 +02:00
2022-04-01 15:02:13 +02:00
2022-04-26 16:22:14 +02:00
2022-04-01 15:02:13 +02:00
2022-04-01 15:02:13 +02:00

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, then searching for 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

This integration is heavily based on VeSync_bpo and pyvesync

Description
Custom VeSync - Home Assistant
Readme 790 KiB
Languages
Python 100%