From 51e2a43dfbc4f40bafffab86bc0309030666c490 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 11 Jul 2015 12:30:25 -0700 Subject: [PATCH] Site updated at 2015-07-11 19:30:25 UTC --- atom.xml | 2 +- blog/categories/architecture/atom.xml | 2 +- blog/categories/branding/atom.xml | 2 +- blog/categories/component/atom.xml | 2 +- blog/categories/core/atom.xml | 2 +- blog/categories/frontend/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- demo/frontend.html | 26 ++-- sitemap.xml | 170 ++++++++++++------------- 10 files changed, 108 insertions(+), 104 deletions(-) diff --git a/atom.xml b/atom.xml index a585e55fc3..1acfb5f60b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index c5e0470349..0318196c7c 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 1932a4a655..65bf1f0667 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index f08254f575..382d5cef69 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 70c222d283..fb31c16086 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 33408dc32d..c2661b9d6a 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 350eee455a..48a6682988 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: release-notes | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index a930a684c1..db9ccad449 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-07-11T12:02:15-07:00 + 2015-07-11T12:30:17-07:00 https://home-assistant.io/ diff --git a/demo/frontend.html b/demo/frontend.html index 2c84c99876..980fa77ab4 100644 --- a/demo/frontend.html +++ b/demo/frontend.html @@ -6534,9 +6534,6 @@ function(t,e,n){function r(t){return null==t?!1:i(t)?l.test(s.call(t)):u(t)&&o.t var DOMAINS_WITH_MORE_INFO = [ 'light', 'group', 'sun', 'configurator', 'thermostat', 'script', 'media_player', 'camera' ]; - var DOMAINS_HIDE_MORE_INFO = [ - 'sensor', - ]; var reactor = window.hass.reactor; var serviceGetters = window.hass.serviceGetters; @@ -6565,9 +6562,7 @@ function(t,e,n){function r(t){return null==t?!1:i(t)?l.test(s.call(t)):u(t)&&o.t }, stateMoreInfoType: function(state) { - if(DOMAINS_HIDE_MORE_INFO.indexOf(state.domain) !== -1) { - return false; - } else if(DOMAINS_WITH_MORE_INFO.indexOf(state.domain) !== -1) { + if(DOMAINS_WITH_MORE_INFO.indexOf(state.domain) !== -1) { return state.domain; } else { return 'default'; @@ -22978,7 +22973,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN