* Add Warm Mist attributes These could possibly be added as sensor entities in their own right. I cannot test them but there was a comment by someone on the original PR about this. Ideally, I suggest, these should be number and binary entities as well but I was going to check the attributes appeared first. * fix style Co-authored-by: Vincent Le Bourlot <vlebourl@gmail.com>
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.
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.
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