/uptime_kuma

uptime_kuma HACS

Primary LanguagePython

Uptime Kuma HACS integration

About

This integration exposes UptimeKuma monitors in HomeAssistant. Two sensors are created for each UptimeKuma monitor:

  • Binary Sensor (On/Off)
  • Sensor (State of UptimeKuma monitor)

Installation

Installation is done like any other Home Assistant HACS integration.

Requirements

In order to setup this integration you will need:

  • A Home Assistant instance with HACS installed.
  • An instance of UptimeKuma

HACS Installation

Search for "Uptime Kuma" in the HACS store. If you don't see it there, you can add this repository url as a HACS custom repository.

hacs_badge

Home Assistant Integration

Open your Home Assistant instance and start setting up a new integration of a specific brand.

After installation, setup the integration via the web UI like any other integration. When prompted, provide the following:

  • Your UptimeKuma instance url (i.e. https://myuptimekuma.mydomain.com)
  • Port (Generally 443 if running behind reverse proxy)
  • Your UptimeKuma credentials (no 2FA app password required)
  • Verify SSL (Generally checked)

Contributions

Contributions are welcome!