Skip to content

Commit daed2ec

Browse files
committed
Small adjustments
1 parent d19a87c commit daed2ec

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Full pre-commit
7474
run: |
7575
. venv/bin/activate
76-
pre-commit run --show-diff-on-failure --color=always --all-files
76+
SKIP=no-commit-to-branch pre-commit run --show-diff-on-failure --color=always --all-files
7777
7878
pytest:
7979
runs-on: ubuntu-latest

.markdownlint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
default: true
22
MD013: false
33
MD024: false
4+
MD033: false
5+
MD041: false

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=CoMPaTech_python-airos&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=CoMPaTech_python-airos)
2525

2626
# Overview
27+
2728
`python-airos` or [`airos`](https://pypi.org/projects/airos) from pypi is an asynchronous Python library designed to programmatically interact with Ubiquiti airOS devices. It mimics a web browser client to fetch device status, configuration, and perform actions like kicking connected stations.
2829

2930
This library is a key component for a potential future core integration with [Home Assistant](https://www.home-assistant.io), with the initial pull request for core integration targeted for the 2025.8 release.
@@ -116,9 +117,10 @@ The library currently supports the following methods:
116117

117118
- `login()`: Authenticates with the device.
118119
- `status()`: Fetches a comprehensive dictionary of the device's status and statistics.
119-
-` stakick(mac_address)`: Disconnects a specific station by its MAC address.
120+
- `stakick(mac_address)`: Disconnects a specific station by its MAC address.
120121

121122
More features and API calls are planned for future releases.
122123

123124
## Contributing
125+
124126
We welcome contributions as well as additional codeowners to python-airos.

0 commit comments

Comments
 (0)