mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update some scene config variables (#6604)
scene.lifx_cloud scene.hunterdouglas_powerview
This commit is contained in:
parent
c34762430e
commit
ee99916d09
@ -23,6 +23,9 @@ scene:
|
|||||||
address: IP_ADDRESS
|
address: IP_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
address:
|
||||||
- **address** (*Required*): IP address of the PowerView Hub, eg. 192.168.1.10.
|
description: IP address of the PowerView Hub, eg. 192.168.1.10.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
@ -21,10 +21,17 @@ scene:
|
|||||||
token: YOUR_LIFX_TOKEN
|
token: YOUR_LIFX_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
token:
|
||||||
- **token** (*Required*): The API token for your LIFX Cloud account.
|
description: The API token for your LIFX Cloud account.
|
||||||
- **timeout** (*Optional*): Network timeout in seconds (defaults to 10).
|
required: true
|
||||||
|
type: string
|
||||||
|
timeout:
|
||||||
|
description: Network timeout in seconds.
|
||||||
|
required: false
|
||||||
|
default: 10
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Getting an API token
|
### Getting an API token
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user