Skip to content

Commit

Permalink
Documentation fixes (#47, #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Sep 1, 2023
1 parent 9d44f42 commit 6b5b5b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 6 additions & 3 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ home-climate-control:
- address: air-bedroom-kids
- address: air-family-room
switches:
- address: switch-heatpump-mode
- address: switch-heatpump-running
- address: switch-heatpump-fan
- id: switch-heatpump-mode
address: /esphome/board-MAC/switch-heatpump-mode
- id: switch-heatpump-running
address: /esphome/board-MAC/switch-heatpump-running
- id: switch-heatpump-fan
address: /esphome/board-MAC/switch-heatpump-fan
zones:
- id: bedroom-master
name: Master Bedroom
Expand Down
11 changes: 5 additions & 6 deletions docs/configuration/sensors-and-switches.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ If no `measurement` is provided in the configuration, the default measurement of
Same as above, but with more attributes:
```yaml
switches:
id: zw096-blue
address: zwave/Workshop/ZW096-blue
reversed: <boolean flag>
heartbeat: <Duration>
pace: <Duration>
- id: zw096-blue
address: zwave/Workshop/ZW096-blue
reversed: <boolean flag>
heartbeat: <Duration>
pace: <Duration>
```

#### reversed
Expand Down

0 comments on commit 6b5b5b7

Please sign in to comment.