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: FITHomes State change to MQTT | |
description: "FITHomes state change to MQTT. | |
Multiple sensor selection possible" | |
domain: automation | |
input: | |
sensors: | |
name: Sensors | |
description: Sensors |
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: ZHA - Tuya 4 Gang Portable Remote | |
description: 'Control anything with a Tuya 4 Gang Portable Remote. | |
You can set functions for a single press, double press and long press of each of the four buttons. This allows you to assign, | |
e.g., a scene or anything else.' | |
domain: automation | |
input: | |
remote: |
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: ZHA - Moes Smart Knob for lights | |
description: 'Control lights with a Moes Smart Knob. | |
You can set functions for a single press. This allows you to assign, | |
e.g., a scene or anything else. | |
Rotating left/right will change the brightness smoothly of the selected light. | |
Not all functionality of the device is available at time of writing, e.g. double press, long press and press and rotate.' |
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
// ==VickiScript== | |
// @name TL Tech Script | |
// @utterance Tell $invocation tl tech | |
// ==/VickiScript== | |
$vs.listen(/^tl tech$/, async (req, res, match) => { | |
const url = 'https://www.tltechsmart.com'; | |
await browser.tabs.create({ url }); | |
res.say("Welcome to the TL Tech Smart Website").send(); |
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: ZHA - Sonoff SNZB-01 | |
description: 'Perform actions with the Sonoff SNZB-01 Button. | |
You can set functions for single press, double press and hold. This allows you to assign, | |
e.g., a scene or anything else.' | |
domain: automation | |
input: | |
remote: |
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: ZHA - Mijia Wireless Switch | |
description: 'Perform actions with the Mijia Wireless Switch. | |
You can set functions for single press, double press, triple press, quadruple press and furious (5 or more presses). This allows you to assign, | |
e.g., a scene or anything else.' | |
domain: automation | |
input: | |
remote: |
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: ZHA - IKEA Symfonisk sound controller for media | |
description: 'Control media with an IKEA Symfonisk sound controller (the spinny ones). | |
Single press will toggle Play/Pause on your selected media player. | |
You can set functions for double press and triple press. | |
Rotating left/right will change the volume smoothly of the selected media player, if that function is possible.' |
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: Doorbell - Notify Alexa and send camera snapshot to app | |
description: 'Make an announcement over Amazon Echo devices when the doorbell is pushed and send a camera snapshot to your app.' | |
domain: automation | |
input: | |
doorbell: | |
name: Doorbell | |
description: This is the doorbell binary sensor | |
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: Doorbell - Notify Google and send camera snapshot to app | |
description: 'Make an announcement over Google devices when the doorbell is pushed and send a camera snapshot to your app.' | |
domain: automation | |
input: | |
doorbell: | |
name: Doorbell | |
description: This is the doorbell binary sensor | |
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: Doorbell - Notify Alexa and or Google and send camera snapshot to app | |
description: 'Make an announcement over Alexa and/or Google devices when the doorbell is pushed and send a camera snapshot to your app.' | |
domain: automation | |
input: | |
doorbell: | |
name: Doorbell | |
description: This is the doorbell binary sensor | |
selector: |
NewerOlder