This file contains 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
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. |
This file contains 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
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 |
This file contains 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
# 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: |