Skip to content

Instantly share code, notes, and snippets.

View timokoessler's full-sized avatar

Timo Kössler timokoessler

View GitHub Profile
@alex289
alex289 / index.js
Last active February 7, 2024 14:36
Little cli game to learn the greek alphabet
const readline = require("readline");
const greekAlphabet = {
Α: "Alpha",
Β: "Beta",
Γ: "Gamma",
Δ: "Delta",
Ε: "Epsilon",
Ζ: "Zeta",
Η: "Eta",
@MoritzBuetzer
MoritzBuetzer / configuration.yaml
Created April 27, 2023 08:24
Home Assistant sensor to get co2value from CONNY - https://co2ampel.online/
sensor:
- platform: tcp
host: <CONNY_IP>
port: 4000
payload: "{'cmd':'GET_VALUE'}"
name: "CO2 Ampel"
- platform: template
sensors:
co2_value:
friendly_name: "CO2 Wert"