{"id":18,"date":"2026-07-06T14:23:00","date_gmt":"2026-07-06T12:23:00","guid":{"rendered":"https:\/\/www.lukaswojcik.com\/blog\/?p=18"},"modified":"2026-07-03T12:01:44","modified_gmt":"2026-07-03T10:01:44","slug":"tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control","status":"publish","type":"post","link":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/","title":{"rendered":"Tuya Smart Home &#8211; Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you have dabbled in smart home tech, chances are you own a Tuya-based device. They are affordable, ubiquitous, and available under hundreds of different brand names. However, they share one major flaw: a heavy reliance on the Tuya Cloud.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Relying on a cloud server means latency, potential downtimes, and privacy concerns. If your internet goes down, your smart home breaks. As digital architects advocating for robust and private systems, we need a better way.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this guide, we will walk through migrating your Tuya devices away from the cloud and integrating them locally into Home Assistant (running on a Raspberry Pi 4) using the <strong>LocalTuya<\/strong> integration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before we begin, ensure you have the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A <strong>Raspberry Pi 4<\/strong> (or any other machine) running a working instance of <strong>Home Assistant<\/strong>.<\/li>\n\n\n\n<li>Your Tuya devices currently connected to the <strong>Tuya Smart<\/strong> or <strong>Smart Life<\/strong> mobile app.<\/li>\n\n\n\n<li><strong>HACS (Home Assistant Community Store)<\/strong> installed on your Home Assistant instance.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Create a Tuya IoT Developer Account<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To control Tuya devices locally, we need their unique &#8220;Local Keys.&#8221; To get these, we must register as a developer. Don&#8217;t worry\u2014it is completely free.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Navigate to the <a href=\"https:\/\/iot.tuya.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Tuya IoT Platform<\/a> and create a free account.<\/li>\n\n\n\n<li>Once logged in, go to <strong>Cloud<\/strong> in the left sidebar and click <strong>Create Cloud Project<\/strong>.<\/li>\n\n\n\n<li>Fill in the details (Name: <em>HA Local<\/em>, Industry: <em>Smart Home<\/em>, Data Center: <em>Choose the one closest to your location<\/em>).<\/li>\n\n\n\n<li>On the next screen, you will be asked to authorize APIs. Ensure that <strong>IoT Core<\/strong>, <strong>Authorization Token Management<\/strong>, and <strong>Smart Home Scene Linkage<\/strong> are selected. Click Authorize.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Link Your Mobile App to the Developer Project<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, we need to link the devices you have in your mobile app to this developer project.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>In your Tuya IoT Project, navigate to the <strong>Devices<\/strong> tab.<\/li>\n\n\n\n<li>Select <strong>Link Tuya App Account<\/strong> and click <strong>Add App Account<\/strong>.<\/li>\n\n\n\n<li>A QR code will appear on your screen.<\/li>\n\n\n\n<li>Open your <strong>Tuya Smart<\/strong> or <strong>Smart Life<\/strong> app on your phone, go to the &#8220;Me&#8221; tab, tap the scanner icon in the top right corner, and scan the QR code.<\/li>\n\n\n\n<li>Confirm the login. Your devices will now populate in the Tuya IoT platform.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Retrieve Your API Credentials<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To automate the retrieval of your Local Keys, Home Assistant needs your project&#8217;s API credentials.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>In your Tuya IoT project, go to the <strong>Overview<\/strong> tab.<\/li>\n\n\n\n<li>Under the <strong>Authorization Key<\/strong> section, you will see your <strong>Access ID\/Client ID<\/strong> and <strong>Access Secret\/Client Secret<\/strong>.<\/li>\n\n\n\n<li>Copy both of these strings to a secure notepad. You will need them in a moment.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Install LocalTuya via HACS<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, let&#8217;s move over to your Raspberry Pi 4 running Home Assistant.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Open Home Assistant and navigate to <strong>HACS<\/strong>.<\/li>\n\n\n\n<li>Go to <strong>Integrations<\/strong> and click the <strong>Explore &amp; Download Repositories<\/strong> button.<\/li>\n\n\n\n<li>Search for <strong>LocalTuya<\/strong> and install it.<\/li>\n\n\n\n<li>Once installed, restart your Home Assistant instance to apply the changes.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Configure LocalTuya in Home Assistant<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the integration installed, it is time to bring your devices locally into Home Assistant.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Go to <strong>Settings > Devices &amp; Services<\/strong> in Home Assistant.<\/li>\n\n\n\n<li>Click <strong>Add Integration<\/strong> and search for <strong>LocalTuya<\/strong>.<\/li>\n\n\n\n<li>You will be prompted to configure the integration. Choose the option to configure it using the Tuya IoT API.<\/li>\n\n\n\n<li>Enter your <strong>Client ID<\/strong> and <strong>Client Secret<\/strong> (from Step 3), and select your user ID (usually available in the dropdown).<\/li>\n\n\n\n<li>Submit the form. LocalTuya will now communicate with the Tuya API <em>one time<\/em> to automatically pull the Local Keys for all your devices.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 6: Add and Map Your Devices<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">LocalTuya will now discover the devices on your local network.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Select a discovered device from the dropdown list.<\/li>\n\n\n\n<li>Because Tuya devices are highly generic, you will need to map the &#8220;Data Points&#8221; (DPs). For example, DP 1 is usually the main Power Switch, while DP 2 might be Brightness (for a bulb).<\/li>\n\n\n\n<li>Assign the correct entity type (e.g., <code>switch<\/code>, <code>light<\/code>, <code>sensor<\/code>) to the corresponding DP.<\/li>\n\n\n\n<li>Click Submit. Your device is now integrated into Home Assistant!<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Bonus Step: Isolate Your Devices (VLAN)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations, your Home Assistant is now talking to your Tuya devices directly over your local network!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, the devices themselves are still <em>trying<\/em> to phone home to the Tuya Cloud. To achieve true privacy and prevent unauthorized firmware updates, you should utilize <strong>Network Separation<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are using a capable router (like Ubiquiti UniFi or pfSense), assign your Tuya devices static IPs on an isolated IoT VLAN, and create a firewall rule that blocks their outbound traffic to the WAN (Internet), while allowing your Home Assistant Raspberry Pi to reach them. <em>Check out my previous article on Zone-based Firewall Rules to see exactly how to set this up!<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Migrating away from the Tuya Cloud takes a bit of technical legwork, but the reward is a faster, more reliable, and completely private smart home infrastructure. By keeping your data processing local on your Raspberry Pi, you are building a resilient architecture that answers to you\u2014not a remote server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have dabbled in smart home tech, chances are you own a Tuya-based device. They are affordable, ubiquitous, and available under hundreds of different brand names. However, they share one major flaw: a heavy reliance on the Tuya Cloud. Relying on a cloud server means latency, potential downtimes, and privacy concerns. If your internet [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-18","post","type-post","status-publish","format-standard","hentry","category-it-networks"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tuya Smart Home - Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control) - Lukas Wojcik - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tuya Smart Home - Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control) - Lukas Wojcik - Blog\" \/>\n<meta property=\"og:description\" content=\"If you have dabbled in smart home tech, chances are you own a Tuya-based device. They are affordable, ubiquitous, and available under hundreds of different brand names. However, they share one major flaw: a heavy reliance on the Tuya Cloud. Relying on a cloud server means latency, potential downtimes, and privacy concerns. If your internet [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/\" \/>\n<meta property=\"og:site_name\" content=\"Lukas Wojcik - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-06T12:23:00+00:00\" \/>\n<meta name=\"author\" content=\"luky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"luky\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/\"},\"author\":{\"name\":\"luky\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"headline\":\"Tuya Smart Home &#8211; Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control)\",\"datePublished\":\"2026-07-06T12:23:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/\"},\"wordCount\":831,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"articleSection\":[\"IT &amp; Networks\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/\",\"name\":\"Tuya Smart Home - Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control) - Lukas Wojcik - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-07-06T12:23:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/en\\\/it-networks\\\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tuya Smart Home &#8211; Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/\",\"name\":\"Lukas Wojcik - Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/#\\\/schema\\\/person\\\/895f7604f9b6b71aad9bba33af28d0f9\",\"name\":\"luky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\",\"width\":424,\"height\":636,\"caption\":\"luky\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/lw-x2.jpg\"},\"sameAs\":[\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.lukaswojcik.com\\\/blog\\\/author\\\/luky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tuya Smart Home - Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control) - Lukas Wojcik - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/","og_locale":"en_US","og_type":"article","og_title":"Tuya Smart Home - Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control) - Lukas Wojcik - Blog","og_description":"If you have dabbled in smart home tech, chances are you own a Tuya-based device. They are affordable, ubiquitous, and available under hundreds of different brand names. However, they share one major flaw: a heavy reliance on the Tuya Cloud. Relying on a cloud server means latency, potential downtimes, and privacy concerns. If your internet [&hellip;]","og_url":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/","og_site_name":"Lukas Wojcik - Blog","article_published_time":"2026-07-06T12:23:00+00:00","author":"luky","twitter_card":"summary_large_image","twitter_misc":{"Written by":"luky","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/#article","isPartOf":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/"},"author":{"name":"luky","@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"headline":"Tuya Smart Home &#8211; Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control)","datePublished":"2026-07-06T12:23:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/"},"wordCount":831,"commentCount":0,"publisher":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"articleSection":["IT &amp; Networks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/","url":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/","name":"Tuya Smart Home - Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control) - Lukas Wojcik - Blog","isPartOf":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#website"},"datePublished":"2026-07-06T12:23:00+00:00","breadcrumb":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.lukaswojcik.com\/blog\/en\/it-networks\/tuya-smart-home-breaking-free-from-the-cloud-migrating-tuya-devices-to-home-assistant-local-control\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lukaswojcik.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Tuya Smart Home &#8211; Breaking Free from the Cloud: Migrating Tuya Devices to Home Assistant (Local Control)"}]},{"@type":"WebSite","@id":"https:\/\/www.lukaswojcik.com\/blog\/#website","url":"https:\/\/www.lukaswojcik.com\/blog\/","name":"Lukas Wojcik - Blog","description":"","publisher":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lukaswojcik.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.lukaswojcik.com\/blog\/#\/schema\/person\/895f7604f9b6b71aad9bba33af28d0f9","name":"luky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","url":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","contentUrl":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg","width":424,"height":636,"caption":"luky"},"logo":{"@id":"https:\/\/www.lukaswojcik.com\/blog\/wp-content\/uploads\/2026\/07\/lw-x2.jpg"},"sameAs":["https:\/\/www.lukaswojcik.com\/blog"],"url":"https:\/\/www.lukaswojcik.com\/blog\/author\/luky\/"}]}},"_links":{"self":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":1,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/18\/revisions"}],"predecessor-version":[{"id":19,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/posts\/18\/revisions\/19"}],"wp:attachment":[{"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/media?parent=18"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/categories?post=18"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lukaswojcik.com\/blog\/wp-json\/wp\/v2\/tags?post=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}