Skip to content

Instantly share code, notes, and snippets.

View spukst3r's full-sized avatar
🎯
Focusing hard

Dmitrii Fontanov spukst3r

🎯
Focusing hard
View GitHub Profile
@spukst3r
spukst3r / wake-up-light-alarm-with-sunrise-effect.yaml
Created October 3, 2021 20:52 — forked from sbyx/wake-up-light-alarm-with-sunrise-effect.yaml
Home Assistant Blueprint: Wake-up light alarm with sunrise effect
blueprint:
name: Wake-up light alarm with sunrise effect
description: 'A wake-up light alarm with a brightness and color temperature sunrise
effect. Note: Requires date_time_iso sensor in configuration, not manually executable!'
domain: automation
input:
light_entity:
name: Wake-up light entity
description: The light to control. Turning it off during the sunrise will keep
it off. Color temperature range is auto-detected.
@spukst3r
spukst3r / release12.md
Last active July 25, 2018 12:11 — forked from hayorov/release12.md
release12

Release 12

  1. [Customer-facing] Sandbox Provider Account Configuration (use ACME Reseller info)

  2. [Tech] Research Public API caching behavior

  3. [Tech] Quick Start connector-backend log format refactoring

  4. [Tech] Finalize FMP module cleanup

@spukst3r
spukst3r / our_setup_script.js
Created December 7, 2012 22:07 — forked from shussekaido/our_setup_script.js
MongoDB M102 week6 file
db = db.getSisterDB("config");
var mongosConn = db; // assume we connected to a mongos to get going
var res = null;
function check() {
printjson(res);
if( !res || !res.ok ) {
throw "check(): not ok, stopping";