From b64ba0dfb6a918adfc2b8791f0386b8a682a5eac Mon Sep 17 00:00:00 2001 From: dayofdoom Date: Mon, 15 Oct 2018 23:46:27 -0700 Subject: [PATCH] Sensible documentation change (#6843) * Sensible documentation change I updated the sample API key in the documentation to something more beginner friendly to understand. * Align with other docs --- source/_components/climate.sensibo.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/climate.sensibo.markdown b/source/_components/climate.sensibo.markdown index 85577dcdf81..f45c818e80a 100644 --- a/source/_components/climate.sensibo.markdown +++ b/source/_components/climate.sensibo.markdown @@ -21,7 +21,7 @@ To enable this platform, add the following lines to your `configuration.yaml` fi # Example configuration.yaml entry climate: - platform: sensibo - api_key: + api_key: YOUR_API_KEY ``` {% configuration %} @@ -45,7 +45,7 @@ done in the app and actions done by Home Assistant. ```yaml climate: - platform: sensibo - api_key: deadbeaf + api_key: YOUR_API_KEY id: - id1 - id2