homeos/lang/de
HomeOS Bootstrap 675d04e104 feat(addons): SMTP notification add-on with per-event toggles
Issue 4: an SMTP add-on for e-mail notifications.
- SmtpSetup modal: server (host/port/encryption/user/pass), from/to, and
  individual toggles for the events you want mailed — device offline, low
  battery, automation messages. "Send test e-mail" button. Config stored
  encrypted on the addon row; a runtime mailer is built from it (no .env edits).
- NotificationService: notify(event, …) sends only if SMTP is set up AND that
  event is enabled; send() for the test.
- Triggers: automation "notify" actions e-mail (when enabled);
  notifications:sweep (every 5 min) e-mails on NEW device-offline / low-battery
  with per-condition dedup + battery hysteresis, so it's one mail per event.

6 tests (gating, per-event toggle, config persist + password-keep, sweep dedup).
Suite 82 green, 12/12 tabs clean; card + modal browser-verified.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 10:33:23 +02:00
..
access.php All sidebar tabs are real pages (zero console errors) 2026-07-18 00:16:16 +02:00
addons.php feat(addons): SMTP notification add-on with per-event toggles 2026-07-18 10:33:23 +02:00
auth.php Phase 1: bootstrap — Docker stack, Laravel 13, design system, auth 2026-07-17 21:06:20 +02:00
automations.php feat(automations): trigger→condition→action engine with cooldown + dry-run 2026-07-18 01:11:02 +02:00
common.php feat(addons): installable integrations framework + Ring connect UI 2026-07-18 01:47:02 +02:00
dashboard.php Fix R15: include room-less devices in home status 2026-07-17 21:58:35 +02:00
devices.php feat(devices): instant toggle, icon picker, real update check, transport switch 2026-07-18 10:04:19 +02:00
discovery.php feat(devices): auto-detect host IP, discovery dedup, delete + rescan 2026-07-18 09:34:07 +02:00
host.php Charts: Chart.js MQTT + host traffic on the Host page 2026-07-18 00:40:32 +02:00
nav.php feat(addons): installable integrations framework + Ring connect UI 2026-07-18 01:47:02 +02:00
notifications.php feat(addons): SMTP notification add-on with per-event toggles 2026-07-18 10:33:23 +02:00
panel.php feat(panel): make tiles actually control + entity naming + reorder feedback 2026-07-18 08:37:17 +02:00
persons.php feat(presence): who's-home overview, person edit/delete, avatars, faster away 2026-07-18 10:20:49 +02:00
rooms.php feat(rooms): create + delete rooms (delete unassigns devices) 2026-07-18 10:12:49 +02:00
settings.php feat(mqtt): Home-Assistant-style onboarding — shared account + auto-create 2026-07-18 08:20:57 +02:00
windows.php Fenster & Türen page: contact/motion sensor overview 2026-07-18 00:07:44 +02:00