Use Blueprint to quickly complete automated settings in Home Assistant, and use Google Assistant to achieve voice notifications – Home Assistant Step-by-Step Tutorial EP 4

Previous articleThrough a simple example, we will teach you how to perform automation settings in Home Assistant. Today, we will use the automation setting "notify when the washing machine is finished" to introduce how to use the Blueprint function to quickly complete the automation settings, allowing you to No more worrying about how to set triggers, conditions, and actions! (If you’re lazy, you’ll be even more lazy! 🤣) At the same time, it can be paired with Google Assistant to achieve the effect of voice reminder!


First let’s get to know Blueprint

Blueprints are automated setting templates. Home Assistant has officially launched a small number of Blueprints, but more are shared by Home Assistant community netizens. You can quickly complete your own automated settings through these Blueprints shared by everyone.

Home Assistant Blueprint Fourm:https://community.home-assistant.io/c/blueprints-exchange/53

Here you can find all kinds of Blueprints. Through everyone's efforts, all kinds of automated setting Blueprints you can think of are available here!


Step 1. Import the "Appliance has finished" Blueprint

In today's example of "notifying when the washing machine is ready", we will use the Blueprint "Appliance has finished".

Step 1-1. "Settings" ➜ "Automation and Scenarios" ➜ "Blueprint" ➜ "Search for more Blueprints"

It will then be linked to Blueprint Exchange Forum

Home Assistant 選擇 Blueprint 設定智慧家庭自動化

Step 1-2. Find the “Appliance has finished” Blueprint

查詢 Blueprint
選擇 Blueprint

Step 1-3. Import the "Appliance has finished" Blueprint

Find the "IMPORT BLUEPRINT" button in Fourm, operate it in sequence, and finally you will see the "Appliance has finished" Blueprint in the Blueprint list.

載入 Blueprint
載入 Blueprint
載入 Blueprint
載入 Blueprint
載入 Blueprint

Step 2. Use the “Appliance has finished” Blueprint for automated settings

If you don’t know how to enter this automatic setting list screen, you can refer to the previous article:https://neiltw.com/home-assistant-automation-setup-guide/

Step 2-1. Click "Add Automation" ➜ Select "Appliance has finished"

使用 Blueprint 設定自動化

Step 2-2. Set “Power Sensor”

Select the device used to monitor the power consumption of the washing machine in "Power Sensor"

使用 Blueprint 設定自動化

Step 2-2. Monitoring value setting

  • Starting power threshold: The power threshold above which the device is assumed to be started. My setting here is 30 W
  • Starting hysteresis: How long does it take for the power to exceed the threshold before it is really started? My setting is 5 minutes
  • Finishing power threshold: If the power threshold is below this threshold, the device is assumed to have finished. I set 3 W
  • Finishing hysteresis: How long does it take for the power to be below the threshold before it is truly finished? I set 5 minutes

The above values can be adjusted depending on the situation. The above settings are the settings I am currently trying to best suit our home.

使用 Blueprint 設定自動化

Step 2-3. Action when setting is completed

使用 Blueprint 設定自動化

Here I have set three actions:

  1. "Notification: Send a notification": Send push notifications to family members' mobile phones.
  2. "Media Player: Set volume": Set the volume of the smart speaker that will play the voice notification next (to avoid the original volume being too high or too low).
  3. "Text-to-speech(TTS): Say a TTS message with google_translate": Play voice notifications from smart speakers through the Google Assistant service.

Step 2-3-1. Set "Notification: Send a notification"

  • "Service" select "Notification: Send a notification"
  • Fill in the text you like in "Message" and "Title"
使用 Blueprint 設定自動化
自動化通知訊息展示

Step 2-3-2. Set "Media Player: Set volume"

  • "Services" select "Media Player: Set volume"
  • "Target" selects your smart speaker via device or entity
  • "Level" sets the desired volume. I set it to 0.6, which is 60%.
使用 Blueprint 設定自動化語音通知

Step 2-3-3. Set "Text-to-speech(TTS): Say a TTS message with google_translate"

  • "Service" select "Text-to-speech(TTS): Say a TTS message with google_translate"
  • "entity_id" select your smart speaker
  • "Message" fill in the content you want to be notified by voice
  • "Language" fills in the desired voice language, here I fill in "zh-tw"
使用 Blueprint 設定自動化語音通知

Step 2-4. Set the start action

  • "Service" select "Notification: Send a notification"
  • Fill in the text you like in "Message" and "Title"
使用 Blueprint 設定自動化手機推播訊息

The above are the steps to use Blueprint to quickly complete automation settings. From now on, you no longer have to worry about how to properly set triggers, judgment conditions, and actions. Use Blueprint to integrate your own suitable smart devices and set automation in this way ( Automation) is even easier!

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

you might like
recent discussions
  • Neil 2025/07/09Hi Victor, it won't affect you much. You can test it after the network is connected in the new house. Regarding the switch, I personally don't recommend changing to 86 boxes. Although it will change your choices, you need to consider the future resale of the house and the possible maintenance and purchase of materials. Besides, 118 is not without good options.Home Assistant installation steps detailed, quickly build a smart home – step-by-step tutorial EP 1
  • Victor 2025/07/09Hello, I expect to finish the decoration by the end of this year, and I want to learn to build a smart home. Regarding the 5th point of setting up the Raspberry Pi, do I need to wait until the new house to connect to the wired network? Or it will not affect, can I build the Raspberry Pi first, and it will not affect the use after the move? (I have been studying the things to prepare for the decoration. In addition to the neutral wire of the switch, I am also hesitant about whether I need to use an 86-spec box, or use vizo) Very newbie question, sorry Ethernet cable: Although the Raspberry Pi you bought may support WiFi connection, in order to allow Home Assistant to have a stable network and considering the need for a fixed IP for future remote control, it is recommended to use a wired network.Home Assistant installation steps detailed, quickly build a smart home – step-by-step tutorial EP 1
  • salvia 2025/07/04Script execution from MQTT sequence: – data: payload: >- {“ir_code_to_send”: “Fill in IR code”} topic: zigbee2mqtt/Tuya ZS06 IR Remote/set action: mqtt.publish alias: “AC Remote: Turn off” mode: single description: “”How to connect Home Assistant to (almost) all Zigbee devices through Zigbee2MQTT – Home Assistant Step-by-Step Tutorial EP 2
  • yc 2025/07/03I would like to ask, I have studied Tuya ZS06 for several days but still don't know how to send messages. I read the article https://www.zigbee2mqtt.io/devices/ZS06.html and it says to publish the following through zigbee2mqtt/FRIENDLY_NAME/set, but I don't know how to enter the following code. Currently, I can search for devices after clicking on zigbee2mqtt, and I can also learn on the page, and I can manually test sending by double-clicking, but I can't set it to send automatically. Do you have any relevant experience to share? Thank youHow to connect Home Assistant to (almost) all Zigbee devices through Zigbee2MQTT – Home Assistant Step-by-Step Tutorial EP 2
  • bdg game 2025/07/03This article is very detailed! For beginners, the installation steps of Home Assistant are clear at a glance, and I believe it will make it easier for many people to get started in the world of smart homes. Looking forward to the follow-up tutorials!Home Assistant installation steps detailed, quickly build a smart home – step-by-step tutorial EP 1
  • Loïc 2025/06/27Thank you for your response, sorry for the late reply. I will plan with Zigbee first, and share with you if there is any switch on Taobao! Thank you!2025 Home Assistant Complete Guide – SMART HOME Smart Home EP 7
  • Neil 2025/06/25Hi Frank, 1. The circuit breaker is not really needed when using a neutral switch, but I still keep it in case the new owner needs it when moving to a new house in the future. 2. The combination of smart switches and smart lamps is more complicated. There must be a neutral line at the lamp. If your lamp is controlled individually, you only need to connect the live wire and the load line directly at the switch (and connect them to the switch at the same time. At this time, the switch does not actually affect the lamp). In this way, the lamp will always have power, and then control the brightness and color temperature of each lamp through the smart hub, and set the switch to switch the linked lamp. My current choice is a smart switch with a traditional recessed lamp, because our family does not have much need to control the brightness and color temperature. Of course, it is good to have it, but whether the usage rate is high enough, you need to evaluate it yourself according to your usage needs~Zero fire switch multi-cut setting tutorial – Home Assistant step-by-step tutorial EP 8
  • Frank 2025/06/25Hello Neil, my family is planning to build a smart home recently. The designer has given me a quote, but I am currently having problems with lamps and switches. The quote includes the switching circuit, switch circuit, and light circuit. After I asked someone, I was told that there is no need to switch the switch circuit because it can be set up through the background of the smart switch, but other circuits (switch circuit, light circuit) are still necessary. In addition to the neutral wire required for the smart switch, each smart lamp must also have a neutral wire so that the brightness, switch, and color temperature of each lamp can be controlled individually. Otherwise, traditional lamps that support color temperature and brightness control must be used, and the controller must be hidden in the ceiling. This method is more cost-effective and can control lamps in an entire circuit at once, but there is no way to control them individually. Is the above understanding correct? How did you choose the lamps in your home? Thanks for clearing up my doubts.Zero fire switch multi-cut setting tutorial – Home Assistant step-by-step tutorial EP 8
  • Neil 2025/06/09Hi Loïc, I would still recommend Zigbee for now. I haven’t done much research on switches from Taobao. If you want something cheaper, you can consider Aqara.2025 Home Assistant Complete Guide – SMART HOME Smart Home EP 7
you might like