From b07c369787ddbbb3f3ce2430403afb2fbec3178d Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Wed, 2 Oct 2019 22:05:11 +0200 Subject: [PATCH] Clarify lifx_cloud usage (#10568) --- source/_integrations/lifx_cloud.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/lifx_cloud.markdown b/source/_integrations/lifx_cloud.markdown index ecaac20a6a7..97d8b109e14 100644 --- a/source/_integrations/lifx_cloud.markdown +++ b/source/_integrations/lifx_cloud.markdown @@ -16,6 +16,13 @@ scene: token: YOUR_LIFX_TOKEN ``` +You can then activate each scene with its name from the smartphone app: + +```yaml + - service: scene.turn_on + entity_id: scene.goodnight +``` + {% configuration %} token: description: The API token for your LIFX Cloud account. @@ -32,7 +39,7 @@ timeout: You create your API token on the LIFX website: 1. Sign in to the [LIFX Cloud](https://cloud.lifx.com/) -2. Click on your e-mail address and select _Settings_ +2. Click on your e-mail address and select _Personal Access Tokens_ 3. Now click _Generate New Token_ 4. Enter a meaningful label, such as 'Home Assistant' 5. Click _Generate_