Remove empty defaults from time patern trigger automation (#4307)

This commit is contained in:
Bram Kragten 2019-12-02 20:11:05 +01:00 committed by Paulus Schoutsen
parent 2bafd38ea8
commit 36f49e66fd

View File

@ -47,8 +47,4 @@ export default class TimePatternTrigger extends AutomationComponent<any> {
}
}
(TimePatternTrigger as any).defaultConfig = {
hours: "",
minutes: "",
seconds: "",
};
(TimePatternTrigger as any).defaultConfig = {};