Skip to content

Instantly share code, notes, and snippets.

View bbbenji's full-sized avatar
🛸
Enthusiast

Benji bbbenji

🛸
Enthusiast
View GitHub Profile
blueprint:
name: Door Open Notification
description: Sends a notification when a door sensor is opened, with support for actionable responses.
domain: automation
input:
door_sensor:
name: Door Sensor
description: Select the Zigbee door/window sensor
selector:
entity:
blueprint:
name: "Actionable Smoke/Fire Alert (Critical)"
description: "High-priority fire alert that bypasses 'Do Not Disturb' and provides a direct link to your floorplan or camera dashboard."
domain: automation
input:
smoke_sensors:
name: Smoke Sensors
description: "Select one or multiple smoke or CO detectors."
selector:
entity:
blueprint:
name: Water Leak Alert
description: 'Push notification (mobile App) + persistent notification will be sent
as soon as one of the selected sensors detects moisture/a leak.'
domain: automation
input:
sensor:
name: moisture Sensor
description: List of moisture Sensors (Leak Detectors)
selector:
@bbbenji
bbbenji / intercom-automation.yaml
Last active June 17, 2025 08:26
Smart Intercom Automation
blueprint:
name: Intercom Notification
description: Notification of a ring from the intercom with support for mobile app and HTML5 push notifications
domain: automation
input:
doorbell_sensor:
name: Doorbell Detection
description: Select the doorbell sensor
selector:
entity:

Android GKI KernelSU & Root Hiding Guide

Important:

  • This guide assumes your bootloader is already unlocked.
  • Only for devices that support Generic Kernel Images (GKI).
  • For best results, start with a stock device.

Table of Contents

@bbbenji
bbbenji / bambu_lab_automation_suite.yaml
Last active August 25, 2025 17:34
Bambu Lab Automation Suite - Manage lights and notifications for Bambu Lab.
blueprint:
name: Bambu Lab X1C Automation Suite
description: >
Manage lights and notifications for Bambu Lab X1C with customizable trigger settings,
including an optional feature to turn on the chamber light when the chamber door is opened.
domain: automation
input:
# ===== Automation Options =====
automation_options_intro:
name: "----- Automation Options -----"
@bbbenji
bbbenji / bambu_lab-automations.yaml
Last active December 21, 2025 03:43
Bambu Lab X1C Home Assistant Automations
###
# Toggle an external light from the X1C screen
###
alias: Bambu Lab - Auto External Light
description: ""
trigger:
- platform: state
entity_id:
- light.x1c_chamber_light
from: null
@bbbenji
bbbenji / bambu_lab-lovelace.yaml
Last active March 31, 2026 18:16
Bambu Lab X1C Lovelace Dashboard
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-title-card
title: Bambu Lab X1C
alignment: start
- type: custom:mod-card
card:
type: custom:mushroom-chips-card
blueprint:
name: "Actionable Leak Alert (Critical)"
description: "Sends a high-priority, critical notification with a direct link to your dashboard when a leak is detected."
domain: automation
input:
moisture_sensors:
name: Moisture Sensors
description: "Select one or multiple leak/moisture sensors."
selector:
entity:
@bbbenji
bbbenji / script.user.js
Last active August 26, 2022 12:49
Microsoft Outlook Clean UserScript - Making Microsoft Outlook UI just a little more clean
// ==UserScript==
// @name Microsoft Outlook Clean
// @namespace MSTeamsClean
// @version 0.1.1
// @updateURL https://raw.githubusercontent.com/jmizell/MSTeamsCompact/master/script.user.js
// @description Making Microsoft Outlook UI just a little more clean
// @author Benji
// @match https://outlook.office.com/*
// @grant GM_addStyle
// @license GPL-3.0