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
This commit is contained in:
dayofdoom 2018-10-15 23:46:27 -07:00 committed by Fabian Affolter
parent ec141671e8
commit b64ba0dfb6

View File

@ -21,7 +21,7 @@ To enable this platform, add the following lines to your `configuration.yaml` fi
# Example configuration.yaml entry # Example configuration.yaml entry
climate: climate:
- platform: sensibo - platform: sensibo
api_key: <your_key_here> api_key: YOUR_API_KEY
``` ```
{% configuration %} {% configuration %}
@ -45,7 +45,7 @@ done in the app and actions done by Home Assistant.
```yaml ```yaml
climate: climate:
- platform: sensibo - platform: sensibo
api_key: deadbeaf api_key: YOUR_API_KEY
id: id:
- id1 - id1
- id2 - id2