diff --git a/README.md b/README.md index 1a4b5f2..a800437 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/services.md b/docs/services.md index 2b6fa5a..5074c1f 100644 --- a/docs/services.md +++ b/docs/services.md @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: [] ``` @@ -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 diff --git a/info.md b/info.md index 431b266..b6b4abe 100644 --- a/info.md +++ b/info.md @@ -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