@@ -424,24 +424,27 @@ export default {
424424 states: [
425425 {
426426 id: ' home' ,
427- label: ' Alle da ' ,
427+ label: ' daheim ' ,
428428 icon: ' home'
429429 },
430- {
431- id: ' away' ,
432- label: ' Alle weg' ,
433- icon: ' directions_walk' ,
434- planIdForCheckIfOn: 65 ,
435- onAction: { kind: ' event-trigger' , applianceId: 22 , sensorPath: ' switch1' , eventPath: ' off.click' },
436- offAction: { kind: ' event-trigger' , applianceId: 22 , sensorPath: ' switch1' , eventPath: ' off.click' }
437- },
438430 {
439431 id: ' asleep' ,
440- label: ' Alle schlafen' ,
432+ label: ' schlafen' ,
441433 icon: ' bedtime' ,
442434 planIdForCheckIfOn: 70 ,
443435 onAction: { kind: ' event-trigger' , applianceId: 72 , sensorPath: ' switch1' , eventPath: ' off.click' },
444436 offAction: { kind: ' event-trigger' , applianceId: 72 , sensorPath: ' switch1' , eventPath: ' off.click' }
437+ },
438+ {
439+ id: ' away' ,
440+ label: ' WEG' ,
441+ icon: ' directions_walk' ,
442+ planIdForCheckIfOn: 65 ,
443+ colorSelectedIcon: ' rgba(255, 0, 0, 0.6)' ,
444+ colorSelected: ' rgba(255, 0, 0, 0.3)' ,
445+ colorDialog: ' rgba(255, 0, 0, 0.15)' ,
446+ onAction: { kind: ' event-trigger' , applianceId: 22 , sensorPath: ' switch1' , eventPath: ' off.click' },
447+ offAction: { kind: ' event-trigger' , applianceId: 22 , sensorPath: ' switch1' , eventPath: ' off.click' }
445448 }
446449 ]
447450 },
0 commit comments