Skip to content

Instantly share code, notes, and snippets.

View Legot's full-sized avatar
😐
Not dead yet.

Thayne Legot

😐
Not dead yet.
View GitHub Profile
@dkoneill
dkoneill / ubiquiti_icons_drawio.md
Created November 27, 2024 19:10
Add Ubiquiti icons to drawio

ubiquiti-drawio

Draw.io library for Ubiquiti networks

The SVG shapes were retrieved from the a Unifi CloudKey Gen 2+ stored in cd /mnt/.rwfs/data/usr/lib/ulp-go/swai/static/media

Usage

  1. Go to draw.io and create a new diagram.
@liads
liads / ElectraClimate.h
Created June 16, 2019 20:53
ESPHome climate component for Electra AC (RC-3 IR remote)
#include "esphome.h"
static const char *TAG = "electra.climate";
typedef enum IRElectraMode {
IRElectraModeCool = 0b001,
IRElectraModeHeat = 0b010,
IRElectraModeAuto = 0b011,
IRElectraModeDry = 0b100,
IRElectraModeFan = 0b101,