Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous janitor work #1691

Merged
merged 1 commit into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/new-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ assignees: ''
---

Before submitting a new request, use the search to see if there is an existing issue for the device.
**Also, if your device is rather new, it is likely supported already by the `genericmiot` integration.
This is currently available only on the git version (until version 0.6.0 is released), so please give it a try before opening a new issue.
**

**If your device is rather new, it is likely supported already by the `genericmiot` integration. This is currently available only on the git version (until version 0.6.0 is released), so please give it a try before opening a new issue.**

**Device information:**

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The most recent release can be installed using `pip`:
Alternatively, you can install the latest development version from GitHub:

git clone https://github.com/rytilahti/python-miio.git
cd python-miio
poetry install
poetry run miiocli # or use `poetry shell` to enter the virtualenv

Expand Down Expand Up @@ -78,7 +79,7 @@ First, you can use `info` to get some generic information from any (even yet uns

Note that the command field which gives you the direct command to use for controlling the device.
If the device is supported by the `genericmiot` integration as stated in the output,
you can also use [`miiocli genericmiot` for commanding it](#controlling-modern-miot-devices).
you can also use [`miiocli genericmiot` for controlling it](#controlling-modern-miot-devices).

You can always use `--help` to get more information about available
commands, subcommands, and their options.
Expand Down