mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
Hide history for configurator
This commit is contained in:
parent
476e059a6c
commit
72fff06266
@ -14,7 +14,7 @@ require('../components/state-history-charts');
|
|||||||
require('../more-infos/more-info-content');
|
require('../more-infos/more-info-content');
|
||||||
|
|
||||||
// if you don't want the history component to show add the domain to this array
|
// 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({
|
export default new Polymer({
|
||||||
is: 'more-info-dialog',
|
is: 'more-info-dialog',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user