nickneos / Bring-Back-group.all_x

Brings back group.all_* for desired domains (light, device_tracker, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bring Back group.all_x

hacs_badge homeassistant_community

alt text

Home Assistant release 0.104 removed the automatically generated entity groups (group.all_*) 😢

If like me, you used group.all_x for your automation, this appdaemon app lets you bring back the generated entity groups you need.

Installing

Install via HACS. Alternatively, place the apps folder and its contents in your appdaemon folder.

Make sure group: is included in your configuration.yaml even if you have no manually specified groups.

Configuration

Variable Type Required Default Description
module string TRUE Set to bbgax
class string TRUE Set to group_all_x
domains list TRUE List of device groups you want to generate.
Valid list options are: automation, cover, device_tracker, fan, light, lock, plant, remote, script, switch, vacuum, calendar, remember_the_milk_account, person

Example Usage

any_name_you_wish:
  module: bbgax
  class: group_all_x
  domains: 
    - device_tracker
    - light
    - switch

This example config will create group.all_devices, group.all_lights and group.all_switches in Home Assistant as shown below.


alt text

About

Brings back group.all_* for desired domains (light, device_tracker, etc)


Languages

Language:Python 100.0%