Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #151

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ This is the controller or master object and manages a collection of zones. There
| `all_zones_config` | object | _[All Zones Object](#52-all-zone-objects)_ | Shorthand default for all zones |
| `check_back` | object | | See _[Check Back Object](#510-check-back-object)_ |
| `queue_manual` | bool | false | Manual runs should be queued or run immediately |
| `more` | object | | See _[More Object](#511-more-object)_ |
| `more` | object | | See _[User Object](#511-user-object)_ |

### 5.2. All Zone Objects

Expand All @@ -240,7 +240,7 @@ This object is useful when the same settings are required for each zone. It is s
| `allow_manual` | bool | false | Allow manual run even when disabled |
| `show` | object | | See _[Zone Show Object](#54-zone-show-object)_ |
| `check_back` | object | | See _[Check Back Object](#510-check-back-object)_ |
| `more` | object | | See _[More Object](#511-more-object)_ |
| `more` | object | | See _[User Object](#511-user-object)_ |

### 5.3. Zone Objects

Expand All @@ -260,7 +260,7 @@ The zone object manages a collection of schedules. There must be at least one zo
| `entity_id` | [switch_entity](#143-switch-entities) | | Switch entity_id(s) for example `switch.my_zone_valve_1` |
| `show` | object | | See _[Zone Show Object](#54-zone-show-object)_ |
| `check_back` | object | | See _[Check Back Object](#510-check-back-object)_ |
| `more` | object | | See _[More Object](#511-more-object)_ |
| `more` | object | | See _[User Object](#511-user-object)_ |

### 5.4. Zone Show Object

Expand Down