mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
ec141671e8
commit
b64ba0dfb6
@ -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: <your_key_here>
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user