I spun up a pageview notifier just for fun by creating a webtask to ping a service on my home automation system. This enables the usual stuff - real time UI, audio alerts, webpush notifications, history, etc.
The webtask keeps the HA connection secrets but also works on static sites. On the HA side, the custom service pulses a binary sensor device created from {title, pathname}.
The webtask keeps the HA connection secrets but also works on static sites. On the HA side, the custom service pulses a binary sensor device created from {title, pathname}.
https://github.com/theatersoft/test-device/blob/master/webta...