An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 💡 Yeelight Pro for Home Assistant


## Installation

#### 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