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: OpenAI - Speaker Notification on Motion | |
description: | |
Conversation agent generates a notification based on the upcoming calendar | |
agenda, location, and weather. | |
author: Zack Barett (Allen Porter) | |
domain: automation | |
input: | |
motion: | |
name: Motion Device |
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: OpenAI - Speaker Notification | |
description: | |
Conversation agent generates a notification based on the upcoming calendar | |
agenda, location, and weather. | |
author: Zack Barett (Allen Porter) | |
domain: automation | |
input: | |
notify_time: | |
name: Notification time |
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
/* | |
Camera strategy that shows all of your Cameras. | |
To use: | |
- store this file in `<config>/www/camera_strategy.js` | |
- Add lovelace resource: `/local/camera_strategy.js`, type JavaScript Module | |
- Create a new Lovelace dashboard and set as content: | |
views: | |
- title: Cameras |
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: Test blueprint | |
domain: automation | |
input: | |
trigger_event: | |
name: Event to trigger on | |
description: This is a field you have to fill out | |
service_to_call: | |
name: Service to call | |
entity: |
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: "Turn on light to custom brightness and warmness" | |
description: "This Automation lights turn on when motion is detected in a room" | |
domain: automation | |
input: | |
motion: | |
name: "Motion Detector" | |
description: "This will be the motion detector device that triggers the lights to turn on" | |
selector: | |
entity: |
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: "Open Blinds when motion is detected at a Certain Time of day" | |
description: "This Automation has your Blinds open when motion is detected in a room" | |
domain: automation | |
input: | |
motion: | |
name: "Motion Detector" | |
description: "This will be the motion detector device that triggers the blinds to open" | |
selector: | |
entity: |
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: "Make two lights follow each other's state and brightness" | |
description: "This automation blueprint makes it so two lights will always be the same" | |
domain: automation | |
input: | |
light_1: | |
name: "Light #1" | |
description: "This will be one of the lights you want to control" | |
selector: | |
entity: |
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: Jarvis Greets you in the morning when you trigger a motion sensor | |
description: > | |
This automation blueprint sends TTS to a Speaker when motion is sensed once a day. Meaning the automation will only run one time per day | |
domain: automation | |
input: | |
name: | |
name: Name you want Jarvis to call you (optional) | |
description: Jarvis will use this name to address you | |
default: '' |
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: Send TTS to a speaker when motion is sensed once a day | |
description: > | |
This automation blueprint sends TTS to a Speaker when motion is sensed once a day. Meaning the automation will only run one time per day | |
domain: automation | |
input: | |
motion_entity: | |
name: Motion Device | |
description: The motion device that will trigger the automation | |
selector: |
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: Send a Notification when the garage door has been open for X min | |
description: > | |
This automation blueprint sends a notification to your phone when the garage door as been open for 10 min | |
domain: automation | |
input: | |
garage_device: | |
name: Garage Device | |
description: The garage device to monitor | |
selector: |
NewerOlder