File: README.md

package info (click to toggle)
bthome-ble 3.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 676 kB
  • sloc: python: 5,909; makefile: 15
file content (33 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# BTHome BLE

BLE parser for sensors that support the BTHome BLE format (V1 and V2).

## Installation

Install this via pip (or your favourite package manager):

`pip install bthome-ble`

## BThome BLE format

More detailed information about the BTHome BLE format can be found on the [usage page](https://bthome.io/)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage)
project template.