You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: This is to submit details of a device not being supported.
4
+
title: ''
5
+
labels: User Reported
6
+
assignees: ''
7
+
body:
8
+
- id: device_name
9
+
type: textarea
10
+
attributes:
11
+
label: The device name from Duux
12
+
- id: device_type_id
13
+
type: textarea
14
+
attributes:
15
+
label: The device type ID
16
+
- id: sensor_type_id
17
+
type: textarea
18
+
attributes:
19
+
label: The sensor type ID
20
+
- id: reported_type
21
+
type: textarea
22
+
attributes:
23
+
label: The device type Duux reports to Google
24
+
---
25
+
26
+
<!-- Please aim to complete all sections -->
27
+
28
+
**Describe the device**
29
+
30
+
<!-- A clear and concise description of what the device is. A URL to the product page and manual would be helpful -->
31
+
32
+
**Screenshots**
33
+
34
+
<!-- Screenshots of the device as shown in the Duux app -->
35
+
36
+
**Supported Commands**
37
+
38
+
<!-- Please paste the output from following this guide: https://github.com/SSmale/Duux-Home-Assistant/wiki/Getting-the-sensor-data-from-Home-Assistant -->
39
+
40
+
```
41
+
{}
42
+
```
43
+
44
+
**Additional context**
45
+
46
+
<!-- Add any other context about the problem here. -->
47
+
48
+
**Are you willing to help test?**
49
+
50
+
<!-- Getting the device setup properly requires some testing, are you up for helping? -->
"description": "Duux has detected a device that is not officially supported. \n\rPlease check the device type and report it to the integration developer. \n\rDetails needed are: \n\rDevice Name: {device_name}\n\rDevice Type ID: {device_type_id}\n\rSensor Type ID: {sensor_type_id}\n\rDevice Type: {reported_type}.",
0 commit comments