Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: OEPL Todo List
description: >
Displays uncompleted tasks from a to-do list on an OpenEPaperLink display.
domain: automation
author: g4bri3lDev
source_url: https://gist.githubusercontent.com/g4bri3lDev/d1b133d74430a64b3b73d0f2c5eb008d/raw
input:
todo_list:
name: To-do List
@mxashlynn
mxashlynn / Learn GB Studio 3.md
Last active August 3, 2024 21:15
Learn GB Studio 3.x

Learn GB Studio 3.x

GB Studio continues to grow and improve. The 3.x series is far more powerful than earlier versions.

It is also a bit more complex to learn, but these resources can help you on your way!

@geekuillaume
geekuillaume / esphome-lilygot5.yaml
Created January 5, 2022 21:19
Configuration for ESPHome + LilyGo T5 4.7"
esphome:
name: lilygo-t5
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
@ajvillegas
ajvillegas / 01-custom-block.js
Last active December 14, 2024 02:17
Sample custom WordPress editor block and sidebar controls using using ES5 JavaScript syntax.
/**
* Custom WordPress block boilerplate.
*
* @package My_Block_Package
* @author Alexis J. Villegas
* @link http://www.alexisvillegas.com
* @license GPL-2.0+
*/
( function( blocks, editor, element ) {
@michaellunzer
michaellunzer / codecard3.yaml
Created October 21, 2020 02:23
ESPHome ePaper 2.7inch Display ESP8266
esphome:
name: codecard3
platform: ESP8266
board: esp12e
# on_boot:
# - output.turn_off: onboard_led
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
@Bolukan
Bolukan / Aliexpress_items.user.js
Last active September 8, 2024 08:48
Aliexpress_items
// ==UserScript==
// @name Extract AliExpress Order Detail Pages
// @downloadURL https://gist.github.com/Bolukan/16146e6e9c3c7e05a8a23f8b2f8a1dc4/raw/778a24f255bb6f91bf07019e94e1eabb333ef17c/Aliexpress_items.user.js
// @updateURL https://gist.github.com/Bolukan/16146e6e9c3c7e05a8a23f8b2f8a1dc4/raw/778a24f255bb6f91bf07019e94e1eabb333ef17c/Aliexpress_items.user.js
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Extract the contents from AliExpress order detail pages, while also removing all svg tags
// @author Bolukan
// @match https://www.aliexpress.com/p/order/detail.html*
// @grant none