Skip to content

Instantly share code, notes, and snippets.

View tuanminh20's full-sized avatar

Mimi / nguyen.tuan.minh tuanminh20

View GitHub Profile
@Blackshome
Blackshome / appliance-notifications.yaml
Last active December 8, 2025 18:56
appliance-notifications.yaml
blueprint:
name: Appliance Notifications & Actions
description: >
# πŸ“³ Appliance Notifications & Actions
**Version: 3.8**
πŸ€” Watts your appliance up to, you're always in the know from start to finish! πŸ›ŽοΈπŸ”ŒπŸ’Έ
@Blackshome
Blackshome / sensor-light.yaml
Last active December 8, 2025 20:45
Home Assistant Sensor Light that can be used in Blueprints
blueprint:
name: Sensor Light
description: >
# πŸ’‘ Sensor Light
**Version: 8.5**
Your lighting experience, your way - take control and customize it to perfection! πŸ’‘βœ¨
@michaelkl
michaelkl / rubocop.rb
Created March 19, 2020 11:47 — forked from skanev/rubocop.rb
A Rubocop wrapper that checks only added/modified code
#!/usr/bin/env ruby
# frozen_string_literal: true
# Source: https://gist.github.com/skanev/9d4bec97d5a6825eaaf6
#
# A sneaky wrapper around Rubocop that allows you to run it only against
# the recent changes, as opposed to the whole project. It lets you
# enforce the style guide for new/modified code only, as opposed to
# having to restyle everything or adding cops incrementally. It relies
# on git to figure out which files to check.