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: Better Thermostat Automatic Temperature | |
description: Set BT Thermostats temperature based on a schedule and presence. | |
domain: automation | |
source_url: https://gist.github.com/chaptergy/f48c99cd4acd25b251a8326acb72f455 | |
input: | |
thermostat_target: | |
name: Thermostats | |
selector: | |
target: |
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: Appliance Actions | |
description: > | |
# Appliance Actions | |
**Version: 1.0** | |
🤔 Watts your appliance up to, you're always in the know from start to finish!🛎️🔌💸 | |
<details> |
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
{ | |
"$schema":"http://json-schema.org/draft-07/schema#", | |
"$id":"root", | |
"title":"Nginx Proxy Manager REST API", | |
"description":"This is the Nginx Proxy Manager REST API", | |
"version":"2.0.0", | |
"links":[ | |
{ | |
"href":"http://npm.example.com/api", | |
"rel":"self" |