Skip to content

Commit

Permalink
v2.0.0b12
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiğit Topcu committed Feb 13, 2024
1 parent 227544a commit 09fdaa9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum/dev?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=slateblue&label=version)](https://github.com/Tasshack/dreame-vacuum/releases)
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum/dev?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=slateblue&label=version)](https://github.com/Tasshack/dreame-vacuum/releases)
![GitHub all releases](https://img.shields.io/github/downloads/Tasshack/dreame-vacuum/total)
[![HACS](https://img.shields.io/badge/HACS-Default-orange.svg?logo=HomeAssistantCommunityStore&logoColor=white)](https://github.com/hacs/integration)
[![Community Forum](https://img.shields.io/static/v1.svg?label=Community&message=Forum&color=41bdf5&logo=HomeAssistant&logoColor=white)](https://community.home-assistant.io/t/custom-component-dreame-vacuum/473026)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dreame_vacuum/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logging
import logging
from typing import Final

DOMAIN = "dreame_vacuum"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/dreame_vacuum/dreame/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -6233,7 +6233,7 @@ def cleaning_history(self) -> dict[str, Any] | None:
list[date] = {
ATTR_TIMESTAMP: history.date.timestamp(),
ATTR_CLEANING_TIME: f"{history.cleaning_time} min",
ATTR_CLEANED_AREA: f"{history.cleaned_area} sqm",
ATTR_CLEANED_AREA: f"{history.cleaned_area} ",
}
if history.status is not None:
list[date][ATTR_STATUS] = (
Expand Down Expand Up @@ -7069,7 +7069,7 @@ def mac_address(self) -> Optional[str]:
@property
def manufacturer(self) -> str:
"""Manufacturer name."""
return "Dreametech™"
return "Dreametech"

@property
def raw(self) -> dict[str, Any]:
Expand Down
2 changes: 1 addition & 1 deletion docs/map.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Map Support
# Map Support

Completely reverse engineered map data handling, decoding and rendering for live and multiple saved map support with all features provided with the official App.

Expand Down
2 changes: 1 addition & 1 deletion docs/supported_devices.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Supported Devices
# Supported Devices

## Dreame
| Name | Model |
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum/dev?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=slateblue&label=version)](https://github.com/Tasshack/dreame-vacuum/releases)
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum/dev?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=slateblue&label=version)](https://github.com/Tasshack/dreame-vacuum/releases)
![GitHub all releases](https://img.shields.io/github/downloads/Tasshack/dreame-vacuum/total)
![GitHub issues](https://img.shields.io/github/issues/Tasshack/dreame-vacuum)
[![HACS](https://img.shields.io/badge/HACS-Default-orange.svg?logo=HomeAssistantCommunityStore&logoColor=white)](https://github.com/hacs/integration)
Expand Down

0 comments on commit 09fdaa9

Please sign in to comment.