Site updated at 2014-12-25 17:35:01 UTC

This commit is contained in:
Paulus Schoutsen 2014-12-25 09:35:01 -08:00
parent 737e07b9a6
commit 5119c6f251
17 changed files with 247 additions and 24 deletions

View file

@ -227,6 +227,22 @@ Before the Luci scanner can be used you have to install the luci RPC package on
<script>
var disqus_shortname = 'home-assistant';
// var disqus_developer = 1;
var disqus_identifier = 'https://home-assistant.io/getting-started/index.html';
var disqus_url = 'https://home-assistant.io/getting-started/index.html';
var disqus_script = 'embed.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>