Skip to content

Commit

Permalink
修复天气状态不能查看记录
Browse files Browse the repository at this point in the history
  • Loading branch information
zllikey committed Nov 14, 2022
1 parent 08435ed commit 11179f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/airnut/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ATTR_HUMIDITY: "%",
ATTR_PM25: "μg/m³",
ATTR_BATTERY: "%",
ATTR_WEATHE: "",
ATTR_WEATHE: None
}

# Defaults
Expand Down
2 changes: 1 addition & 1 deletion custom_components/airnut/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"dependencies": [],
"codeowners": [],
"requirements": [],
"version": "2.0.7"
"version": "2.0.8"
}

0 comments on commit 11179f5

Please sign in to comment.