Skip to content

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

Notifications You must be signed in to change notification settings

phipz/relative-brightness-light-group

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%