Skip to content

Commit a099495

Browse files
README.md - update as development is complete
1 parent 612021b commit a099495

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ See [main.py](main.py) for a more robust example.
4848
If the device has Bluetooth and can run recent versions of MicroPython, it should work.
4949

5050
## Can it do more than temperature and humidity?
51-
My goal was to create an outdoor sensor to measure temperature, humidity, and illuminance so I could make automation decsions in Home Assistant. I've included barometric pressure and battery level in the initial release, but they are untested. If the need arises, I may add other data specified in the BTHome format. You are also free to fork the code and add your own.
51+
My goal was to create an outdoor sensor to measure temperature, humidity, and illuminance so I could make automation decsions in Home Assistant. I've included nearly the other entire list of object_ids described in the [BTHome v2 format](https://bthome.io/format), but those outside of temperature, humidity, and battery level are untested in real world scenarios.
52+
53+
## How can I help?
54+
I'm always happy to get bug reports in the [GitHub issues for the project](https://github.com/DavesCodeMusings/BTHome-MicroPython/issues). The more detail you give, the easier it is to find and fix.
55+
56+
As for enhancements, unless the BTHome format undergoes significant changes (like a v3 release) I can't imagine there's much to add.

0 commit comments

Comments
 (0)