From e6ade6cf8706c59e8623999691eef4d72343ff24 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Sat, 27 Jun 2026 00:43:31 +0200 Subject: [PATCH] Initial commit: Meshtastic Sensor Broadcaster add-on Co-Authored-By: Claude Opus 4.8 (1M context) --- meshtastic_broadcaster/config.yaml | 25 +++++++++++++++++-------- repository.yaml | 4 ++-- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/meshtastic_broadcaster/config.yaml b/meshtastic_broadcaster/config.yaml index c550a2a..7ed7550 100644 --- a/meshtastic_broadcaster/config.yaml +++ b/meshtastic_broadcaster/config.yaml @@ -2,7 +2,7 @@ name: Meshtastic Sensor Broadcaster version: "1.0.0" slug: meshtastic_broadcaster description: Periodically broadcast Home Assistant sensor values over a Meshtastic mesh -url: https://github.com/youruser/ha-meshtastic-addon +url: https://git.revwal.de/oliver/ha-meshtastic-addon arch: - aarch64 - amd64 @@ -23,15 +23,24 @@ options: interval: 900 prefix: "🏠" sensors: - - label: T - entity_id: sensor.outdoor_temperature + - label: T1 + entity_id: sensor.temperature_01_temperature unit: "°C" - - label: H - entity_id: sensor.outdoor_humidity + - label: T2 + entity_id: sensor.temperature_02_temperature + unit: "°C" + - label: T3 + entity_id: sensor.temperature_03_temperature + unit: "°C" + - label: H1 + entity_id: sensor.temperature_01_humidity + unit: "%" + - label: H2 + entity_id: sensor.temperature_02_humidity + unit: "%" + - label: H3 + entity_id: sensor.temperature_03_humidity unit: "%" - - label: P - entity_id: sensor.barometric_pressure - unit: "hPa" schema: connection: list(tcp|serial) host: str? diff --git a/repository.yaml b/repository.yaml index fe514e9..b06b850 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ name: Meshtastic Add-ons -url: https://github.com/youruser/ha-meshtastic-addon -maintainer: Your Name +url: https://git.revwal.de/oliver/ha-meshtastic-addon +maintainer: Oliver Walter