Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.21 KB

Relative brightness light group

Light group for Home Assistant that maintains relative brightness between lights as group brightness is changed.

Note: Since this light group is built on top of the core light group, it also has that "bouncy" brightness slider behavior depending on your setup.

Installation

HACS

To install using HACS, add a custom repository to HACS.

Repository: https://github.com/oscarb/relative-brightness-light-group

Category: Integration

Once added, search for "Relative brightness light group" in HACS to find and download the component.

Manual

  1. Download this repository
  2. Copy over the custom_components folder into your Home Assistant conifg folder
  3. Restart Home Assistant

Configuration

Using this is as easy as using a normal light group.

In your configuration.yaml, simply add:

light:
  - platform: relative_brightness_light_group
    name: The Office
    entities:
      - light.office_desk
      - light.office_spotlights