mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Remove empty defaults from time patern trigger automation (#4307)
This commit is contained in:
parent
2bafd38ea8
commit
36f49e66fd
@ -47,8 +47,4 @@ export default class TimePatternTrigger extends AutomationComponent<any> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(TimePatternTrigger as any).defaultConfig = {
|
(TimePatternTrigger as any).defaultConfig = {};
|
||||||
hours: "",
|
|
||||||
minutes: "",
|
|
||||||
seconds: "",
|
|
||||||
};
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user