<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Home Assistant Archives - GA IT Support</title>
	<atom:link href="https://www.gasupport.net/category/home-assistant/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.gasupport.net/category/home-assistant/</link>
	<description>Helpdesk, Remote Support, Computer Repair - Austria, UK and Romania</description>
	<lastBuildDate>Wed, 11 Feb 2026 12:14:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://www.gasupport.net/wp-content/uploads/2020/05/cropped-favicon-32x32.png</url>
	<title>Home Assistant Archives - GA IT Support</title>
	<link>https://www.gasupport.net/category/home-assistant/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">219070500</site>	<item>
		<title>How to create dynamic Update Notification for Home Assistant App for Android</title>
		<link>https://www.gasupport.net/home-assistant/how-to-create-dynamic-update-notification-home-assistant-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-dynamic-update-notification-home-assistant-android</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 12:08:16 +0000</pubDate>
				<category><![CDATA[Home Assistant]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=3170</guid>

					<description><![CDATA[<p>Recently I decided to create a notification for any available update for my Home Assistant so I can keep everything up to date. I managed to create a nice dynamic Update Notification for Home Assistant with an AI tool. Below is the YAML file to use. Feel free to change importance and priority from high [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/home-assistant/how-to-create-dynamic-update-notification-home-assistant-android/">How to create dynamic Update Notification for Home Assistant App for Android</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3170" class="elementor elementor-3170" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-685aaacf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="685aaacf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79296848" data-id="79296848" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-346a9011 elementor-widget elementor-widget-text-editor" data-id="346a9011" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><img data-dominant-color="2b4265" data-has-transparency="true" style="--dominant-color: #2b4265;" fetchpriority="high" decoding="async" class="alignnone wp-image-3169 size-full has-transparency" src="https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM.avif" alt="home_assistant" width="1338" height="497" srcset="https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM.avif 1338w, https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM-300x111.avif 300w, https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM-1024x380.avif 1024w, https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM-768x285.avif 768w" sizes="(max-width: 1338px) 100vw, 1338px" /></p><h5>Recently I decided to create a notification for any available update for my Home Assistant so I can keep everything up to date. I managed to create a nice dynamic Update Notification for Home Assistant with an AI tool.</h5><h5>Below is the YAML file to use. Feel free to change importance and priority from <strong>high</strong> to other values</h5><h5>Please update the <strong>alias(Name) </strong>with your prefered name and <strong>notify.mobile_app_name </strong>with your mobile entity name</h5><p><!-- End Coder for Elementor WordPress Plugin --></p>								</div>
				</div>
				<div class="elementor-element elementor-element-e921ff2 elementor-widget elementor-widget-mdp-coder-elementor" data-id="e921ff2" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-e921ff2"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-default"
            data-dark-theme="mdp-theme-default"
        >
            
                <pre class="language-yaml line-numbers"data-previewers=""><code>alias: Updates Notification - Dynamic
description: &quot;&quot;
triggers:
  - event_type: state_changed
    trigger: event
conditions:
  - condition: template
    value_template: |
      {{ trigger.event.data.old_state is not none
         and trigger.event.data.new_state is not none
         and trigger.event.data.new_state.domain == &#039;update&#039;
         and trigger.event.data.old_state.state == &#039;off&#039;
         and trigger.event.data.new_state.state == &#039;on&#039;
         and not trigger.event.data.new_state.attributes.get(&#039;in_progress&#039;, false) }}
actions:
  - data:
      title: Update Notification
      message: |
        {{ trigger.event.data.new_state.name }} has a new update available.
      data:
        importance: high
        priority: high
        ttl: 0
        clickAction: /config/updates
    action: notify.mobile_app_name
mode: single</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_e921ff2 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_e921ff2();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_e921ff2 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/home-assistant/how-to-create-dynamic-update-notification-home-assistant-android/">How to create dynamic Update Notification for Home Assistant App for Android</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3170</post-id>	</item>
	</channel>
</rss>
