From 6b5b5b78cdc1f792c03c735696c0499095fcc209 Mon Sep 17 00:00:00 2001 From: Vadim Tkachenko Date: Fri, 1 Sep 2023 01:45:13 -0700 Subject: [PATCH] Documentation fixes (#47, #276) --- docs/configuration/index.md | 9 ++++++--- docs/configuration/sensors-and-switches.md | 11 +++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 7078faccd..f9db909a5 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -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 diff --git a/docs/configuration/sensors-and-switches.md b/docs/configuration/sensors-and-switches.md index 17cb90fe4..91d18939a 100644 --- a/docs/configuration/sensors-and-switches.md +++ b/docs/configuration/sensors-and-switches.md @@ -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: - heartbeat: - pace: - + - id: zw096-blue + address: zwave/Workshop/ZW096-blue + reversed: + heartbeat: + pace: ``` #### reversed