{"id":9968,"date":"2023-12-22T23:21:15","date_gmt":"2023-12-22T23:21:15","guid":{"rendered":"https:\/\/100t.com.br\/?p=9968"},"modified":"2024-10-22T18:02:11","modified_gmt":"2024-10-22T18:02:11","slug":"smart-house","status":"publish","type":"post","link":"https:\/\/100t.com.br\/pl\/smart-house\/","title":{"rendered":"Czy wiesz czym jest Inteligentny Dom? Uczy\u0144 sw\u00f3j dom inteligentnym!"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-descubra-como-deixar-sua-casa-mais-segura-organizada-e-mais-tecnologica\">Odkryj, jak uczyni\u0107 sw\u00f3j dom bezpieczniejszym, lepiej zorganizowanym i bardziej technologicznym!<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u017byjemy w epoce, w kt\u00f3rej fikcja ust\u0119puje rzeczywisto\u015bci, a idea Smart House, niegdy\u015b zarezerwowana dla du\u017cego ekranu, teraz staje si\u0119 rzeczywisto\u015bci\u0105 w naszym codziennym \u017cyciu. W ko\u0144cu czy znasz inteligentny dom?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wirtualni asystenci, tacy jak Alexa, i inne produkty nowej generacji, takie jak roboty odkurzaj\u0105ce, sta\u0142y si\u0119 cz\u0119\u015bci\u0105 tego ruchu.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z88cEF\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.apple.com\/home-app\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/HomeKit-Apple.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Inteligentny dom        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Zestaw Apple Home        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Inteligencja            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Sztuczny            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Kontroluj sw\u00f3j dom z iPhone&#039;a w prosty spos\u00f3b!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.apple.com\/home-app\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              Zobacz jak to dzia\u0142a!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.apple.com\/home-app\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              Zobacz jak to dzia\u0142a!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/www.apple.com\/home-app\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/HomeKit-Apple.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Kontroluj sw\u00f3j dom z iPhone&#039;a w prosty spos\u00f3b!              <\/p>\n              <a href=\"https:\/\/www.apple.com\/home-app\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Zobacz jak to dzia\u0142a!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jednak nawet w obliczu post\u0119pu technologicznego wci\u0105\u017c pojawiaj\u0105 si\u0119 w\u0105tpliwo\u015bci, jak zaadoptowa\u0107 t\u0119 domow\u0105 rewolucj\u0119. Wiele os\u00f3b chce wiedzie\u0107, od czego zacz\u0105\u0107 i jakie urz\u0105dzenia w\u0142\u0105czy\u0107.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Poznanie tej koncepcji i stworzenie Inteligentnego Domu jest prostsze ni\u017c si\u0119 wydaje. Tutaj b\u0119dziemy eksplorowa\u0107 wszech\u015bwiat inteligentnych dom\u00f3w, pokazuj\u0105c wszystko, co kryje si\u0119 za t\u0105 rewolucj\u0105 mieszkaniow\u0105.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-o-que-e-smart-house\">Czym jest Inteligentny Dom?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Inteligentny Dom to zatem mieszkanie wyposa\u017cone w urz\u0105dzenia pod\u0142\u0105czone do Internetu, kt\u00f3re mog\u0105 zdalnie wykonywa\u0107 r\u00f3\u017cne zadania. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u0119ki temu mieszka\u0144cy maj\u0105 zdalny dost\u0119p do szeregu us\u0142ug i udogodnie\u0144, a wszystko to za po\u015brednictwem telefonu kom\u00f3rkowego lub tabletu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Na przyk\u0142ad programuj\u0105c menu obiadowe, podgrzewaj\u0105c wod\u0119 w wannie lub w\u0142\u0105czaj\u0105c klimatyzacj\u0119, gdy jeste\u015b jeszcze w drodze do domu, u\u017cywaj\u0105c tylko telefonu kom\u00f3rkowego.&nbsp;<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Jak to dzia\u0142a?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Poniewa\u017c Inteligentny Dom dzia\u0142a na urz\u0105dzeniach pod\u0142\u0105czonych do Internetu i systemach automatyki, dom przy ustalaniu \u017c\u0105danych ustawie\u0144 powtarza polecenia.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Automatyzacja ta nie ogranicza si\u0119 do prostych zada\u0144. Innymi s\u0142owy, obejmuje nawet bardziej z\u0142o\u017cone funkcje, takie jak uruchamianie kamery bezpiecze\u0144stwa, gdy kto\u015b dzwoni do drzwi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kr\u00f3tko m\u00f3wi\u0105c, Inteligentny Dom to \u015brodowisko, w kt\u00f3rym urz\u0105dzeniami pod\u0142\u0105czonymi do Internetu mo\u017cna sterowa\u0107 za pomoc\u0105 smartfon\u00f3w, polece\u0144 g\u0142osowych lub nawet wcze\u015bniejszego programowania.&nbsp;<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Zestaw Apple Home<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>HomeKit to platforma automatyki domowej opracowana przez firm\u0119 Apple. Umo\u017cliwia wi\u0119c u\u017cytkownikom kontrolowanie inteligentnych urz\u0105dze\u0144 w domu za pomoc\u0105 iPhone&#039;\u00f3w, iPad\u00f3w i zegark\u00f3w Apple.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wprowadzony na rynek w 2014 roku wraz z pierwsz\u0105 generacj\u0105 Apple TV, obs\u0142uguje wiele inteligentnych urz\u0105dze\u0144, takich jak \u017car\u00f3wki, termostaty, zamki, kamery bezpiecze\u0144stwa i nie tylko.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mo\u017cesz tak\u017ce u\u017cy\u0107 HomeKit do tworzenia automatyzacji w swoim Inteligentnym Domu. Automatyzacje umo\u017cliwiaj\u0105 skonfigurowanie regu\u0142 automatycznego sterowania urz\u0105dzeniami inteligentnymi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>HomeKit to pot\u0119\u017cna platforma, kt\u00f3ra mo\u017ce uczyni\u0107 Tw\u00f3j dom inteligentniejszym i wygodniejszym. Je\u015bli masz urz\u0105dzenia Apple, HomeKit jest dla Ciebie \u015bwietn\u0105 opcj\u0105.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-alexa\">Aleksa <\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alexa to wirtualna asystentka stworzona przez firm\u0119 Amazon. W ten spos\u00f3b mo\u017ce sterowa\u0107 inteligentnymi urz\u0105dzeniami, zadawa\u0107 pytania, odtwarza\u0107 muzyk\u0119 i wykonywa\u0107 inne czynno\u015bci.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alexa mo\u017ce pom\u00f3c w u\u0142atwieniu korzystania z inteligentnego domu. Dzi\u0119ki Alexie mo\u017cesz sterowa\u0107 urz\u0105dzeniami w domu za pomoc\u0105 g\u0142osu. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mo\u017ce si\u0119 wi\u0119c przyda\u0107 do zada\u0144 takich jak w\u0142\u0105czanie i wy\u0142\u0105czanie \u015bwiate\u0142, regulacja termostatu lub aktywowanie zabezpiecze\u0144.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ponadto u\u017cyj go do automatyzacji zada\u0144. Mo\u017cesz na przyk\u0142ad ustawi\u0107 dla Alexy procedur\u0119 w\u0142\u0105czania \u015bwiate\u0142 w salonie, gdy wr\u00f3cisz do domu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jest to zatem pot\u0119\u017cne narz\u0119dzie, kt\u00f3re mo\u017ce pom\u00f3c uczyni\u0107 Tw\u00f3j dom inteligentniejszym i wygodniejszym.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z28Lg6W\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.amazon.com\/Alexa-App\/b?ie=UTF8&amp;node=18354642011\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_458412629_Editorial_Use_Only-scaled.jpeg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Inteligentny dom        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Aleksa        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Inteligencja            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Sztuczny            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Kontroluj ka\u017cdy zak\u0105tek swojego domu za pomoc\u0105 telefonu kom\u00f3rkowego lub polece\u0144 g\u0142osowych!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.amazon.com\/Alexa-App\/b?ie=UTF8&amp;node=18354642011\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              Zobacz jak to dzia\u0142a!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.amazon.com\/Alexa-App\/b?ie=UTF8&amp;node=18354642011\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              Zobacz jak to dzia\u0142a!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/www.amazon.com\/Alexa-App\/b?ie=UTF8&amp;node=18354642011\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_458412629_Editorial_Use_Only-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Kontroluj ka\u017cdy zak\u0105tek swojego domu za pomoc\u0105 telefonu kom\u00f3rkowego lub pilota\u2026              <\/p>\n              <a href=\"https:\/\/www.amazon.com\/Alexa-App\/b?ie=UTF8&amp;node=18354642011\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Zobacz jak to dzia\u0142a!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-google-home\">Strona g\u0142\u00f3wna Google <\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Google Home to inteligentny g\u0142o\u015bnik stworzony przez Google. Mo\u017cesz go u\u017cywa\u0107 do sterowania urz\u0105dzeniami inteligentnymi, zadawania pyta\u0144, odtwarzania muzyki i nie tylko.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u0119ki temu Google Home mo\u017ce u\u0142atwi\u0107 korzystanie z inteligentnego domu. Dzi\u0119ki niemu mo\u017cesz sterowa\u0107 urz\u0105dzeniami w swoim domu za pomoc\u0105 g\u0142osu.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u0119ki temu mo\u017ce by\u0107 bardzo przydatny przy zadaniach takich jak w\u0142\u0105czanie i wy\u0142\u0105czanie \u015bwiat\u0142a, regulacja temperatury czy aktywowanie zabezpiecze\u0144. Mo\u017cesz tak\u017ce u\u017cywa\u0107 Google Home do automatyzacji zada\u0144.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dzi\u0119ki temu Google Home mo\u017ce sprawi\u0107, \u017ce Tw\u00f3j dom b\u0119dzie inteligentniejszy i wygodniejszy. Je\u015bli chcesz skonfigurowa\u0107 inteligentny dom, Google Home jest \u015bwietn\u0105 opcj\u0105.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-ZXftXv\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/home.google.com\/welcome\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_518243796_Editorial_Use_Only-scaled.jpeg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Inteligentny dom        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Strona g\u0142\u00f3wna Google        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Inteligencja            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Sztuczny            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Zobacz i odkryj wszystko na temat Google Home!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/home.google.com\/welcome\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              Zobacz jak to dzia\u0142a!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/home.google.com\/welcome\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              Zobacz jak to dzia\u0142a!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/home.google.com\/welcome\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_518243796_Editorial_Use_Only-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Zobacz i odkryj wszystko na temat Google Home!              <\/p>\n              <a href=\"https:\/\/home.google.com\/welcome\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Zobacz jak to dzia\u0142a!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Zostaniesz przekierowany na inn\u0105 stron\u0119 internetow\u0105              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quais-outros-aparelhos-usar-para-criar-uma-smart-house\">Jakich jeszcze urz\u0105dze\u0144 u\u017cy\u0107 do stworzenia Inteligentnego Domu<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Opr\u00f3cz Google Home i Alexy istniej\u0105 inne urz\u0105dzenia, za pomoc\u0105 kt\u00f3rych mo\u017cesz przekszta\u0142ci\u0107 sw\u00f3j dom w Inteligentny Dom. Oto kilka przyk\u0142ad\u00f3w:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Inteligentne \u017car\u00f3wki: Inteligentnymi \u017car\u00f3wkami mo\u017cna sterowa\u0107 zdalnie za pomoc\u0105 smartfona, tabletu lub asystenta g\u0142osowego.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Inteligentne prze\u0142\u0105czniki: Inteligentne prze\u0142\u0105czniki dzia\u0142aj\u0105 tak samo jak inteligentne \u017car\u00f3wki, ale umo\u017cliwiaj\u0105 sterowanie o\u015bwietleniem z gniazdka lub prze\u0142\u0105cznika.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Inteligentne termostaty: Inteligentnych termostat\u00f3w mo\u017cna u\u017cywa\u0107 do zdalnego kontrolowania temperatury w domu.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Inteligentne kamery bezpiecze\u0144stwa: inteligentnych kamer bezpiecze\u0144stwa mo\u017cna u\u017cywa\u0107 do zdalnego monitorowania domu. Za pomoc\u0105 smartfona lub tabletu mo\u017cesz zobaczy\u0107, co dzieje si\u0119 w Twoim domu, nawet gdy Ci\u0119 w nim nie ma.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Inteligentne zamki: Inteligentnych zamk\u00f3w mo\u017cna u\u017cywa\u0107 do zdalnego blokowania i otwierania drzwi domu. Roboty odkurzaj\u0105ce: Roboty odkurzaj\u0105ce mog\u0105 s\u0142u\u017cy\u0107 do automatycznego sprz\u0105tania domu.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Opr\u00f3cz tych urz\u0105dze\u0144 istniej\u0105 inne inteligentne urz\u0105dzenia, z kt\u00f3rych mo\u017cesz korzysta\u0107 w swoim inteligentnym domu. Wyb\u00f3r najlepszych dla Ciebie urz\u0105dze\u0144 zale\u017cy od Twoich potrzeb i preferencji.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Wskaz\u00f3wki dotycz\u0105ce wyboru urz\u0105dze\u0144, dzi\u0119ki kt\u00f3rym Tw\u00f3j dom b\u0119dzie inteligentny!<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Najpierw rozwa\u017c swoje potrzeby. Na przyk\u0142ad, co chcesz, aby Tw\u00f3j inteligentny dom robi\u0142? Czy chcesz m\u00f3c w\u0142\u0105cza\u0107 i wy\u0142\u0105cza\u0107 \u015bwiat\u0142a za pomoc\u0105 g\u0142osu? Chcesz zdalnie monitorowa\u0107 sw\u00f3j dom?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ponadto pomy\u015bl o swoim bud\u017cecie. W ko\u0144cu inteligentne urz\u0105dzenia mog\u0105 by\u0107 drogie. Wa\u017cne jest, aby przed rozpocz\u0119ciem zakup\u00f3w ustali\u0107 bud\u017cet.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sprawd\u017a kompatybilno\u015b\u0107! Wa\u017cne jest, aby sprawdzi\u0107, czy urz\u0105dzenia, kt\u00f3re rozwa\u017casz, s\u0105 kompatybilne z innymi urz\u0105dzeniami, kt\u00f3re ju\u017c posiadasz.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Na koniec przeczytaj recenzje innych u\u017cytkownik\u00f3w przed zakupem inteligentnego urz\u0105dzenia. Pomo\u017ce Ci to wybra\u0107 najlepsze dla siebie urz\u0105dzenie. Dzi\u0119ki planowaniu mo\u017cesz przekszta\u0142ci\u0107 sw\u00f3j dom w Inteligentny Dom.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Kontroluj zdalnie wszystko, pocz\u0105wszy od zamka domu, a nawet temperatur\u0119, dzi\u0119ki tym urz\u0105dzeniom, kt\u00f3re uczyni\u0105 Tw\u00f3j dom bardziej technologicznym.<\/p>","protected":false},"author":9,"featured_media":10056,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[19,299,248],"tags":[617,618,616],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sabe o que \u00e9 Smart House? Veja como deixar sua casa inteligente!<\/title>\n<meta name=\"description\" content=\"Sabia que voc\u00ea pode usar simples dispositivos para deixar sua casa mais segura e tecnol\u00f3gica? Conhe\u00e7a o conceito das Smart House!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/100t.com.br\/pl\/smart-house\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sabe o que \u00e9 Smart House? Deixe sua casa inteligente!\" \/>\n<meta property=\"og:description\" content=\"Sabia que voc\u00ea pode usar simples dispositivos para deixar sua casa mais segura e tecnol\u00f3gica? Conhe\u00e7a o conceito das Smart House!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/100t.com.br\/pl\/smart-house\/\" \/>\n<meta property=\"og:site_name\" content=\"100 Tech\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-22T23:21:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-22T18:02:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_628668593-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Samantha Scorbaioli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/100t.com.br\/#website\",\"url\":\"https:\/\/100t.com.br\/\",\"name\":\"100 Tech\",\"description\":\"Tecnologia e Informa\u00e7\u00e3o\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/100t.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/100t.com.br\/smart-house\/#primaryimage\",\"url\":\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_628668593-scaled.jpeg\",\"contentUrl\":\"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_628668593-scaled.jpeg\",\"width\":2560,\"height\":1707,\"caption\":\"Fonte: AdobeStock.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/100t.com.br\/smart-house\/#webpage\",\"url\":\"https:\/\/100t.com.br\/smart-house\/\",\"name\":\"Sabe o que \u00e9 Smart House? Veja como deixar sua casa inteligente!\",\"isPartOf\":{\"@id\":\"https:\/\/100t.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/100t.com.br\/smart-house\/#primaryimage\"},\"datePublished\":\"2023-12-22T23:21:15+00:00\",\"dateModified\":\"2024-10-22T18:02:11+00:00\",\"author\":{\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/40df5a8c2f24891c9cf2f6121055c08a\"},\"description\":\"Sabia que voc\u00ea pode usar simples dispositivos para deixar sua casa mais segura e tecnol\u00f3gica? Conhe\u00e7a o conceito das Smart House!\",\"breadcrumb\":{\"@id\":\"https:\/\/100t.com.br\/smart-house\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/100t.com.br\/smart-house\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/100t.com.br\/smart-house\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/100t.com.br\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sabe o que \u00e9 Smart House? Deixe sua casa inteligente!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/40df5a8c2f24891c9cf2f6121055c08a\",\"name\":\"Samantha Scorbaioli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"caption\":\"Samantha Scorbaioli\"},\"url\":\"https:\/\/100t.com.br\/pl\/author\/samantha-scorbaioli\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Sabe o que \u00e9 Smart House? Veja como deixar sua casa inteligente!","description":"Sabia que voc\u00ea pode usar simples dispositivos para deixar sua casa mais segura e tecnol\u00f3gica? Conhe\u00e7a o conceito das Smart House!","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:\/\/100t.com.br\/pl\/smart-house\/","og_locale":"pl_PL","og_type":"article","og_title":"Sabe o que \u00e9 Smart House? Deixe sua casa inteligente!","og_description":"Sabia que voc\u00ea pode usar simples dispositivos para deixar sua casa mais segura e tecnol\u00f3gica? Conhe\u00e7a o conceito das Smart House!","og_url":"https:\/\/100t.com.br\/pl\/smart-house\/","og_site_name":"100 Tech","article_published_time":"2023-12-22T23:21:15+00:00","article_modified_time":"2024-10-22T18:02:11+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_628668593-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Samantha Scorbaioli","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/100t.com.br\/#website","url":"https:\/\/100t.com.br\/","name":"100 Tech","description":"Tecnologia e Informa\u00e7\u00e3o","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/100t.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pl-PL"},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/100t.com.br\/smart-house\/#primaryimage","url":"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_628668593-scaled.jpeg","contentUrl":"https:\/\/100t.com.br\/wp-content\/uploads\/2023\/12\/AdobeStock_628668593-scaled.jpeg","width":2560,"height":1707,"caption":"Fonte: AdobeStock."},{"@type":"WebPage","@id":"https:\/\/100t.com.br\/smart-house\/#webpage","url":"https:\/\/100t.com.br\/smart-house\/","name":"Sabe o que \u00e9 Smart House? Veja como deixar sua casa inteligente!","isPartOf":{"@id":"https:\/\/100t.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/100t.com.br\/smart-house\/#primaryimage"},"datePublished":"2023-12-22T23:21:15+00:00","dateModified":"2024-10-22T18:02:11+00:00","author":{"@id":"https:\/\/100t.com.br\/#\/schema\/person\/40df5a8c2f24891c9cf2f6121055c08a"},"description":"Sabia que voc\u00ea pode usar simples dispositivos para deixar sua casa mais segura e tecnol\u00f3gica? Conhe\u00e7a o conceito das Smart House!","breadcrumb":{"@id":"https:\/\/100t.com.br\/smart-house\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/100t.com.br\/smart-house\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/100t.com.br\/smart-house\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/100t.com.br\/pl\/"},{"@type":"ListItem","position":2,"name":"Sabe o que \u00e9 Smart House? Deixe sua casa inteligente!"}]},{"@type":"Person","@id":"https:\/\/100t.com.br\/#\/schema\/person\/40df5a8c2f24891c9cf2f6121055c08a","name":"Samantha Scorbaioli","image":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/100t.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","caption":"Samantha Scorbaioli"},"url":"https:\/\/100t.com.br\/pl\/author\/samantha-scorbaioli\/"}]}},"_links":{"self":[{"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/posts\/9968"}],"collection":[{"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/comments?post=9968"}],"version-history":[{"count":0,"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/posts\/9968\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/media\/10056"}],"wp:attachment":[{"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/media?parent=9968"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/categories?post=9968"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/100t.com.br\/pl\/wp-json\/wp\/v2\/tags?post=9968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}