Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiğit Topcu committed Dec 15, 2023
1 parent 0954f8b commit c80f28b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=green)](https://github.com/Tasshack/dreame-vacuum/releases/latest)
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=slateblue)](https://github.com/Tasshack/dreame-vacuum/releases/latest)
![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)
[![Ko-Fi](https://img.shields.io/static/v1.svg?label=%20&message=Ko-Fi&color=F16061&logo=ko-fi&logoColor=white)](https://www.ko-fi.com/Tasshack)
[![PayPal.Me](https://img.shields.io/static/v1.svg?label=%20&message=PayPal.Me&logo=paypal)](https://paypal.me/Tasshackk)

![dreame Logo](https://cdn.shopify.com/s/files/1/0302/5276/1220/files/rsz_logo_-01_400x_2ecfe8c0-2756-4bd1-a3f4-593b1f73e335_284x.jpg "dreame Logo")
![Dreame Logo](https://raw.githubusercontent.com/Tasshack/dreame-vacuum/dev/docs/media/logo.png "Dreame")

# Dreame vacuum integration for Home Assistant

Expand Down
14 changes: 7 additions & 7 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Start selected spot cleaning with optional customized cleaning parameters.

**Examples:**

- Clean selected zone
- Clean selected spot
```yaml
service: dreame_vacuum.vacuum_clean_spot
data:
Expand All @@ -176,7 +176,7 @@ Start selected spot cleaning with optional customized cleaning parameters.
target:
entity_id: vacuum.vacuum
```
- Clean multiple zones
- Clean multiple spots
```yaml
service: dreame_vacuum.vacuum_clean_spot
data:
Expand All @@ -188,7 +188,7 @@ Start selected spot cleaning with optional customized cleaning parameters.
target:
entity_id: vacuum.vacuum
```
- Clean selected zone two times
- Clean selected spot two times
```yaml
service: dreame_vacuum.vacuum_clean_spot
data:
Expand All @@ -200,7 +200,7 @@ Start selected spot cleaning with optional customized cleaning parameters.
entity_id: vacuum.vacuum
```

- Clean first zone two times second zone three times
- Clean first spot two times second spot three times
```yaml
service: dreame_vacuum.vacuum_clean_spot
data:
Expand Down Expand Up @@ -351,11 +351,11 @@ Send command service can be used to send raw api requests that are not available
service: vacuum.send_command
data:
entity_id: vacuum.vacuum
command: "action"
command: action
params:
did: "15.1"
siid: 15
aaid: 1
aiid: 1
in: []
```

Expand All @@ -364,7 +364,7 @@ Send command service can be used to send raw api requests that are not available
service: vacuum.send_command
data:
entity_id: vacuum.vacuum
command: "set_properties"
command: set_properties
params:
- did: "4.29"
siid: 4
Expand Down
6 changes: 4 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=green)](https://github.com/Tasshack/dreame-vacuum/releases/latest)
[![version](https://img.shields.io/github/manifest-json/v/Tasshack/dreame-vacuum?filename=custom_components%2Fdreame_vacuum%2Fmanifest.json&color=slateblue)](https://github.com/Tasshack/dreame-vacuum/releases/latest)
![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)
[![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)
[![Ko-Fi](https://img.shields.io/static/v1.svg?label=%20&message=Ko-Fi&color=F16061&logo=ko-fi&logoColor=white)](https://www.ko-fi.com/Tasshack)
[![PayPal.Me](https://img.shields.io/static/v1.svg?label=%20&message=PayPal.Me&logo=paypal)](https://paypal.me/Tasshackk)

![dreame Logo](https://cdn.shopify.com/s/files/1/0302/5276/1220/files/rsz_logo_-01_400x_2ecfe8c0-2756-4bd1-a3f4-593b1f73e335_284x.jpg "dreame Logo")
![Dreame Logo](https://raw.githubusercontent.com/Tasshack/dreame-vacuum/dev/docs/media/logo.png "Dreame")

# Dreame vacuum integration for Home Assistant

Expand Down

0 comments on commit c80f28b

Please sign in to comment.