<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Guide on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/guide/</link>
        <description>Recent content in Guide on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sun, 13 Jul 2025 00:00:00 +0200</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/guide/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>The Perfect Home Assistant Password</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/07/13/the-perfect-home-assistant-password/</link>
        <pubDate>Sun, 13 Jul 2025 00:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/07/13/the-perfect-home-assistant-password/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/07/13/das-perfekte-home-assistant-passwort/cover.png" alt="Featured image of post The Perfect Home Assistant Password" /&gt;&lt;p&gt;Imagine it&amp;rsquo;s the middle of the night and suddenly your smart speaker blasts music at full volume. The lights are flashing like crazy, and your heating turns itself up to maximum. At first you think it&amp;rsquo;s a technical glitch — but then you realize: someone else has taken control of your smart home!&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/5MI_iz7xRkw&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;p&gt;What sounds like a horror scenario isn&amp;rsquo;t actually that far-fetched. Users in the Home Assistant forum have shared their experiences:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://community.home-assistant.io/t/i-have-been-hacked/53723&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A user reported in 2018&lt;/a&gt; that their system was controlling lights without authorization — they had Home Assistant running with an open HTTP port and no password&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://community.home-assistant.io/t/i-shut-down-my-ha-after-many-intrusion-attempts-only-to-ha/837817&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Another case from January 2025&lt;/a&gt;: Immediate and massive login attacks right after opening the default port 8123&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The alarming reality:&lt;/strong&gt; According to recent studies, &lt;strong&gt;over 80% of all successful cyberattacks are attributed to weak or reused passwords&lt;/strong&gt; (source: &lt;a class=&#34;link&#34; href=&#34;https://www.weforum.org/stories/2023/05/cybersecurity-passwords-boomers-genz&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;World Economic Forum/LastPass, 2023&lt;/a&gt;). Using services like Shodan, attackers find open smart home instances within seconds. The result: someone connects to your Home Assistant installation and — at best — just plays a prank like this.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s why a strong password for Home Assistant is absolutely critical. Unfortunately, many people still use trivial passwords that are easy to remember but just as easy to guess. And here&amp;rsquo;s what makes Home Assistant special: &lt;strong&gt;there is no built-in password policy&lt;/strong&gt;. No requirements for how long or complex your password must be.&lt;/p&gt;
