Site updated at 2014-12-25 17:35:01 UTC
This commit is contained in:
parent
737e07b9a6
commit
5119c6f251
17 changed files with 247 additions and 24 deletions
|
@ -242,6 +242,22 @@ Home Assistant will use the directory that contains your config file as the dire
|
|||
|
||||
|
||||
|
||||
<script>
|
||||
var disqus_shortname = 'home-assistant';
|
||||
|
||||
|
||||
// var disqus_developer = 1;
|
||||
var disqus_identifier = 'https://home-assistant.io/developers/creating_components.html';
|
||||
var disqus_url = 'https://home-assistant.io/developers/creating_components.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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue