I hereby claim:
- I am christoph-wagner on github.
- I am cwagner (https://keybase.io/cwagner) on keybase.
- I have a public key ASDjsQKvg_mrkibnPUEPfCGdlicxqFf12D8Y1wq0zAdX7Qo
To claim this, I am signing this object:
| The basics I always want | |
| winget install | |
| tailscale.tailscale | |
| KeePassXCTeam.KeePassXC | |
| mozilla.firefox | |
| OO-Software.ShutUp10 | |
| Nextcloud.NextcloudDesktop | |
| Valve.Steam | |
| IrfanSkiljan.IrfanView |
| blueprint: | |
| name: window controlled heater | |
| description: turn off heater when opening window and turn on with delay | |
| domain: automation | |
| source_url: https://gist.github.com/govido/4aaa213e6209d3b76ec0e65d576e3701 | |
| #forked 2nd time from https://gist.github.com/gresie/476f1169ddd4a1bbbb12662f5b20e383 | |
| #forked from https://gist.github.com/dirkk1980/8ba849b480844b32e9ca484e6de5d552 | |
| #inspired by https://github.com/home-assistant/core/blob/dev/homeassistant/components/automation/blueprints/motion_light.yaml | |
| input: | |
| heating_target: |
| * { | |
| float: none !important; | |
| font-family: "Arial" !important; | |
| margin-break: discard; | |
| } | |
| html { | |
| hyphens: auto; | |
| background-color: white; | |
| font-size: 10pt; | |
| line-height: 12pt; |
I hereby claim:
To claim this, I am signing this object:
| # Color Temperature & Brightness calculations adapted from | |
| # https://github.com/KristopherKubicki/smartapp-circadian-daylight | |
| # Sorry if this code sucks, I've never used Python before ;) | |
| import logging | |
| import datetime | |
| import math |