Skip to content

Commit 5e03352

Browse files
authored
Add issue template for missing model information (#1200)
1 parent 72cd423 commit 5e03352

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Missing model information for a supported device
3+
about: Inform about functioning device that prints out a warning about unsupported model
4+
title: ''
5+
labels: missing model
6+
assignees: ''
7+
8+
---
9+
10+
If you are receiving a warning indicating an unsupported model (`Found an unsupported model '<model>' for class '<class>'.`),
11+
this means that the implementation does not list your model as supported.
12+
13+
If it is working fine for you nevertheless, feel free to open an issue or create a PR to add the model to the `_supported_models` ([example](https://github.com/rytilahti/python-miio/blob/72cd423433ad71918b5a8e55833a5b2eda9877a5/miio/integrations/vacuum/roborock/vacuum.py#L125-L153)) for that class.
14+
15+
Before submitting, use the search to see if there is an existing issue for the device model, thanks!
16+
17+
**Device information:**
18+
19+
- Name(s) of the device:
20+
- Link:
21+
22+
Use `miiocli device --ip <ip address> --token <token>`.
23+
24+
- Model: [e.g., lumi.gateway.v3]
25+
- Hardware version:
26+
- Firmware version:

0 commit comments

Comments
 (0)