From 2c6def8f5737c089f606f3834ccc0fda4a894675 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 19 Apr 2023 20:40:31 +0200 Subject: [PATCH] update readme --- README.md | 5 ++--- custom_components/hon/manifest.json | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 725f565..92d4e2c 100644 --- a/README.md +++ b/README.md @@ -172,13 +172,12 @@ I moved the api related stuff into the package [pyhOn](https://github.com/Andre0 #### Controls | Name | Icon | Entity | Key | | --- | --- | --- | --- | -| Start Program | `mdi:power-cycle` | `button` | `startProgram` | -| Stop Program | `mdi:power-off` | `button` | `stopProgram` | +| Oven | `mdi:toaster-oven` | `switch` | `startProgram` / `stopProgram` | #### Configs | Name | Icon | Entity | Key | | --- | --- | --- | --- | | Delay time | `mdi:timer-plus` | `number` | `startProgram.delayTime` | -| Preheat | | `select` | `startProgram.preheatStatus` | +| Preheat | `mdi:thermometer-chevron-up` | `switch` | `startProgram.preheatStatus` | | Program | | `select` | `startProgram.program` | | Program Duration | `mdi:timelapse` | `number` | `startProgram.prTime` | | Target Temperature | `mdi:thermometer` | `number` | `startProgram.tempSel` | diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 61b939a..7375099 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -8,5 +8,4 @@ "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": ["pyhOn==0.8.1"], "version": "0.6.1" - }