update readme

This commit is contained in:
Andre Basche 2023-04-19 20:40:31 +02:00
parent b723744948
commit 2c6def8f57
2 changed files with 2 additions and 4 deletions

View file

@ -172,13 +172,12 @@ I moved the api related stuff into the package [pyhOn](https://github.com/Andre0
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| Start Program | `mdi:power-cycle` | `button` | `startProgram` | | Oven | `mdi:toaster-oven` | `switch` | `startProgram` / `stopProgram` |
| Stop Program | `mdi:power-off` | `button` | `stopProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| Delay time | `mdi:timer-plus` | `number` | `startProgram.delayTime` | | 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 | | `select` | `startProgram.program` |
| Program Duration | `mdi:timelapse` | `number` | `startProgram.prTime` | | Program Duration | `mdi:timelapse` | `number` | `startProgram.prTime` |
| Target Temperature | `mdi:thermometer` | `number` | `startProgram.tempSel` | | Target Temperature | `mdi:thermometer` | `number` | `startProgram.tempSel` |

View file

@ -8,5 +8,4 @@
"issue_tracker": "https://github.com/Andre0512/hon/issues", "issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": ["pyhOn==0.8.1"], "requirements": ["pyhOn==0.8.1"],
"version": "0.6.1" "version": "0.6.1"
} }