mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update docstring
This commit is contained in:
parent
ad99bd6a41
commit
6a54ccb6b4
@ -1,8 +1,22 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.wink
|
homeassistant.components.wink
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Connects to a Wink hub and loads relevant components to control its devices.
|
Connects to a Wink hub and loads relevant components to control its devices.
|
||||||
|
|
||||||
|
Configuration:
|
||||||
|
|
||||||
|
To use the Wink component you will need to add something like the following
|
||||||
|
to your configuration.yaml file.
|
||||||
|
|
||||||
|
wink:
|
||||||
|
access_token: YOUR_ACCESS_TOKEN
|
||||||
|
|
||||||
|
Variables:
|
||||||
|
|
||||||
|
access_token
|
||||||
|
*Required
|
||||||
|
Please check https://home-assistant.io/components/wink.html for further
|
||||||
|
details.
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user