/yeelight-pro

💡 Yeelight Pro for Home Assistant

Primary LanguagePython

💡 Yeelight Pro for Home Assistant

Installation

Method 2: Manually install via Samba / SFTP

Download 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

wget -O - https://hacs.vip/get | DOMAIN=yeelight_pro bash -

Method 4: shell_command service

  1. Copy this code to file configuration.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 in Developer Tools
  4. Restart HA core again