From 2b68c8efa36f701f2871bfb4185524f5790fb32a Mon Sep 17 00:00:00 2001 From: Doug B Date: Thu, 17 Oct 2024 16:35:57 -0400 Subject: [PATCH] Update README.md * Update README.md to correctly display "Tempest" logo. * Correct "Local API Config Example" to include `station_id`. --- CHANGELOG.md | 4 ++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6535554..3520fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). +## v4.1.1 +* Update README.md to correctly display "Tempest" logo. +* Correct "Local API Config Example" to include `station_id`. + ## v4.1.0 * Confirm plug-in operation with Homebridge 2.0.0. Updated package.json per homebridge instructions. * Update `config.schema.json` to require `station_id` for both `http_api` and `local_api`. Update associated code in `platform.ts`. diff --git a/README.md b/README.md index 953a3e2..923c9a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - +
@@ -70,7 +70,7 @@ sensor_type `{2}` | value_key | metric units | std units | additional_properties `{3}` Reference Wiki for details on how to view Occupancy Sensor values with iOS 16.x and MacOS Ventura 13.x. -`{4}` NOTE: There is a current limitation with v3.0.0 of the plug-in in that HomeKit accessory names are set when the accessory is initially added and cannot be dynamically updated. The accessories are correctly displayed and updated in the Homebridge "Accessories" tab of the webpage interface. Occupancy sensors `trigger_value` status is correctly displayed in both HomeKit and Homebridge. +`{4}` NOTE: There is a current limitation with v3.0.0 and v4.0.0 of the plug-in in that HomeKit accessory names are set when the accessory is initially added and cannot be dynamically updated. The accessories are correctly displayed and updated in the Homebridge "Accessories" tab of the webpage interface. Occupancy sensors `trigger_value` status is correctly displayed in both HomeKit and Homebridge. ### Local API Config Example @@ -78,6 +78,7 @@ sensor_type `{2}` | value_key | metric units | std units | additional_properties { "name": "WeatherFlow Tempest Platform", "local_api": true, + "station_id": 10000, "units": "Standard", "sensors": [ { diff --git a/package.json b/package.json index cee6453..91bb6ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Homebridge WeatherFlow Tempest", "name": "homebridge-weatherflow-tempest", - "version": "4.1.0", + "version": "4.1.1", "description": "Exposes WeatherFlow Tempest Station data as Temperature Sensors, Light Sensors, Humidity Sensors and Fan Sensors (for Wind Speed).", "license": "Apache-2.0", "repository": {