From 33b231583b759ceff12be2dfe0c77a6bf643eaa7 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Sat, 13 Sep 2025 17:06:27 +0200 Subject: [PATCH] update docs --- README.md | 3 +-- node1_simple_config.json | 38 -------------------------------------- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 node1_simple_config.json diff --git a/README.md b/README.md index c8e7cb4..763797d 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ I have since switch to using C for better performance and control. ## Capabilities -- Send data to Home Assistant via MQTT +- ✅ Send data to Home Assistant via MQTT - ✅ read tempature - ✅ read humidity - ✅ read atmospheric pressure - ✅ read partical matter PM1, PM2.5, and PM10 -- read partical matter PM1, PM2.5, and PM10 - read noise levels - read wind speed - read wind direction diff --git a/node1_simple_config.json b/node1_simple_config.json deleted file mode 100644 index 7fa12e1..0000000 --- a/node1_simple_config.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "dev": { - "ids": "bws_node1_001", - "name": "Node1", - "mf": "diy", - "sw": "1.0", - "hw": "1.0" - }, - "cmps": { - "node1_temp": { - "p": "sensor", - "device_class": "temperature", - "unit_of_measurement": "°C", - "value_template": "{{ value_json.temp}}", - "unique_id": "bws_node1_temp_001" - }, - "node1_humidity": { - "p": "sensor" - }, - "node1_pressure": { - "p": "sensor" - }, - "node1_pm1": { - "p": "sensor" - }, - "node1_pm25": { - "p": "sensor" - }, - "node1_pm10": { - "p": "sensor" - } - }, - "o": { - "name": "diy_pico_w" - }, - "state_topic": "homeassistant/sensor/bws/node1/state", - "qos": 1 -}