From 15a56a2cc51dae3b32ac96685b88118af9bf3d97 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Sep 2016 15:31:44 +0200 Subject: [PATCH] Mark configuration as example --- source/_components/binary_sensor.nx584.markdown | 1 + source/_components/climate.knx.markdown | 1 + source/_components/ecobee.markdown | 1 + source/_components/knx.markdown | 1 + source/_components/switch.knx.markdown | 1 + 5 files changed, 5 insertions(+) diff --git a/source/_components/binary_sensor.nx584.markdown b/source/_components/binary_sensor.nx584.markdown index e9e1ae774d9..472db890196 100644 --- a/source/_components/binary_sensor.nx584.markdown +++ b/source/_components/binary_sensor.nx584.markdown @@ -20,6 +20,7 @@ Enabling this sensor platform exposes all of your zones as binary sensors, which To enable this, add the following lines to your `configuration.yaml`: ```yaml +# Example configuration.yaml entry binary_sensor: platform: nx584 host: ADDRESS diff --git a/source/_components/climate.knx.markdown b/source/_components/climate.knx.markdown index 3e07d55a04f..2f8db8ff022 100644 --- a/source/_components/climate.knx.markdown +++ b/source/_components/climate.knx.markdown @@ -21,6 +21,7 @@ KNX thermostats use at least 2 group addresses: one for the current temperature To use your KNX thermostats in your installation, add the following to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry climate: - platform: knx name: KNX Thermostat diff --git a/source/_components/ecobee.markdown b/source/_components/ecobee.markdown index 4f95b52d63c..5caa423d5f9 100644 --- a/source/_components/ecobee.markdown +++ b/source/_components/ecobee.markdown @@ -45,6 +45,7 @@ Once you enter the PIN on the ecobee site, wait approximately 5 minutes and then To set it up, add the following information to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry ecobee: api_key: asdfghjklqwertyuiopzxcvbnm hold_temp: True diff --git a/source/_components/knx.markdown b/source/_components/knx.markdown index 9c5cfc07ea0..549c1a0f26a 100644 --- a/source/_components/knx.markdown +++ b/source/_components/knx.markdown @@ -24,6 +24,7 @@ There is currently support for the following device types within Home Assistant: A `knx` section must be present in the `configuration.yaml` file and contain the following options as required: ```yaml +# Example configuration.yaml entry knx: host: IP_ADDRESS port: PORT diff --git a/source/_components/switch.knx.markdown b/source/_components/switch.knx.markdown index 84b10028f35..2591f5d0af1 100644 --- a/source/_components/switch.knx.markdown +++ b/source/_components/switch.knx.markdown @@ -19,6 +19,7 @@ The `knx` switch component is used as in interface to switching actuators. To use your KNX switch in your installation, add the following to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry switch: - platform: knx name: KNX Switch