mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Configuration example tweaks
This commit is contained in:
parent
3ebfc0e917
commit
28059bda7f
@ -1,21 +1,21 @@
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
# Location required to calculate the time the sun rises and sets
|
# Location required to calculate the time the sun rises and sets
|
||||||
latitude: '32.87336'
|
latitude: 32.87336
|
||||||
longitude: '-117.22743'
|
longitude: 117.22743
|
||||||
|
|
||||||
http:
|
http:
|
||||||
api_password: mypass
|
api_password: mypass
|
||||||
# Set to 1 to load each Polymer component separately
|
# Set to 1 to enable development mode
|
||||||
# development: 1
|
# development: 1
|
||||||
|
|
||||||
#light:
|
light:
|
||||||
# platform: hue
|
# platform: hue
|
||||||
|
|
||||||
#wink:
|
wink:
|
||||||
# Get your token at https://winkbearertoken.appspot.com
|
# Get your token at https://winkbearertoken.appspot.com
|
||||||
# access_token: 'YOUR_TOKEN'
|
access_token: 'YOUR_TOKEN'
|
||||||
|
|
||||||
#device_tracker:
|
device_tracker:
|
||||||
# The following types are available: netgear, tomato, luci, nmap_tracker
|
# The following types are available: netgear, tomato, luci, nmap_tracker
|
||||||
platform: netgear
|
platform: netgear
|
||||||
host: 192.168.1.1
|
host: 192.168.1.1
|
||||||
@ -27,11 +27,12 @@ http:
|
|||||||
# hosts: 192.168.1.1/24 # netmask prefix notation or
|
# hosts: 192.168.1.1/24 # netmask prefix notation or
|
||||||
# hosts: 192.168.1.1-255 # address range
|
# hosts: 192.168.1.1-255 # address range
|
||||||
|
|
||||||
#chromecast:
|
chromecast:
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
platform: wemo
|
platform: wemo
|
||||||
|
|
||||||
#thermostat:
|
thermostat:
|
||||||
platform: nest
|
platform: nest
|
||||||
# Required: username and password that are used to login to the Nest thermostat.
|
# Required: username and password that are used to login to the Nest thermostat.
|
||||||
username: myemail@mydomain.com
|
username: myemail@mydomain.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user