File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,11 @@ public static function templateWidget() {
3333 'test ' => array (
3434 array ('operation ' => '#value# == "ARMED" ' , 'state_light ' => '<i class="fas fa-lock"></i> ' ),
3535 array ('operation ' => '#value# == "DISARMED" ' , 'state_light ' => '<i class="fas fa-lock-open"></i> ' ),
36+ array ('operation ' => '#value# == "ARMED_NIGHT_MODE_OFF" ' , 'state_light ' => '<i class="fas fa-lock"></i> ' ),
37+ array ('operation ' => '#value# == "DISARMED_NIGHT_MODE_ON" ' , 'state_light ' => '<i class="fas fa-moon"></i> ' ),
3638 array ('operation ' => '#value# == "DISARMED_NIGHT_MODE_OFF" ' , 'state_light ' => '<i class="fas fa-lock-open"></i> ' ),
3739 array ('operation ' => '#value# == "NIGHT_MODE" ' , 'state_light ' => '<i class="fas fa-moon"></i> ' ),
40+ array ('operation ' => '#value# == "ARMED_NIGHT_MODE_ON" ' , 'state_light ' => '<i class="fas fa-lock"></i> ' ),
3841 array ('operation ' => '#value# == "PANIC" ' , 'state_light ' => '<i class="fas fa-exclamation-circle"></i> ' )
3942 )
4043 );
You can’t perform that action at this time.
0 commit comments