You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
262 B
15 lines
262 B
1 year ago
|
---
|
||
|
title: PiAlert
|
||
|
description: PiAlert Widget Configuration
|
||
|
---
|
||
|
|
||
|
Widget for [PiAlert](https://github.com/jokob-sk/Pi.Alert).
|
||
|
|
||
|
Allowed fields: `["total", "connected", "new_devices", "down_alerts"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: pialert
|
||
|
url: http://ip:port
|
||
|
```
|