summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2024-03-09 19:00:40 -0300
committerRoger Gonzalez <roger@rogs.me>2024-03-09 19:00:40 -0300
commit611cd3a414a0f00c5aa11e3a295b7bff0ec19429 (patch)
tree44da057f69942ca1eb36b90cfd9127e06fd82a86
parent65b016664c37649606c7e7a4441a55b9bea422d5 (diff)
Improved README
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf79bc9..af60166 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# UTE API Wrapper 🇺🇾
+<p align="center">
+ * [ ] <img src="https://gitlab.com/uploads/-/system/project/avatar/48558040/icon.png" alt="ute-wrapper"/>
+</p>
+
[![codecov](https://codecov.io/gl/rogs/ute/graph/badge.svg?token=D1B2J3EB6K)](https://codecov.io/gl/rogs/ute)
[![PyPI version](https://badge.fury.io/py/ute-wrapper.svg)](https://badge.fury.io/py/ute-wrapper)
@@ -48,6 +52,7 @@ ute_client = UTEClient(email, phone_number, device_id, average_cost_per_kwh, pow
- `get_current_usage_info()`: Get current usage information for the specified device ID.
- `get_average_price(plan)`: Get the average price for a specific UTE plan ("triple" or "doble").
+
## Examples
### Get Historic Consumption
@@ -66,7 +71,7 @@ print(current_usage_info)
## Contributing
-Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit Merge Request on [Gitlab](https://gitlab.com/rogs/ute).
+Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit a Merge Request on [Gitlab](https://gitlab.com/rogs/ute).
## License