https://github.com/hasscc/yeelight-pro
💡 Yeelight Pro for Home Assistant
https://github.com/hasscc/yeelight-pro
home-assistant smarthome yeelight yeelink
Last synced: about 1 month ago
JSON representation
💡 Yeelight Pro for Home Assistant
- Host: GitHub
- URL: https://github.com/hasscc/yeelight-pro
- Owner: hasscc
- Created: 2023-03-25T17:11:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T08:11:35.000Z (6 months ago)
- Last Synced: 2025-03-02T13:11:23.322Z (about 2 months ago)
- Topics: home-assistant, smarthome, yeelight, yeelink
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 59
- Watchers: 4
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💡 Yeelight Pro for Home Assistant
#### Method 1: [HACS (**Click to install**)](https://my.home-assistant.io/redirect/hacs_repository/?owner=hasscc&repository=yeelight-pro&category=integration)
#### Method 2: Manually install via Samba / SFTP
> [Download](https://github.com/hasscc/yeelight-pro/archive/main.zip) and copy `custom_components/yeelight_pro` folder to `custom_components` folder in your HomeAssistant config folder#### Method 3: Onkey shell via SSH / Terminal & SSH add-on
```shell
wget -O - https://hacs.vip/get | DOMAIN=yeelight_pro bash -
```#### Method 4: shell_command service
1. Copy this code to file `configuration.yaml`
```yaml
shell_command:
update_yeelight_pro: |-
wget -O - https://hacs.vip/get | DOMAIN=yeelight_pro bash -
```
2. Restart HA core
3. Call this [`service: shell_command.update_yeelight_pro`](https://my.home-assistant.io/redirect/developer_call_service/?service=shell_command.update_yeelight_pro) in Developer Tools
4. Restart HA core again