Skip to content

Commit d662005

Browse files
committed
Update readme with new features, and naming for config
1 parent b08e331 commit d662005

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This plugin allows you to display the air quality values from your AirGradient d
44

55
### Features
66

7-
- Add a single AirGradient device into HomeKit
8-
- Reporting values for PM 2.5, PM 10, TVOC, and NOx (HomeKit currently does not support any of the other sensors on AirGradient devices)
9-
- Supports multiple AirGradient devices
7+
- Use AirGradient's API to add your AirGradient devices into HomeKit
8+
- Add multiple AirGradient devices (specify devices by location ID)
9+
- Reporting values for PM 2.5, PM 10, TVOC, NOx, CO2, temperature, and humidity
1010

1111
### Planned Features
1212

1313
- Reporting of hardware details (manufacturer, serial number, and model) into HomeKit
1414

1515
### Contributing
1616

17-
Please feel free to contribute to this project in any way you see fit. If there are any features you would like, please open an issue and I will see what I can do. If you want to help clean up or optimize the code, feel free to open a PR. I do not know TypeScript at all, I just know that this works.
17+
Please feel free to contribute to this project in any way you see fit. If there are any features you would like, please open an issue and I will see what I can do, or feel free to open a pull request. If you want to help clean up or optimize the code, feel free to open a PR. I do not know TypeScript at all, I just know that this works.

config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"pluginAlias": "AirGradientPlatform",
2+
"pluginAlias": "AirGradient API",
33
"pluginType": "platform",
4-
"headerDisplay": "AirGradient Platform Configuration",
4+
"headerDisplay": "AirGradient Configuration",
55
"schema": {
66
"type": "object",
77
"properties": {

0 commit comments

Comments
 (0)