Skip to content

Instantly share code, notes, and snippets.

View NeskireDK's full-sized avatar

André Eriksen NeskireDK

  • Denmark
View GitHub Profile
@NeskireDK
NeskireDK / media_player_controlling_lights
Created January 26, 2025 14:56
Media player controlling lights
blueprint:
name: Media Player Light Automation
description: >
Automatically turn lights on or off based on media player state, power
state, and sun position.
domain: automation
input:
media_player:
name: Media Player
description: The media player to monitor.
@NeskireDK
NeskireDK / zigbee2mqtt_aqara_wireless_switch.yaml
Last active January 26, 2025 09:47 — forked from rhl2401/zigbee2mqtt_aqara_wireless_switch.yaml
Aqara Wireless Switch (single, double, hold)
blueprint:
name: Aqara Switch Blueprint
description: >
Use this blueprint to control actions for Aqara switches or any other MQTT sensor light switches.
domain: automation
input:
mqtt_device:
name: MQTT Device
description: >
Select an MQTT device, make sure to only select a device of Switch nature
@NeskireDK
NeskireDK / boxstarter.gist
Last active January 8, 2020 23:27
boxstarter gist personal
# Description: Boxstarter Script
# Author: André E <[email protected]>
# Last Updated: 2020-01-09
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: