Vigyata.AI
Is this your channel?

How To Add Alerts in Home Assistant | Complete Tutorial

14.2K views· 257 likes· 17:35· Jul 10, 2024

🛍️ Products Mentioned (15)

► MY ARTICLE ABOUT THAT TOPIC - https://peyanski.com/how-to-use-home-assistant-alerts/ ► MY HOME ASSISTANT INSTALLATION METHODS FREE WEBINAR - https://automatelike.pro/webinar ► DOWNLOAD MY FREE SMART HOME GLOSSARY - https://automatelike.pro/glossary ► MY RECORDING GEAR MAIN CAMERA: https://amzn.to/3UKinKV MAIN CAMERA LENS: https://amzn.to/3yoR2X9 2ND ANGLE CAMERA: https://amzn.to/44KbVYX 2ND CAMER LENS: https://amzn.to/48bhxMZ SD CARDS: https://amzn.to/3sT7fRy & https://amzn.to/3sS0wHu MICROPHONE: https://amzn.to/3W1P3kY BACKUP MIC: https://amzn.to/466Kxne EDITING MACHINE: https://amzn.to/45LWdvS ► SUPPORT MY WORK Paypal – https://www.paypal.me/kpeyanski Patreon – https://www.patreon.com/KPeyanski Bitcoin – 1GnUtPEXaeCUVWdJxCfDaKkvcwf247akva Revolut - https://revolut.me/kiriltk3x Join this channel to get access to perks - https://www.youtube.com/channel/UCiyU6otsAn6v2NbbtM85npg/join ✅ Don't Forget to like 👍 comment ✍ and subscribe to my channel! # Example configuration.yaml entry alert: garage_door: name: "Garage is open" message: "The garage door is still open" done_message: "The garage door is closed" entity_id: cover.garage_door state: "open" # Optional, 'on' is the default value repeat: 1 can_acknowledge: true # Optional, default is true skip_first: true # Optional, false is the default data: inline_keyboard: - 'Close garage:/close_garage, Acknowledge:/garage_acknowledge' notifiers: - app_and_telegram front_door_battery: name: Front Door Battery is Low message: "The Front Door Battery is still low" done_message: "The Front Door Battery is OK" entity_id: binary_sensor.front_door_battery_is_low repeat: - 1 - 3 - 5 - 1440 can_acknowledge: true # Optional, default is true skip_first: false # Optional, false is the default data: inline_keyboard: - 'Acknowledge:/front_door_battery_acknowledge' notifiers: - mobile_app_kiril - telegram -- Automations alias: Telegram callback to close the garage door description: "" trigger: - platform: event event_type: telegram_callback event_data: data: /close_garage condition: [] action: - service: telegram_bot.answer_callback_query metadata: {} data: show_alert: true target: "{{ trigger.event.data.chat_id }}" callback_query_id: "{{ trigger.event.data.id }}" message: The Garage is Closing! - service: cover.close_cover metadata: {} data: {} target: entity_id: cover.garage_door mode: single alias: Telegram callback to stop alerts for garage door description: "" trigger: - platform: event event_type: telegram_callback event_data: data: /garage_acknowledge condition: [] action: - service: alert.turn_off metadata: {} data: {} target: entity_id: alert.garage_door mode: single ► DISCLAIMER Some of the links above are affiliate links. If you click on these links and purchase an item I will earn a small commission with no additional cost for you. Of course, you don’t have to do so in case you don’t want to support my work!

🎬 More from KPeyanski