Skip to content

Instantly share code, notes, and snippets.

@adrienthebo
adrienthebo / eco-heating-schedule.yaml
Created December 3, 2024 16:45 — forked from Raukze/eco-heating-schedule.yaml
Home Assistant Blueprint: Eco Heating Schedule
blueprint:
name: Eco Heating Schedule by Malte
description: |
# 🌟 Eco Heating Schedule (Thermostats & Climate) 🌡️
This blueprint optimizes your (not so) smart thermostat with intelligent temperature control. Set specific temperatures for different times of day, considering room occupancy and overall home presence. Features manual control override.
📖 For Details see this [Blog post](https://community.home-assistant.io/t/eco-thermostat-schedule/643641)
domain: automation
source_url: https://gist.github.com/Raukze/93f8204864682671ab2b502d2e945077
@adrienthebo
adrienthebo / readme.md
Created February 22, 2023 17:53 — forked from legowerewolf/readme.md
Tailscale on Steam Deck

Tailscale on the Steam Deck

This process is derived from the [official guide][official-guide], but lightly tweaked to make the process smoother and produce an installation that comes up automatically on boot (no need to enter desktop mode) and survives system updates.

Installing Tailscale

⚠️ This process will probably fail if you are accessing the terminal over Tailscale

root@master:/etc/puppetlabs/facter/facts.d # cat foo.sh
#! /bin/sh
FACT=$(facter hostname)
echo "foo=${FACT}"
root@master:/etc/puppetlabs/facter/facts.d # chmod +x foo.sh
root@master:/etc/puppetlabs/facter/facts.d # facter ipaddress
<hangs and explodes>