Skip to content

Instantly share code, notes, and snippets.

View ZerNico's full-sized avatar

Nico Franke ZerNico

View GitHub Profile
@ZerNico
ZerNico / mueller_licht_remote_zigbee2mqtt.yaml
Last active April 29, 2021 15:37
Control lights with a Mueller Licht Tint RGB Remote
blueprint:
name: Müller Licht Tint Remote
description: |
Müller Light Tint Remote.
domain: automation
input:
remote:
name: Remote
description: Müller Licht Tint remote to use
selector:
@ZerNico
ZerNico / wake-up-light-alarm-with-colored-sunrise-effect.yaml
Last active June 19, 2025 21:30
Home Assistant Blueprint: Wake-up light alarm with colored sunrise effect
blueprint:
name: Wake-up light alarm RGB
description: 'A wake-up light alarm with a brightness and color sat 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.
version: '3'
services:
gerrit:
image: gerritcodereview/gerrit
container_name: gerrit
restart: unless-stopped
security_opt:
- no-new-privileges:true
ports:
openapi: 3.0.0
info:
title: PotatoAPI
version: '1.0'
description: ''
servers:
- url: 'https://api.potatoproject.co/api'
paths:
/user/create/:
post:
@ZerNico
ZerNico / test
Last active March 3, 2019 15:01
# Potato Open Sauce Project
<img src="https://i.imgur.com/tmt6SBG.png">
Haters gonna hate, potatoes gonna potate!
Credits
-------
* [**AOSP**](https://android.googlesource.com)
* [**AOSiP**](https://github.com/AOSiP)
* [**Dirty Unicorns**](https://github.com/DirtyUnicorns)
* [**LineageOS**](https://github.com/LineageOS)