mishamyrt / dohome_rgb

💡 DoHome lights Home Assistant integration
MIT License
1 stars 1 forks source link
dohome home-assistant iot python3

DoHome RGB

Home Assistant integration


DoHome lights Home Assistant integration. Supports DoHome RGB bulb and strip.

Supports

Installation

hapm

Add this repository to your hapm.yaml by running:

hapm add mishamyrt/dohome_rgb@latest

HACS

Add this repo as HACS custom repository.

https://github.com/mishamyrt/dohome_rgb

Then find the integration in the list and press "Download".

Manual

Copy dohome_rgb folder from latest release to /config/custom_components folder.

Configuration

Devices are configured in groups. If you need to configure only one device, specify it in a separate group. Example:

light:
  # Group of bulbs (e.g. a chandelier)
  # entity_id will be dohome_rgb_2b5a_13a1_e77a
  - platform: dohome_rgb
    sids:
      - '2b5a' # Last 4 symbols of device MAC-address
      - '13a1'
      - 'e77a'
  # Individual bulb
  # entity_id will be dohome_rgb_5f7e
  - platform: dohome_rgb
    sids:
      - '5f7e'

Thanks