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: Smart Thermostat | |
description: 'Based on your window sensor this automation turns the thermostat on | |
or off. You can also specify the time that is needed to switch the state. In | |
order to avoid heating in summer, you can specify the weather entity and your | |
winter temperature. Read more: https://community.home-assistant.io/t/smart-thermostat-2-0-blueprint/478348' | |
domain: automation | |
source_url: https://gist.github.com/AlexanderBabel/69c3b996a66b3a132cafadcbac4140cc | |
input: | |
window_sensor: |
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: Occupancy | |
description: | | |
This blueprint implements the 'Wasp in a Box' principle, a method for detecting room occupancy based on motion and door sensors. It was inspired by an AppDaemon app with a similar approach. | |
You can find more information about this blueprint on the Home Assistant Community: https://community.home-assistant.io/t/occupancy-blueprint/477772 | |
domain: automation | |
source_url: https://gist.github.com/AlexanderBabel/487f054b289b61f90afdc837d23cb85e | |
input: | |
door_sensor: | |
name: Single Door Sensor or Door Sensor Group |