Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: Thunder Robonect Manual/Automatic
description: Set mower to manual or automatic based on lightning distance. Requires Robonect addon (https://github.com/geertmeersman/robonect)
domain: automation
input:
distance:
name: Distance in km
default: 20
selector:
number:
#
# Cred to Chris.Childerhose on the Veeam community forum for the initial script.
# https://community.veeam.com/script-library-67/powershell-migrate-vms-from-hyper-v-to-vsphere-1585?postid=12982#post12982
#
# This is version works with 1 och 2 dns addresses.
#
$path = "C:\TEMP\NetIP.json"
if (-not (Test-Path $path)) {
@andersalavik
andersalavik / ha-control-fan.yaml
Last active September 8, 2022 05:41 — forked from danijelst/ha-control-fan.yaml
Home-Assistant Blueprint to control fan speed based on temperature difference
blueprint:
name: Control fan speed based on remote temperature sensor
description: 'Set'
domain: automation
input:
temperature_sensor:
name: Temperature sensor
description: This sensor will be used as the source.
selector:
entity: