Skip to content

Instantly share code, notes, and snippets.

View FireBall1725's full-sized avatar
🍣
Will code for sushi

Adaléa FireBall1725

🍣
Will code for sushi
  • Ontario, Canada
  • 07:13 (UTC -04:00)
View GitHub Profile
type: custom:stack-in-card
cards:
- type: grid
square: false
columns: 2
cards:
- type: custom:mushroom-entity-card
entity: light.kitchen_lights
name: Kitchen
secondary_info: none
@FireBall1725
FireBall1725 / devworld_config.json
Last active September 5, 2022 15:35
DevWorld Config
{
"world_config": {
"world_generation_preset": "minecraft:bedrock,3*minecraft:stone,116*minecraft:sandstone;minecraft:desert"
}
}
substitutions:
device_name: "teckin_unused_1"
plug_name: "Teckin SP20 1"
esphome:
name: ${device_name}
platform: ESP8266
board: esp8285
wifi:
@FireBall1725
FireBall1725 / sonoff_s31.yaml
Created February 1, 2021 14:39
ESPHome Sonoff S31
substitutions:
device_name: "sonoff_s31"
plug_name: "Sonoff S31 Template"
esphome:
name: ${device_name}
platform: ESP8266
board: esp01_1m
esp8266_restore_from_flash: true
@FireBall1725
FireBall1725 / light.yaml
Created August 15, 2020 14:39
ESPHome Custom RGB+CCT Light
esphome:
name: testled
platform: ESP8266
board: d1_mini
esp8266_restore_from_flash: true
includes:
- rgbcct.h
wifi:
ssid: "ssid"
@FireBall1725
FireBall1725 / plugname.yaml
Last active August 2, 2020 19:00
ESPHome Teckin SP20 Firmware
substitutions:
device_name: "devicename"
plug_name: "Pretty Switch Name"
esphome:
name: ${device_name}
platform: ESP8266
board: esp8285
wifi:

Contributor Agreement

Individual Contributor Non-Exclusive License Agreement

including the Patent Pledge OPTION

Thank you for your interest in contributing to one of FireBall1725's mods ("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us.

d-i pkgsel/include string open-vm-tools accountsservice acl acpid adduser apparmor apport apport-symptoms apt apt-utils at base-files base-passwd bash bash-completion bc bcache-tools bind9-host bsdmainutils bsdutils btrfs-progs btrfs-tools busybox-initramfs busybox-static byobu bzip2 ca-certificates cloud-guest-utils cloud-init cloud-initramfs-copymods cloud-initramfs-dyn-netconf command-not-found command-not-found-data console-setup console-setup-linux coreutils cpio cron cryptsetup cryptsetup-bin curl dash dbus debconf debconf-i18n debianutils diffutils dirmngr distro-info-data dmeventd dmidecode dmsetup dns-root-data dnsmasq-base dnsutils dosfstools dpkg e2fsprogs eatmydata ebtables ed eject ethtool fdisk file findutils fonts-ubuntu-console friendly-recovery ftp fuse gawk gcc-8-base:amd64 gdisk geoip-database gettext-base gir1.2-glib-2.0:amd64 git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv grep groff-base gzip hdparm hostname htop info init init-syst
@FireBall1725
FireBall1725 / mac-gems.md
Created January 9, 2019 18:28
Using ruby on mac

Installing Ruby on mac

Install rbenv from brew

$ brew install rbenv

Verify rbenv is setup correctly

$ which ruby
# /usr/share/zsh/functions/Newuser/zsh-newuser-install
#
# Function to install startup files for a new user.
# Currently it only creates or edits .zshrc.
#
# It can be run again by giving it the option "-f".
# Sanitize environment.
emulate -L zsh
setopt extendedglob nonomatch warncreateglobal