10 lines
353 B
PHP
10 lines
353 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Rules: trigger → condition → action.',
|
|
'empty_title' => 'No automations yet',
|
|
'empty_body' => 'Create rules that switch devices or notify on state changes or at set times.',
|
|
'trigger_state_change' => 'On state change',
|
|
'trigger_time' => 'Time-based',
|
|
];
|