Skip to content

Commit 2298cef

Browse files
authored
Update README.md
1 parent 4a60bc1 commit 2298cef

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![codecov](https://codecov.io/gh/ahayworth/python_awair/branch/master/graph/badge.svg)](https://codecov.io/gh/ahayworth/python_awair)
66
[![Documentation Status](https://readthedocs.org/projects/python-awair/badge/?version=latest)](https://python-awair.readthedocs.io/en/latest/?badge=latest)
77

8-
This is an async library which accesses portions of the [Awair](https://getawair.com) REST API. It exists primarily
9-
to support the Home Assistant integration, but is considered active and supported by its author. PRs welcome!
8+
This is an async library which accesses portions of the [Awair](https://getawair.com) REST API, and it exists primarily
9+
to support the Home Assistant integration for Awair devices.
1010

1111
Features:
1212
- Object-oriented approach to querying and handling data
@@ -20,6 +20,15 @@ Not yet supported:
2020

2121
Dive into our [documentation](https://python-awair.readthedocs.io/en/latest) to get started!
2222

23+
# Status
24+
25+
This project could be considered in "maintenance mode". It meets the needs of the Home Assistant integration,
26+
and there are no current plans to add new features. Large PRs adding significant new features or drastically
27+
changing the library are unlikely to be accepted without prior discussion (please open an issue first).
28+
29+
However, bug fixes and updates to support python and/or Home Assistant compatibility are welcomed and accepted!
30+
I intend to keep passively maintaining the library, and please open an issue if there is an unaddressed need.
31+
2332
# Development
2433

2534
- We manage dependencies and builds via [poetry](https://python-poetry.org)

0 commit comments

Comments
 (0)