Compare commits
4 Commits
8b40df2b33
...
4055e79fba
| Author | SHA1 | Date |
|---|---|---|
|
|
4055e79fba | |
|
|
287e74673e | |
|
|
397e44e5f2 | |
|
|
6eceee1f4e |
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: '[BUG]'
|
||||
labels: 'bug'
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: false
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
name: Issue
|
||||
about: A minor issue that does not significantly affect functionality.
|
||||
title: "[ISSUE]"
|
||||
labels: issue
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the issue**
|
||||
A clear and concise description of what the issue is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior if any:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Logs**
|
||||
Provide `Developer log` if applicable
|
||||
|
||||
**Provide information about your station:**
|
||||
- Weather station type:
|
||||
- firmware version:
|
||||
|
||||
- [ ] Using PWS protocol
|
||||
- [ ] Using WSLink API
|
||||
- [ ] Using WSLink proxy Add-on
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
|
@ -123,6 +123,7 @@ SENSOR_TYPES_WSLINK: tuple[WeatherSensorEntityDescription, ...] = (
|
|||
key=WIND_DIR,
|
||||
native_unit_of_measurement=DEGREE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
device_class=SensorDeviceClass.WIND_DIRECTION,
|
||||
suggested_display_precision=None,
|
||||
icon="mdi:sign-direction",
|
||||
translation_key=WIND_DIR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue