Skip to content

bobcob7/gradient-groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gradient Groups Home Assistant Integration

This is a custom integration for Home Assistant, installable via HACS.

Features

  • Select multiple entities and pair each with a factor.
  • For each group, a virtual entity is created matching the control type of the group.
  • When the virtual entity is modified, all entities in the group are updated to that value.

Installation (HACS)

  1. Add this repository to HACS as a custom repository.
  2. Install the "Gradient Groups" integration.
  3. Restart Home Assistant.

Configuration

Configuration is done via the Home Assistant UI (Config Flow):

  1. Add a new Gradient Groups integration.
  2. Select the entities you want to group and assign a factor to each.
  3. A virtual entity will be created for the group. Changing its value will update all grouped entities.

Development

  • All integration code is in custom_components/gradient_groups/.
  • Lint with python3 -m flake8 custom_components/gradient_groups.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages