/ha-wyzebulb

Home Assistant integration for Wyze Bulbs, the $5 smart light bulb

Primary LanguagePythonApache License 2.0Apache-2.0

Home Assistant - WYZE Bulb Component

Installation (HACS) - Highly Recommended

  1. Have HACS installed, this will allow you to easily update
  2. Add https://github.com/JoshuaMulliken/ha-wyzebulb as a custom repository as Type: Integration
  3. Click install under "Wyze Bulb Api Integration" in the Integration tab
  4. Restart HA

Installation (Manual)

  1. Download this repository as a ZIP (green button, top right) and unzip the archive
  2. Copy /custom_components/wyzeapi to your <config_dir>/ directory
    • On Hassio the final location will be /config/custom_components/wyzeapi
    • On Hassbian the final location will be /home/homeassistant/.homeassistant/custom_components/wyzeapi
  3. Restart HA

Configuration

Add the following to your configuration file

light:
  - platform: wyzeapi
    username: <email for wyze>
    password: <password for wyze>
    
switch:
  - platform: wyzeapi
    username: <email for wyze>
    password: <password for wyze>
    

Usage

  • Restart HA

  • Entities will show up as light.<friendly name> or switch.<friendly name> for example (light.livingroom_lamp).

Please report any issues you find!