Metadata-Version: 2.1
Name: beewi-smartclim-ble
Version: 0.4.0
Summary: Parser for the BeeWi SmartClim device
Home-page: https://github.com/f-davin/hassis_beewi_smartclim.git
License: MIT
Author: f-davin
Author-email: none@none.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: docs
Requires-Dist: Sphinx (>=5.0,<6.0) ; extra == "docs"
Requires-Dist: bleak (>=0.19.5)
Requires-Dist: bleak-retry-connector (>=2.13.0)
Requires-Dist: bluetooth-data-tools (>=0.3.1)
Requires-Dist: bluetooth-sensor-state-data (>=1.6.0)
Requires-Dist: home-assistant-bluetooth (>=1.9.2)
Requires-Dist: myst-parser (>=0.18,<0.19) ; extra == "docs"
Requires-Dist: sensor-state-data (>=2.17.1)
Requires-Dist: sphinx-rtd-theme (>=1.0,<2.0) ; extra == "docs"
Project-URL: Bug Tracker, https://github.com/f-davin/hassis_beewi_smartclim/issues
Project-URL: Changelog, https://github.com/f-davin/hassis_beewi_smartclim/blob/main/CHANGELOG.md
Project-URL: Repository, https://github.com/f-davin/hassis_beewi_smartclim.git
Description-Content-Type: text/markdown

# BeeWi SmartClim BLE

![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)]
[![Packaging](https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=)](https://python-poetry.org/)
![Code style](https://img.shields.io/badge/code%20style-black-black)

[![Continuous integration](https://github.com/f-davin/hassis_beewi_smartclim/actions/workflows/ci.yml/badge.svg)](https://github.com/f-davin/hassis_beewi_smartclim/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/f-davin/hassis_beewi_smartclim/branch/master/graph/badge.svg?token=3NHVT3VVDW)](https://codecov.io/gh/f-davin/hassis_beewi_smartclim)
[![License](https://img.shields.io/pypi/l/beewi-smartclim-ble)](https://github.com/f-davin/hassis_beewi_smartclim/blob/master/LICENSE)

[![PyPI version](https://img.shields.io/pypi/v/beewi-smartclim-ble.svg?logo=python&logoColor=fff&style=flat-square)](https://pypi.org/project/beewi-smartclim-ble/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/beewi-smartclim-ble.svg?logo=python&logoColor=fff&style=flat-square)](https://pypi.org/project/beewi-smartclim-ble/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/beewi-smartclim-ble)

Plugin for the temperature and humidity sensor BeeWi SmartClim. This plugin can read the following information from the sensor:

- Temperature (°C)
- Humidity (%)
- Battery level (%)

## Installation

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

`pip install beewi-smartclim-ble`

