Initial commit: Meshtastic Sensor Broadcaster add-on
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ name: Meshtastic Sensor Broadcaster
|
|||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
slug: meshtastic_broadcaster
|
slug: meshtastic_broadcaster
|
||||||
description: Periodically broadcast Home Assistant sensor values over a Meshtastic mesh
|
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:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
@@ -23,15 +23,24 @@ options:
|
|||||||
interval: 900
|
interval: 900
|
||||||
prefix: "🏠"
|
prefix: "🏠"
|
||||||
sensors:
|
sensors:
|
||||||
- label: T
|
- label: T1
|
||||||
entity_id: sensor.outdoor_temperature
|
entity_id: sensor.temperature_01_temperature
|
||||||
unit: "°C"
|
unit: "°C"
|
||||||
- label: H
|
- label: T2
|
||||||
entity_id: sensor.outdoor_humidity
|
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: "%"
|
unit: "%"
|
||||||
- label: P
|
|
||||||
entity_id: sensor.barometric_pressure
|
|
||||||
unit: "hPa"
|
|
||||||
schema:
|
schema:
|
||||||
connection: list(tcp|serial)
|
connection: list(tcp|serial)
|
||||||
host: str?
|
host: str?
|
||||||
|
|||||||
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
name: Meshtastic Add-ons
|
name: Meshtastic Add-ons
|
||||||
url: https://github.com/youruser/ha-meshtastic-addon
|
url: https://git.revwal.de/oliver/ha-meshtastic-addon
|
||||||
maintainer: Your Name <you@example.com>
|
maintainer: Oliver Walter <oliver.walter@habemus.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user