Skip to content

Commit 07643be

Browse files
committed
Correct badges
1 parent 876d66a commit 07643be

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python Plugwise release to PyPi
4+
name: Latest release
55

66
env:
77
CACHE_VERSION: 1

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python Plugwise CI verification
4+
name: Latest commit
55

66
env:
77
CACHE_VERSION: 1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ This module is the backend for the [`plugwise` component](https://github.com/hom
55
Our main usage for this module is supporting [Home Assistant](https://www.home-assistant.io) / [home-assistant](http://github.com/home-assistant/core/)
66

77
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/plugwise)
8-
[![Build Status](https://github.com/plugwise/python-plugwise/workflows/Python%20Plugwise%20CI%20verification/badge.svg)](https://github.com/plugwise/python-plugwise/actions)
8+
[![Latest release](https://github.com/plugwise/python-plugwise/workflows/Latest%20release/badge.svg)](https://github.com/plugwise/python-plugwise/actions)
99
[![codecov](https://codecov.io/gh/plugwise/python-plugwise/branch/main/graph/badge.svg)](https://codecov.io/gh/plugwise/python-plugwise)
1010
[![PyPI version fury.io](https://badge.fury.io/py/plugwise.svg)](https://pypi.python.org/pypi/plugwise/)
11+
[![Newest commit](https://github.com/plugwise/python-plugwise/workflows/Newest%20commit/badge.svg)](https://github.com/plugwise/python-plugwise/actions)
1112

1213

1314
## Integration

0 commit comments

Comments
 (0)