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: Add reminders via voice assist | |
description: | |
"Add reminders via the voice assistant in Home Assistant \nRequirements:\n | |
- A fully setup OpenAI Conversation \n | |
- A todo entity that you have configured to hold the reminders" | |
domain: automation | |
author: freakshock88 | |
homeassistant: | |
min_version: 2023.8.0 |
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: Play Plex media using Assist | |
description: > | |
Play any Plex media on a media player of your choice. | |
The media player has to support this action. | |
domain: automation | |
input: | |
media_player: | |
name: Media player | |
description: Media player on which to start Plex playback |
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: Zigbee2MQTT - Philips Hue Tap dial switch (8719514440937/8719514440999) actions | |
description: > | |
Define actions your Philips Hue Tap dial switch using Zigbee2MQTT. | |
This blueprint requires a MQTT topic for your button and the actions you want to take for each button press type. | |
domain: automation | |
input: | |
mqtt_topic: | |
name: MQTT Topic for device updates | |
description: MQTT topic for Philips Hue Tap dial switch. e.g. "zigbee2mqtt/Bedroom Bed Tap Dial Switch" |