update readme
This commit is contained in:
parent
b723744948
commit
2c6def8f57
2 changed files with 2 additions and 4 deletions
|
@ -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` |
|
||||
|
|
|
@ -8,5 +8,4 @@
|
|||
"issue_tracker": "https://github.com/Andre0512/hon/issues",
|
||||
"requirements": ["pyhOn==0.8.1"],
|
||||
"version": "0.6.1"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue