23 lines
477 B
YAML
23 lines
477 B
YAML
name: "MeshMonitor"
|
|
description: "Web tool for monitoring a Meshtastic Node Deployment"
|
|
version: "3.9.5 / HA-Addon 0.1.0"
|
|
slug: "meshmonitor"
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
startup: services
|
|
boot: auto
|
|
ingress: true
|
|
ingress_port: 3001
|
|
panel_icon: "mdi:mesh-network"
|
|
panel_title: "MeshMonitor"
|
|
map:
|
|
- "config:rw"
|
|
- "share:rw"
|
|
options:
|
|
meshtastic_node_ip: "192.168.1.xxx"
|
|
meshtastic_tcp_port: 4403
|
|
schema:
|
|
meshtastic_node_ip: "str"
|
|
meshtastic_tcp_port: "int" |