Skip to content

Commit

Permalink
Miscellaneous janitor work (#1691)
Browse files Browse the repository at this point in the history
Fix the git installation instructions and the new device issue template
  • Loading branch information
rytilahti committed Jan 26, 2023
1 parent 328aa66 commit 131a555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/new-device.md
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
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

0 comments on commit 131a555

Please sign in to comment.