View play_media_file_script.yaml
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: Media Player Script Blueprint 2021-12-28 | |
description: "This provides a way to play canned media files with the big | |
long list of YAML entries but keep the main script or automation clean. | |
All that is required there would be a simple line like: | |
'- service: script.media_player_doorbell_sound'" | |
source_url: https://gist.github.com/SirGoodenough/0f4ba089a08f78dae6ef2ebb4d058773 | |
domain: script | |
homeassistant: | |
min_version: 2021.11.0 |
View Broadlink_ON_script.yaml
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: Broadlink_ON_script_2021-11-20 | |
description: A script that gets my TV on and Reciever set-up to correct mode. | |
source_url: https://gist.github.com/SirGoodenough/d530280dc4177aa2882bc3e7924982d5 | |
# Community link for blueprint: https://community.home-assistant.io/t/script-blueprint-to-turn-my-tv-on-and-put-it-into-the-correct-mode-for-the-input-device-i-want/338755 | |
domain: script | |
homeassistant: | |
min_version: 2021.11.0 | |
input: | |
adapter_power: |
View tts_google_translate_say_message_script.yaml
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: TTS Google Translate Say Message_2021-12-24 | |
description: A script that uses tts google_translate_say to send a message to a google speaker | |
# Community link for blueprint: https://community.home-assistant.io/t/script-blueprint-for-google-translate-say-and-tts-cloud-say-message-not-an-automation-blueprint/333199 | |
source_url: https://gist.github.com/SirGoodenough/ecf747f3bc399f088a13853cf80ec12b | |
domain: script | |
homeassistant: | |
min_version: 2021.11.0 | |
input: | |
speaker_target: |
View tts_cloud_message_script.yaml
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: TTS Cloud Message_2021-12-24 | |
description: A script that uses tts-cloud via Nabu-Casa to send a message to a google speaker | |
# Community link for blueprint: https://community.home-assistant.io/t/script-blueprint-for-google-translate-say-and-tts-cloud-say-message-not-an-automation-blueprint/333199 | |
source_url: https://gist.github.com/SirGoodenough/7eea35ad75daf883a7938c0bc99499bd | |
domain: script | |
homeassistant: | |
min_version: 2021.11.0 | |
input: | |
speaker_target: |
View AutoFanControl.yaml
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: Auto_Fan_Temperature_Control_for_3-Speed_Fan_2021-09-03 | |
description: This sets the fan speed for a 3 speed fan (such as an IFAN03/IFAN04) based on a room temperature. | |
# Community link for blueprint: source_url: https://community.home-assistant.io/t/auto-fan-temperature-control-for-3-speed-fan-ifanxx-tasmota/326419 | |
source_url: https://gist.github.com/SirGoodenough/15003002fc5409f029f38914876fa728 | |
domain: automation | |
homeassistant: | |
min_version: 2021.7.0 | |
input: | |
fan_control: |
View door_open_tts_cloud_say_announcer_nabu_casa_required.yaml
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: Door open tts.cloud_say announcer (Nabu-Casa required) 2022-01-03 | |
description: This uses tts.cloud_say from Nabu-Casa to tell you a door is open too long and a door has been closed. | |
# Community link for blueprint: source_url: https://community.home-assistant.io/t/door-open-tts-cloud-say-announcer-nabu-casa-required/316046 | |
source_url: https://gist.github.com/SirGoodenough/ed99bd75a65088f4a41c46d1ce19f103 | |
domain: automation | |
input: | |
door_entity: | |
name: "Door Sensor (or any binary_sensor will do...)" | |
description: "Entity that causes the announcement. |