This repository allows to add custom component for Yeelight lamps (Silvest89/yeelight_v2) to Home Assistant via HACS.
Yeelight_v2 is a custom component for Home Assistant that can be used as an alternative Yeelight integration for Home Assistant. It currently supports SSDP as a fallback for the get_prop method. The miio protocol has also been implemented. If a miio_token is provided then the miio protocol will be used to communicate with the bulb (no LAN Control needed)
Readme, docs and support at Silvest89/yeelight_v2
-
Install HACS
-
Open HACS / Integrations / Custom Repositories
-
Add https://github.com/ykmn/hacs-yeelight_v2 as Integration
-
Click Install
Repo update:
git subtree pull --prefix=custom_components/yeelight_v2/python_yeelight https://github.com/Silvest89/python-yeelight master --squash
git subtree pull --prefix=custom_components/yeelight_v2/python_miio https://github.com/Silvest89/python-miio master --squash
git subtree pull --prefix=custom_components/yeelight_v2 https://github.com/Silvest89/yeelight_v2 main --squash