Skip to content

Instantly share code, notes, and snippets.

@wtadler
wtadler / lifetime_solar_home_assistant_accumulator.yaml
Created July 26, 2023 20:53
Accumulate Envoy lifetime solar production
alias: Add lifetime solar energy production
description: ""
trigger:
- platform: state
entity_id:
- sensor.envoy_accumulated_energy_production
not_from:
- unavailable
- unknown
not_to:
@wtadler
wtadler / convert_to_perma.gs
Last active October 7, 2021 18:55
Google Apps Script for converting every link in a Google Doc to a Perma.cc link
function makePermalinks() {
// makes all links in the document into perma.cc links
// ask for the perma.cc API key
var ui = DocumentApp.getUi();
var result = ui.prompt(
'Please enter your Perma.cc API key:',
ui.ButtonSet.OK_CANCEL);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.