29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
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',
|
|
'add' => 'Create automation',
|
|
'add_title' => 'New automation',
|
|
'name' => 'Name',
|
|
'trigger' => 'Trigger',
|
|
'trigger_entity' => 'Device / entity',
|
|
'trigger_equals' => 'State',
|
|
'trigger_at' => 'Time',
|
|
'action' => 'Action',
|
|
'action_switch' => 'Switch device',
|
|
'action_notify' => 'Notify',
|
|
'action_entity' => 'Target device',
|
|
'action_on' => 'Switch to',
|
|
'message' => 'Message',
|
|
'cooldown' => 'Cooldown (seconds)',
|
|
'cooldown_hint' => 'Minimum gap between two runs. 0 = none.',
|
|
'dry_run' => 'Dry run',
|
|
'dry_run_hint' => 'Logs the action without actually switching.',
|
|
'state_on' => 'On',
|
|
'state_off' => 'Off',
|
|
];
|