Skip to content

Instantly share code, notes, and snippets.

View Themitchell's full-sized avatar

Andy Mitchell Themitchell

View GitHub Profile
@Themitchell
Themitchell / create_group.yaml
Created September 3, 2024 20:09 — forked from mwolter805/create_group.yaml
Home Assistant Blueprint: Create a group with either dynamic or with static members.
blueprint:
name: Create Group
description: |
# Create Group Blueprint
This blueprint creates a group with either static or dynamic members.
It has two main functions to add members
- Dynamically include multiple members based on a common string in their object ID's. (```Dynamic Include List```)
- Or statically add individual members. (```Static Entities To Add```)
#!/usr/bin/env ruby
#
# Locates and removes Homebrew installation
# http://brew.sh/
#
# Author: Stephen Benner
# https://github.com/SteveBenner
#
# Contributors:
# - @AaronKulick