Skip to content

Commit 023e1e7

Browse files
committed
Site updated at 2017-10-12 21:01:04 UTC
1 parent 185ce13 commit 023e1e7

File tree

27 files changed

+234
-64
lines changed

27 files changed

+234
-64
lines changed

addons/cec_scan/index.html

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
<!doctype html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5+
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9+
<title>CEC Scanner - Home Assistant</title>
10+
<meta name="author" content="Home Assistant">
11+
<meta name="description" content="Scan HDMI CEC devices.">
12+
<meta name="viewport" content="width=device-width">
13+
<link rel="canonical" href="https://home-assistant.io/addons/cec_scan/">
14+
<meta property="fb:app_id" content="338291289691179">
15+
<meta property="og:title" content="CEC Scanner">
16+
<meta property="og:site_name" content="Home Assistant">
17+
<meta property="og:url" content="https://home-assistant.io/addons/cec_scan/">
18+
<meta property="og:type" content="article">
19+
<meta property="og:description" content="Scan HDMI CEC devices.">
20+
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
21+
<meta name="twitter:card" content="summary_large_image">
22+
<meta name="twitter:site" content="@home_assistant">
23+
<meta name="twitter:title" content="CEC Scanner">
24+
<meta name="twitter:description" content="Scan HDMI CEC devices.">
25+
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
26+
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
27+
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
28+
<link rel='shortcut icon' href='/images/favicon.ico' />
29+
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
30+
</head>
31+
<body >
32+
<header class='site-header'>
33+
<div class="grid-wrapper">
34+
<div class="grid">
35+
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
36+
<a href="/" class="site-title">
37+
<img width='40' src='/demo/favicon-192x192.png'>
38+
<span>Home Assistant</span>
39+
</a>
40+
</div>
41+
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
42+
<nav>
43+
<input type="checkbox" id="toggle">
44+
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
45+
<ul class="menu pull-right">
46+
<li><a href="/getting-started/">Getting started</a></li>
47+
<li><a href="/components/">Components</a></li>
48+
<li><a href="/docs/">Docs</a></li>
49+
<li><a href="/cookbook/">Examples</a></li>
50+
<li><a href="/developers/">Developers</a></li>
51+
<li><a href="/blog/">Blog</a></li>
52+
<li><a href="/help/">Need help?</a></li>
53+
<li><a href='#' class='show-search'><i class="icon-search"></i></a></li>
54+
</ul>
55+
</nav>
56+
<div class='search-container' style='display: none'>
57+
<div class='search'>
58+
<i class="icon-search"></i>
59+
<input id='search' placeholder='Search the docs…'>
60+
<a href='#' class='close'><i class="icon-remove-sign"></i></a>
61+
</div>
62+
</div>
63+
</div>
64+
</div>
65+
</div>
66+
</header>
67+
<div class="grid-wrapper">
68+
<div class="grid grid-center">
69+
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
70+
<article class="page">
71+
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_addons/cec_scan.markdown'>Edit this page on GitHub</a></div>
72+
<header>
73+
<h1 class="title indent">
74+
CEC Scanner
75+
</h1>
76+
</header>
77+
<hr class="divider">
78+
<p>Help you to discover the HDMI CEC address. Start the add-on and look into log to see all connected device on HDMI.</p>
79+
</article>
80+
</div>
81+
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
82+
<div class="grid">
83+
<section class="aside-module grid__item one-whole lap-one-half">
84+
<div class='section'>
85+
<h1 class="title delta">Topics</h1>
86+
<ul class='divided sidebar-menu'>
87+
<li>
88+
<a href='/hassio/'>Hass.io </a>
89+
<ul>
90+
<li><a href='/hassio/installation/'>Installation </a></li>
91+
<li><a href='/addons/'>Available add-ons </a></li>
92+
<li><a href='/hassio/installing_third_party_addons/'>Installing third-party add-ons </a></li>
93+
</ul>
94+
</li>
95+
</ul>
96+
<ul class='divided sidebar-menu'>
97+
<li>
98+
Advanced
99+
<ul>
100+
<li><a href='/hassio/zwave/'>Z-Wave </a></li>
101+
<li><a href='/hassio/external_storage/'>External storage </a></li>
102+
<li><a href='/hassio/run_local/'>Execute local things </a></li>
103+
</ul>
104+
</li>
105+
</ul>
106+
<ul class='divided sidebar-menu'>
107+
<li><a href='/developers/hassio/addon_development/'>Looking to create an add-on?</a></li>
108+
</ul>
109+
</div>
110+
</section>
111+
</div>
112+
</aside>
113+
</div>
114+
</div>
115+
<footer>
116+
<div class="grid-wrapper">
117+
<div class="grid">
118+
<div class="grid__item">
119+
<div class="copyright">
120+
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
121+
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
122+
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
123+
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
124+
<div class="credit">
125+
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
126+
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
127+
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
128+
</div>
129+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
130+
</div>
131+
</div>
132+
</div>
133+
</div>
134+
</footer>
135+
<script>
136+
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
137+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
138+
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
139+
s.parentNode.insertBefore(g,s)}(document,'script'));
140+
</script>
141+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
142+
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
143+
<script type="text/javascript">
144+
docsearch({
145+
apiKey: 'ae96d94b201c5444c8a443093edf3efb',
146+
indexName: 'home-assistant',
147+
inputSelector: '#search',
148+
debug: false // Set debug to true if you want to inspect the dropdown
149+
});
150+
document.querySelector('.search .close').addEventListener('click', function(ev) {
151+
ev.preventDefault();
152+
document.querySelector('.search-container').style.display = 'none';
153+
});
154+
document.querySelector('.show-search').addEventListener('click', function(ev) {
155+
ev.preventDefault();
156+
document.querySelector('.search-container').style.display = 'block';
157+
document.getElementById('toggle').checked = false;
158+
document.querySelector('.search-container input').focus();
159+
});
160+
</script>
161+
</body>
162+
</html>

addons/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ <h3><a class='title-link' name='other-add-ons' href='#other-add-ons'></a> Other
116116
<a href='/addons/bluetooth_bcm43xx/'>Bluetooth BCM43xx</a><br>
117117
Activate the BCM43xx Bluetooth chipset on a Raspberry Pi 3.
118118
</li>
119+
<li>
120+
<a href='/addons/cec_scan/'>CEC Scanner</a><br>
121+
Scan HDMI CEC devices.
122+
</li>
119123
<li>
120124
<a href='/addons/check_config/'>Check Home Assistant configuration</a><br>
121125
Check your current Home Assistant configuration against a new version.

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Home Assistant]]></title>
55
<link href="https://home-assistant.io/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/announcements/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/community/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Community | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/device-tracking/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/esp8266/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/how-to/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: How-To | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/ibeacons/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/internet-of-things/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/internet-of-things/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/iot-data/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: IoT-Data | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/iot-data/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/media/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Media | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/media/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/merchandise/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Merchandise | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/merchandise/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/micropython/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Micropython | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/micropython/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/mqtt/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/organisation/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Organisation | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/organisation/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/owntracks/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: OwnTracks | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/owntracks/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/presence-detection/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Presence-Detection | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/presence-detection/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/public-service-announcement/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/release-notes/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/survey/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Survey | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/talks/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Talks | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/talks/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/technology/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Technology | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/technology/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/user-stories/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/video/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Video | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/video/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/website/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Website | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-10-12T15:26:13+00:00</updated>
7+
<updated>2017-10-12T20:51:44+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

0 commit comments

Comments
 (0)