mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix sun offset being mandatory. Fixes #396
This commit is contained in:
parent
faf576d43d
commit
29f5730545
@ -45,5 +45,4 @@ export default class SunTrigger extends Component {
|
|||||||
|
|
||||||
SunTrigger.defaultConfig = {
|
SunTrigger.defaultConfig = {
|
||||||
event: 'sunrise',
|
event: 'sunrise',
|
||||||
offset: '',
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user