&lt;p&gt;A serious mistake? On the contrary! I&amp;rsquo;ll explain why this is actually a good thing — and why the perfect Home Assistant password isn&amp;rsquo;t the same for everyone.&lt;/p&gt;
&lt;h2 id=&#34;what-makes-a-good-password&#34;&gt;What Makes a Good Password?
&lt;/h2&gt;&lt;p&gt;You&amp;rsquo;ve probably rolled your eyes more than once when a site demanded &amp;ldquo;at least 8 characters, one uppercase letter, one number, and a special character.&amp;rdquo; Many people assume a password is automatically secure just because it looks complicated — but that&amp;rsquo;s not quite right. What really matters is &lt;strong&gt;entropy&lt;/strong&gt; — how unpredictable and extensive the character combination is. And the rule here is: &lt;strong&gt;length beats complexity&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;A long password with 20 characters is generally far more secure than a short one with 8, even if the shorter one contains every possible special character. Why? Because each additional character exponentially increases the number of possible combinations — and that&amp;rsquo;s worth more than a wide variety of character types.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A practical example:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Home123!&lt;/code&gt; dutifully meets all complexity rules and looks &amp;ldquo;secure&amp;rdquo; at first glance&lt;/li&gt;
&lt;li&gt;In reality, many people follow exactly this pattern — a word with a capital letter, the number sequence 123, and an exclamation mark at the end&lt;/li&gt;
&lt;li&gt;Passwords like this can be cracked very quickly or guessed through dictionary attacks&lt;/li&gt;
&lt;li&gt;&lt;code&gt;myhomeassistantisawesome&lt;/code&gt; would take years to crack, even though it uses only lowercase letters&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;➡️ &lt;strong&gt;Test it yourself:&lt;/strong&gt; &lt;a class=&#34;link&#34; href=&#34;https://howseecureismypassword.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;howseecureismypassword.net&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;sources&#34;&gt;Sources:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-63b.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NIST SP 800‑63B (PDF)&lt;/a&gt; – See Section 5.1.1.2: No more mandatory regular password changes + focus on length over complexity.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.ncsc.gov.uk/blog-post/problems-forcing-regular-password-expiry&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NCSC: Problems forcing regular password expiry&lt;/a&gt; – Warns against cyclic password changes as they lead to predictable patterns.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.theguardian.com/commentisfree/2024/oct/09/charade-change-passwords-cyberattacks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;The Guardian: Rejoice! The charade of having to change our passwords every few months is coming to an end&lt;/a&gt; – Reports on NIST &amp;amp; NCSC guidelines against frequent password changes and in favor of passphrases.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;the-problem-with-password-policies&#34;&gt;The Problem with Password Policies
&lt;/h3&gt;&lt;p&gt;Those seemingly &amp;ldquo;complicated&amp;rdquo; passwords can actually end up being insecure because they follow predictable patterns. Strict password policies often mislead users and tempt them into reusing passwords. Be honest: when you had to fight your way through an annoying password policy, didn&amp;rsquo;t you just reach for your standard password that ticks all the boxes?&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;re not alone — the numbers are alarmingly clear:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;89% know that password reuse is risky, but only 12% use a unique password for every account&lt;/strong&gt; (source: &lt;a class=&#34;link&#34; href=&#34;https://spacelift.io/blog/password-statistics&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Spacelift, 2025&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;62% of US users report frequently or always reusing passwords&lt;/strong&gt; (source: &lt;a class=&#34;link&#34; href=&#34;https://nordpass.com/blog/stop-reusing-passwords&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NordPass, April 2025&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Especially striking for Gen Z: 72% reuse passwords even though 79% know the risk&lt;/strong&gt; (source: &lt;a class=&#34;link&#34; href=&#34;https://bitwarden.com/resources/world-password-day&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bitwarden World Password Day, 2025&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Even after data breaches, 59% of Gen Z recycle their passwords&lt;/strong&gt; (source: &lt;a class=&#34;link&#34; href=&#34;https://www.helpnetsecurity.com/2025/05/02/passwords-update-security-risks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HelpNetSecurity, May 2025&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a genuine &lt;strong&gt;internal conflict&lt;/strong&gt;: we know what&amp;rsquo;s right, but act differently out of convenience or habit. Experts call this a cognitive dissonance between knowledge and behavior.&lt;/p&gt;
&lt;h3 id=&#34;the-better-alternative-passphrases&#34;&gt;The Better Alternative: Passphrases
&lt;/h3&gt;&lt;p&gt;Current recommendations are clear: &lt;strong&gt;forget complexity requirements — what counts is length and uniqueness&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In plain terms: use a long passphrase you can actually remember, rather than cryptic eight-character gibberish. You may know the famous &lt;a class=&#34;link&#34; href=&#34;https://xkcd.com/936/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;xkcd comic&lt;/a&gt; on this — four simple words like &amp;ldquo;correct horse battery staple&amp;rdquo; together form a nearly uncrackable password that you can still remember fairly easily.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What matters:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Length&lt;/li&gt;
&lt;li&gt;Randomness&lt;/li&gt;
&lt;li&gt;Uniqueness&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Every additional character makes your password exponentially stronger. And of course it shouldn&amp;rsquo;t be a known word or pattern — &amp;ldquo;Password123!&amp;rdquo; is long and looks complex, but it&amp;rsquo;s still guessed quickly.&lt;/p&gt;
&lt;h2 id=&#34;specifics-for-home-assistant&#34;&gt;Specifics for Home Assistant
&lt;/h2&gt;&lt;p&gt;Let&amp;rsquo;s get concrete about Home Assistant: what role do passwords actually play here? Home Assistant is your self-hosted smart home hub. You set up user accounts and assign passwords for logging into the web frontend — and with that, full access to all devices connected to your Home Assistant.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; Home Assistant does not dictate what your passwords should look like. There&amp;rsquo;s no minimum length, no special character requirement, nothing of the sort. And that&amp;rsquo;s intentional. &lt;a class=&#34;link&#34; href=&#34;https://community.home-assistant.io/t/your-password-seems-insecure-why-is-this-longish-read/65512?utm_source=chatgpt.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;There used to be a warning&lt;/a&gt; when a password was too short. These warnings no longer exist — the developers realized it wasn&amp;rsquo;t productive. Why?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The requirements for a password depend heavily on the specific use case:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When I record videos for this channel, I&amp;rsquo;m always glad I don&amp;rsquo;t have to set a complex password for Home Assistant test instances&lt;/li&gt;
&lt;li&gt;Someone who never exposes their smart home to the internet and has no guests on their home network can afford lower password requirements&lt;/li&gt;
&lt;li&gt;A Home Assistant installation that is publicly accessible on the internet is subject to completely different standards&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;With Home Assistant, you are the administrator and must take responsibility yourself.&lt;/strong&gt; If you&amp;rsquo;re not comfortable with that, a password manager is probably the best choice for you.&lt;/p&gt;
&lt;p&gt;The moment your system is online, it becomes a potential target for automated attacks. And then things get serious fast. Home Assistant does have a built-in &lt;strong&gt;brute-force defense&lt;/strong&gt; (&lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Brute-force_attack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wikipedia article&lt;/a&gt;): after a certain number of failed login attempts, the user&amp;rsquo;s IP address is temporarily blocked. That&amp;rsquo;s helpful, but not a cure-all:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Many attackers simply spread their attempts across many different IP addresses&lt;/li&gt;
&lt;li&gt;A weak password is often guessed after just a few tries&lt;/li&gt;
&lt;li&gt;The IP block therefore offers only limited protection&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Additional risks:&lt;/strong&gt; Even Home Assistant with Nabu Casa has had critical security vulnerabilities — in 2023, a flaw (&lt;a class=&#34;link&#34; href=&#34;https://nvd.nist.gov/vuln/detail/CVE-2023-27482&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CVE-2023-27482&lt;/a&gt;) with the highest severity score of 10/10 was disclosed, enabling an authentication bypass.&lt;/p&gt;
&lt;p&gt;➡️ &lt;strong&gt;More on securing Home Assistant:&lt;/strong&gt; &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2024/12/13/securing-home-assistant-5-security-mistakes-to-avoid-in-your-smart-home/&#34; &gt;Home Assistant absichern: 5 Tipps für mehr Sicherheit&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;➡️ &lt;strong&gt;Why port forwarding is problematic:&lt;/strong&gt; &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2025/04/10/why-port-forwarding-into-your-smart-home-is-so-dangerous/&#34; &gt;Portfreigaben vermeiden: So geht sicherer Fernzugriff&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;There is no single perfect Home Assistant password — it depends on your use case. &lt;strong&gt;But the numbers speak clearly: over 80% of all cyberattacks succeed through weak or reused passwords.&lt;/strong&gt; At the same time, 89% of people know the risk, yet only 12% act consistently.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What matters:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Length over complexity:&lt;/strong&gt; A long password is better than a short complex one&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Uniqueness:&lt;/strong&gt; Every system gets its own password — &lt;strong&gt;no exceptions!&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Proportionality:&lt;/strong&gt; Match your security requirements to your setup&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Additional measures:&lt;/strong&gt; When internet-facing, use 2FA and secure connections&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use a password manager:&lt;/strong&gt; This breaks the cycle of password reuse&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;The solution is simple:&lt;/strong&gt; A long passphrase or a password manager. That puts you in the 12% who do it right — rather than the 62% who accept security risks out of convenience.&lt;/p&gt;
&lt;p&gt;Home Assistant gets it right by putting the responsibility in your hands. Use that freedom wisely!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A look ahead:&lt;/strong&gt; The next generation of authentication is &lt;strong&gt;passkeys&lt;/strong&gt; — a passwordless technology based on cryptographic keys that is significantly more secure than traditional passwords. Unfortunately, Home Assistant does not yet support passkeys, but the future of authentication may well head in that direction. Until then, strong, unique passwords and 2FA remain our best defense.&lt;/p&gt;





&lt;blockquote&gt;
    &lt;p&gt;Note: Links marked with &lt;em&gt;affiliate link&lt;/em&gt; are affiliate links. As an Amazon Associate I earn from qualifying purchases. This means I receive a small commission if you purchase through these links — at no extra cost to you. The revenue helps me run this blog and YouTube channel and keep creating content. Thank you for your support!&lt;/p&gt;&lt;span class=&#34;cite&#34;&gt;&lt;span&gt;― &lt;/span&gt;&lt;span&gt;Joachim&lt;/span&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/blockquote&gt;
</description>
        </item>
        <item>
        <title>BSI Tips Clearly Explained: How to PROPERLY Secure Your Smart Home!</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/07/06/bsi-tips-clearly-explained-how-to-properly-secure-your-smart-home/</link>
        <pubDate>Sun, 06 Jul 2025 00:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/07/06/bsi-tips-clearly-explained-how-to-properly-secure-your-smart-home/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/07/06/bsi-tipps-verst%C3%A4ndlich-erkl%C3%A4rt-so-sch%C3%BCtzt-du-dein-smart-home-richtig/cover.png" alt="Featured image of post BSI Tips Clearly Explained: How to PROPERLY Secure Your Smart Home!" /&gt;&lt;p&gt;Who voluntarily reads through the lengthy publications of Germany&amp;rsquo;s Federal Office for Information Security (BSI)? I did it for you and distilled the most important tips for your smart home – explained clearly, assessed critically, and backed up with real-world examples, just like in the video!&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/kRYvdjtwc9U&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;h2 id=&#34;introduction-who-actually-reads-the-bsi&#34;&gt;Introduction: Who Actually Reads the BSI?
&lt;/h2&gt;&lt;p&gt;The BSI publishes a lot of solid advice on how to secure your smart home. But honestly – who willingly reads through pages of text on a government website? That&amp;rsquo;s why you&amp;rsquo;ll find the most important recommendations here, explained in plain language and put into perspective.&lt;/p&gt;
&lt;p&gt;➡️ You can find the official BSI recommendations here: &lt;a class=&#34;link&#34; href=&#34;https://www.bsi.bund.de/DE/Themen/Verbraucherinnen-und-Verbraucher/Informationen-und-Empfehlungen/Internet-der-Dinge-Smart-leben/Smart-Home/smart-home_node.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;BSI Smart Home Tips&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;1-choose-strong-passwords&#34;&gt;1. Choose Strong Passwords
&lt;/h2&gt;&lt;p&gt;It sounds obvious, but weak passwords are one of the most common entry points for attacks. Many users simply leave the default password in place – &amp;ldquo;admin&amp;rdquo;, &amp;ldquo;123456&amp;rdquo;, or even no password at all are unfortunately far from rare. The BSI advises: no real words, no simple number sequences or keyboard patterns. My tip: use a unique, strong password for every device, ideally managed with a password manager like KeePass or Bitwarden. It keeps things both easy and secure.&lt;/p&gt;
&lt;h2 id=&#34;2-keep-software-up-to-date&#34;&gt;2. Keep Software Up to Date
&lt;/h2&gt;&lt;p&gt;Updates patch security vulnerabilities. Enable automatic updates wherever possible. Not every device offers this – in that case, there&amp;rsquo;s only one option: check manually on a regular basis, for example once a month. If a device hasn&amp;rsquo;t received updates in years, you should consider replacing it. Pay attention to the manufacturer&amp;rsquo;s update policy before you buy!&lt;/p&gt;
&lt;p&gt;➡️ To see what can happen when devices stop receiving updates, check out the video about a robot vacuum with a security flaw: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2025/05/15/robot-vacuums-in-the-smart-home-the-underestimated-data-hog/&#34; &gt;Robot Vacuum Hack: This Is How Easy Access Is!&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;3-secure-your-router--home-network&#34;&gt;3. Secure Your Router &amp;amp; Home Network
&lt;/h2&gt;&lt;p&gt;Your router is the gateway between your home network and the internet. Change the admin password, disable unnecessary services like UPnP, and enable the firewall. That said, the best firewall is of little use if you don&amp;rsquo;t know what you&amp;rsquo;re doing. Even more importantly: avoid port forwarding for smart home services. Use a VPN (e.g. WireGuard) or a Cloudflare Tunnel instead. It&amp;rsquo;s also a good idea to put smart devices on a separate guest network.&lt;/p&gt;
&lt;p&gt;➡️ For detailed tips on securing Home Assistant and your home network, see: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2024/12/13/securing-home-assistant-5-security-mistakes-to-avoid-in-your-smart-home/&#34; &gt;Securing Home Assistant: 5 Tips for Better Security&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;➡️ How to set up secure remote access without port forwarding: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2025/04/10/why-port-forwarding-into-your-smart-home-is-so-dangerous/&#34; &gt;Avoid Port Forwarding: Secure Remote Access Made Easy&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;4-buy-only-from-trusted-sources&#34;&gt;4. Buy Only from Trusted Sources
&lt;/h2&gt;&lt;p&gt;No-name products from overseas are often cheap, but poorly documented and without ongoing updates. The BSI recommends: buy only from reputable retailers, look for CE marking (though be cautious – it&amp;rsquo;s not a guarantee!), and pay attention to the manufacturer&amp;rsquo;s update commitment. Reviews in community forums are often far more revealing than marketing promises.&lt;/p&gt;
&lt;p&gt;➡️ Cloud or local? What to look for when buying smart devices: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2025/01/03/cloud-integrations-vs.-local-integrations/&#34; &gt;Cloud or Local? Running Smart Devices Securely&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;5-use-the-cloud-deliberately&#34;&gt;5. Use the Cloud Deliberately
&lt;/h2&gt;&lt;p&gt;The cloud is convenient, but it comes with risks. Manufacturers have to maintain cloud servers – that costs money, and corners are often cut. Only use cloud-dependent features when you truly need them, and isolate cloud-connected devices from the rest of your network (e.g. via a guest network). Many devices also work locally, for example with Home Assistant.&lt;/p&gt;
&lt;p&gt;➡️ More on cloud vs. local control and privacy: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/blog/2025/01/03/cloud-integrations-vs.-local-integrations/&#34; &gt;Cloud or Local? Running Smart Devices Securely&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;The BSI&amp;rsquo;s tips are solid, even if they can sometimes feel a bit abstract. You don&amp;rsquo;t have to implement everything at once – but every step makes your home a little more secure. Watch the video for the full details and practical examples.&lt;/p&gt;





&lt;blockquote&gt;
    &lt;p&gt;Note: Links marked with &lt;em&gt;affiliate link&lt;/em&gt; are affiliate links. As an Amazon Associate I earn from qualifying purchases. This means I receive a small commission if you purchase through these links — at no extra cost to you. The revenue helps me run this blog and YouTube channel and keep creating content. Thank you for your support!&lt;/p&gt;&lt;span class=&#34;cite&#34;&gt;&lt;span&gt;― &lt;/span&gt;&lt;span&gt;Joachim&lt;/span&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/blockquote&gt;
</description>
        </item>
        <item>
        <title>These 5 Automation Mistakes Everyone Has Made in Home Assistant</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/06/22/these-5-automation-mistakes-everyone-has-made-in-home-assistant/</link>
        <pubDate>Sun, 22 Jun 2025 00:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/06/22/these-5-automation-mistakes-everyone-has-made-in-home-assistant/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/06/22/diese-5-automations-fehler-hat-jeder-schon-mal-in-home-assistant-gemacht/cover.png" alt="Featured image of post These 5 Automation Mistakes Everyone Has Made in Home Assistant" /&gt;&lt;p&gt;Sound familiar? You built an automation, but it doesn&amp;rsquo;t work the way you intended? Or you have lots of automations but keep running into problems? Then you&amp;rsquo;re in the right place! In this article I&amp;rsquo;ll show you the five most common mistakes when designing Home Assistant automations – and how to avoid them easily.&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/UC_VKlerIss&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;h3 id=&#34;1-automations-that-are-too-complex&#34;&gt;1. Automations That Are Too Complex
&lt;/h3&gt;&lt;p&gt;If you no longer remember what your automation is actually supposed to do after two weeks, it has probably become too complex. Split large automations into several smaller ones – this makes them easier to understand and maintain. For example: control your blinds with multiple automations for different triggers rather than cramming everything into one.&lt;/p&gt;
&lt;h3 id=&#34;2-too-many-automations-interfering-with-each-other&#34;&gt;2. Too Many Automations Interfering With Each Other
&lt;/h3&gt;&lt;p&gt;More isn&amp;rsquo;t always better! When multiple automations access the same entity, conflicts can arise. Think carefully about when it makes sense to keep automations separate – and when it&amp;rsquo;s better to combine them to avoid race conditions.&lt;/p&gt;
&lt;h3 id=&#34;3-not-tested--or-only-tested-in-daily-use&#34;&gt;3. Not Tested – or Only Tested in Daily Use
&lt;/h3&gt;&lt;p&gt;Test your automations deliberately before letting them run in everyday life. Think through which triggers, conditions, and actions you need in advance – and verify that everything works as intended. It saves frustration for you and your family!&lt;/p&gt;
&lt;h3 id=&#34;4-unclear-naming&#34;&gt;4. Unclear Naming
&lt;/h3&gt;&lt;p&gt;Give your automations and entities clear, unambiguous names. It&amp;rsquo;s worth keeping a small glossary so you always know what&amp;rsquo;s meant – and can find automations quickly when you need them.&lt;/p&gt;
&lt;h3 id=&#34;5-wrong-automation-mode&#34;&gt;5. Wrong Automation Mode
&lt;/h3&gt;&lt;p&gt;Many problems arise because the wrong mode (Single, Restart, Parallel, Queue) was chosen. Learn how the modes work – and pick the right one for your automation. More on this in the video!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt;
With a few simple tricks, your automations become more reliable and easier to manage. If you want even more tips, check out the video!&lt;/p&gt;





&lt;blockquote&gt;
    &lt;p&gt;Note: Links marked with &lt;em&gt;affiliate link&lt;/em&gt; are affiliate links. As an Amazon Associate I earn from qualifying purchases. This means I receive a small commission if you purchase through these links — at no extra cost to you. The revenue helps me run this blog and YouTube channel and keep creating content. Thank you for your support!&lt;/p&gt;&lt;span class=&#34;cite&#34;&gt;&lt;span&gt;― &lt;/span&gt;&lt;span&gt;Joachim&lt;/span&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;related-articles&#34;&gt;Related Articles
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/ha-5-neue-automation-fehler/&#34; &gt;5 More Automation Mistakes in Home Assistant – Are You Affected?&lt;/a&gt; – The follow-up: new pitfalls around trigger IDs, hardcoded time values, and AI-generated automations&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/ha-5-security-fehler/&#34; &gt;Securing Home Assistant – 5 Mistakes to Avoid in Your Smart Home&lt;/a&gt; – Once your automations work, the security mistakes come next: the next level&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Home Assistant Automation Modes for Beginners Explained - So Everyone Gets It!</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/06/15/home-assistant-automation-modes-for-beginners-explained-so-everyone-gets-it/</link>
        <pubDate>Sun, 15 Jun 2025 09:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/06/15/home-assistant-automation-modes-for-beginners-explained-so-everyone-gets-it/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/06/15/home-assistant-automationsmodi-f%C3%BCr-einsteiger-erkl%C3%A4rt-so-versteht-es-jeder/cover.png" alt="Featured image of post Home Assistant Automation Modes for Beginners Explained - So Everyone Gets It!" /&gt;&lt;h2 id=&#34;home-assistant-automation-modes-for-beginners&#34;&gt;Home Assistant Automation Modes for Beginners
&lt;/h2&gt;&lt;p&gt;You built an automation but it sometimes behaves strangely? Or you&amp;rsquo;re wondering what the different modes like Single, Restart, Parallel, and Queue actually mean? In this article I&amp;rsquo;ll explain the differences, show you practical examples, and help you find the right mode for your automations.&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/K5uA0gPukpQ&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;h3 id=&#34;what-are-automation-modes&#34;&gt;What Are Automation Modes?
&lt;/h3&gt;&lt;p&gt;In Home Assistant, you can configure for each automation how it behaves when it is triggered multiple times. This is important so your automations work reliably and as intended.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Single:&lt;/strong&gt; The automation runs only once. If it is triggered again while still running, nothing happens.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Restart:&lt;/strong&gt; If the automation is triggered again, the current run is cancelled and it starts over from the beginning.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parallel:&lt;/strong&gt; The automation can run multiple times simultaneously.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Queue:&lt;/strong&gt; New triggers are placed in a queue and processed one after another.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;practical-examples&#34;&gt;Practical Examples
&lt;/h3&gt;&lt;p&gt;Take a look at the video for examples like motion-triggered lights, doorbells, or voice announcements. There is a right mode for every use case. You should use Parallel with caution though — find out why in the video.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion:&lt;/strong&gt;
With the right mode your automations become more reliable and you save yourself a lot of frustration. Watch the video to see all the details and examples!&lt;/p&gt;





&lt;blockquote&gt;
    &lt;p&gt;Note: Links marked with &lt;em&gt;affiliate link&lt;/em&gt; are affiliate links. As an Amazon Associate I earn from qualifying purchases. This means I receive a small commission if you purchase through these links — at no extra cost to you. The revenue helps me run this blog and YouTube channel and keep creating content. Thank you for your support!&lt;/p&gt;&lt;span class=&#34;cite&#34;&gt;&lt;span&gt;― &lt;/span&gt;&lt;span&gt;Joachim&lt;/span&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/blockquote&gt;
</description>
        </item>
        
    </channel>
</rss>
