You spoke, we listened Starting April 21, 2026, we are rolling out changes to our plans to make them more balanced and competitive, based directly on your feedback. Here's the breakdown of what we're changing: Free plan We increased the monthly notification limit from 100 to 500. We're confident this gives hobbyists and new users enough room to start using Pulsetray without hitting a wall. Starter plan We doubled the monthly notification limit from 5,000 to 10,000, while keeping the pric...
This article will cover the easiest way to integrate Pulsetray with Home Assistant, to start triggering notifications from any of your automations. We will assume you have already downloaded the app, signed up, and created an API key. To start, open your configuration.yaml within Home Assistant, and add the following entry: restcommand: pulsetray: url: "https://api.pulsetray.com/v1/notifications" method: post contenttype:...
Hey everyone! My name is Yubal, and I’m a software engineer. For the last several months, I’ve been working on a project that I am incredibly excited to finally share with you: Pulsetray. The Problem As a developer, I constantly found myself needing to send notifications to my own devices from various places—scripts, CI/CD pipelines, automations, and even my personal Home Assistant instance. But setting that up yourself is always...