This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# https://flows.blueforcer.de/flow/jyNg0oGXOX6D | |
# | |
# Update the MQTT topic at the bottom of this automation. | |
# Don't forget to upload year.jpg to your AWTRIX clock in the ICONS folder | |
# | |
automation: | |
- id: awtrix_year_progress | |
alias: Year Progress | |
description: Publishes the current year progress in % to the Awtrix clock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Create an image entity showing the DAREBEE daily challenge | |
# | |
# https://www.home-assistant.io/integrations/image/ | |
# https://darebee.com/daily | |
# https://sequr.be/blog/2023/07/darebee-daily-challenge-on-home-assistant-dashboard/ | |
# | |
scrape: | |
- resource: https://darebee.com/ | |
scan_interval: 3600 # Every hour |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Extract TextStyle info for the text inside slide element based on Body placeholder | |
* @param {Number} slidenumber Number of the slide to analyze (starting from 1) | |
*/ | |
function analyseBodyStyles(slidenumber) { | |
const presentation = SlidesApp.getActivePresentation(); | |
const slide = presentation.getSlides()[slidenumber-1]; | |
const body = slide.getPlaceholders().find(ph => ph.asShape().getPlaceholderType() === SlidesApp.PlaceholderType.BODY); | |
const textRange = body.asShape().getText(); | |
const textRuns = textRange.getRuns(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Apple iCloud Private Relay | |
# https://support.apple.com/en-us/101555 | |
mask.icloud.com. | |
mask-h2.icloud.com. | |
mask-api.icloud.com. | |
# Firefox DoH canary | |
# https://support.mozilla.org/en-US/kb/canary-domain-use-application-dnsnet | |
use-application-dns.net. |
OlderNewer