Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badges #82

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[![size_badge](https://img.shields.io/github/repo-size/gjohansson-ST/pysensibo?style=for-the-badge&cacheSeconds=3600)](https://github.com/gjohansson-ST/pysensibo)
[![version_badge](https://img.shields.io/github/v/release/gjohansson-ST/pysensibo?label=Latest%20release&style=for-the-badge&cacheSeconds=3600)](https://github.com/gjohansson-ST/pysensibo/releases/latest)
[![download_badge](https://img.shields.io/pypi/dm/pysensibo?style=for-the-badge&cacheSeconds=3600)](https://github.com/gjohansson-ST/pysensibo/releases/latest)
![GitHub Repo stars](https://img.shields.io/github/stars/gjohansson-ST/pysensibo?style=for-the-badge&cacheSeconds=3600)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/gjohansson-ST/pysensibo?style=for-the-badge&cacheSeconds=3600)
![GitHub License](https://img.shields.io/github/license/gjohansson-ST/pysensibo?style=for-the-badge&cacheSeconds=3600)
gjohansson-ST marked this conversation as resolved.
Show resolved Hide resolved

[![Made for Home Assistant](https://img.shields.io/badge/Made_for-Home%20Assistant-blue?style=for-the-badge&logo=homeassistant)](https://github.com/home-assistant)

[![Sponsor me](https://img.shields.io/badge/Sponsor-Me-blue?style=for-the-badge&logo=github)](https://github.com/sponsors/gjohansson-ST)
![Discord](https://img.shields.io/discord/872446427664625664?style=for-the-badge&label=Discord&cacheSeconds=3600)

# pysensibo
asyncio-friendly python API for Sensibo (https://sensibo.com). Supported on Python 3.11+

Expand Down
Loading