Skip to content

Commit

Permalink
Add test badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestasga committed Jan 17, 2024
1 parent 8e702b0 commit 1d941cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Tests
name: Tests

on: [push, pull_request]

Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Solar Frontier Inverter API

<p align="center">
<a href="https://www.python.org/downloads/">
<img src="https://img.shields.io/badge/Python-3.8+-blue.svg"
alt="Python 3">
</a>
</p>
<div align="center">

[![Tests](https://github.com/ernestasga/python-solarfrontier/actions/workflows/test.yml/badge.svg)](https://github.com/ernestasga/python-solarfrontier/actions/workflows/test.yml)

![Python Version](https://img.shields.io/badge/python-3.8=<-blue.svg)
</div>
<p>
Python Library to retrieve data from "Solar Frontier" inverters on LAN. Able to get measurements, yield data, system info.
</p>

</div>



# Compatibility
**Confirmed to work with:**
Expand Down

0 comments on commit 1d941cc

Please sign in to comment.