← Back to Videos
Home Assistant

Home Assistant Alerts on Fire TV | Never Miss Them Again

Push on-screen pop-up notifications from Home Assistant directly to your Amazon Fire TV — so motion alerts, doorbell events, and custom automations always get noticed, even mid-binge.

Home Assistant 8:27 New

About this video

If you've ever missed a doorbell alert because you were deep in a binge session, this one solves it. In this video I walk through how to push on-screen notifications from Home Assistant directly to an Amazon Fire TV. You'll enable ADB debugging on the Fire TV, install the notification app, wire up the Home Assistant integration, and then build increasingly powerful notifications — from simple text popups to live camera snapshots. By the end, you'll have the building blocks for automations that send context-aware alerts to any TV in the house, only when someone's actually watching.

Key takeaways

  • Any Amazon Fire TV or Android TV device can receive Home Assistant pop-up notifications using the free "Notification for Android" app.
  • ADB debugging must be enabled on the Fire TV first — without it, the Home Assistant integration can't connect.
  • The integration doesn't create dashboard entities; you trigger notifications exclusively through notify actions in Developer Tools.
  • Live camera snapshots can be embedded directly in notifications using a snapshot URL — giving real-time visual context to alerts.
  • The interrupt parameter pauses playback and requires acknowledgment — powerful for critical alerts, but use it sparingly to avoid fatigue.
  • Pair notifications with TV state and presence checks so alerts only appear when someone is actually watching.

Video walkthrough

  1. Enable Developer Mode on your Fire TV — Go to Settings → My Fire TV → About, then press the Select button 7 times. A countdown confirms developer mode is active. Open the new Developer Options menu and enable ADB debugging.
  2. Install the notification app — From the Fire TV App Store, search for "Notification for Android" and install it. Once running, the app displays the device's IP address — note it, you'll need it in the next step.
  3. Add the integration in Home Assistant — Navigate to Settings → Devices & Services → Add Integration. Search for "Android" and select "Notification for Android TV/FireTV." Enter the Fire TV's IP address and give the device a memorable name like "Basement TV."
  4. Send a test notification — Go to Developer Tools → Actions and search for "notify." You'll see your new notify action listed. From here you can configure message, title, duration (seconds), font size (small/medium/large), screen position, background color, and transparency.
  5. Use interrupt mode for critical alerts — Setting interrupt: true pauses playback and requires the viewer to acknowledge the notification. Reserve this for genuinely urgent events — package arrivals in freezing temps, critical camera motion — not routine triggers like general hallway motion.
  6. Embed live camera snapshots — Replace a static image path with a camera snapshot URL. I'm using a Ubiquiti G6 Instant camera with anonymous snapshot access enabled for demonstration. Real-time visuals make alerts far more useful than text alone.
  7. Add intelligence with state checks — Combine notifications with TV state sensors and presence detectors so alerts only fire when the TV is on and someone is actually home. This prevents notification fatigue and keeps the system feeling smart rather than spammy.