mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06: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 = {
|
||||
hours: "",
|
||||
minutes: "",
|
||||
seconds: "",
|
||||
};
|
||||
(TimePatternTrigger as any).defaultConfig = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user