1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

Hide history for configurator

This commit is contained in:
Paulus Schoutsen
2015-08-29 12:31:59 -07:00
parent 476e059a6c
commit 72fff06266

View File

@@ -14,7 +14,7 @@ require('../components/state-history-charts');
require('../more-infos/more-info-content');
// if you don't want the history component to show add the domain to this array
const DOMAINS_WITH_NO_HISTORY = ['camera'];
const DOMAINS_WITH_NO_HISTORY = ['camera', 'configurator'];
export default new Polymer({
is: 'more-info-dialog',