mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 10:26:35 +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');
|
||||
|
||||
// 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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user