This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
OlderNewer