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 -}