Change default value for enable_notifications

fixes #6681
This commit is contained in:
Gunnar Beutner 2014-07-09 15:23:43 +02:00
parent f6d6a82762
commit f9075a0d0e
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ class User : CustomVarObject
[config] String email;
[config] String pager;
[state] bool enable_notifications;
[state] bool enable_notifications {
default {{{ return true; }}}
};
[state] double last_notification;
};