Everytime I change something in that yaml file, it seems like everything stops working until I make seemingly unrelated changes then things start working again, until the next change. It’s getting frustrating. What I seem to have found is that when I restart my hass service if it immediately returns, I have a problem. Also, when I have a problem, the web page starts asking me for a password instead of bringing me straight into the dashboard. Today what I tried to do was create two groups. The first group went ok, the second group didn’t go so well. I have tried taking the second group out, no good, taking out the first group, no good, moving the groups to the end, no good. Can someone please take a look at my yaml file below and help me understand what I am doing wrong? I’m hoping it’s something conceptual that I’m just not getting that once someone can explain it to me, the light bulb will come on (pardon the pun) and life will be good.
Thanks
(hass) hass@hass:~/.homeassistant$ cat configuration.yaml
homeassistant:
Name of the location where Home Assistant is running
name: Home
Location required to calculate the time the sun rises and sets
latitude: 35.1364
longitude: -89.7726
Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 104
metric for Metric, imperial for Imperial
unit_system: imperial
Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/Chicago
Show links to resources in log and frontend
introduction:
Enables the frontend
frontend:
http:
Uncomment this to add a password (recommended!)
api_password: PASSWORD
Checks for available updates
updater:
Discover some devices automatically
discovery:
Allows you to issue voice commands from the frontend in enabled browsers
conversation:
Enables support for tracking state changes over time.
history:
View all events in a logbook
logbook:
Track the sun
sun:
Weather Prediction
sensor:
platform: yr
#nest
nest:
username: xxxxxxxxxxxxxx
password: xxxxxxxx
climate:
platform: nest
#lights
light:
- platform: hue
host: 192.168.2.107 - platform: osramlightify
host: 192.168.2.142
#hue emulator
emulated_hue:
host_ip: 192.168.2.107
listen_port: 8300
off_maps_to_on_domains:
- script
- scene
expose_by_default: true
exposed_domains:
- light
#wink
wink:
access_token: yyyyyyyyyyyyyyyyyy
ios:
device_tracker:
-
platform: icloud
username: xxxxxxx
password:yyyyyyy -
platform: nmap_tracker
hosts:- 192.168.2.120
- 192.168.2.121
- 192.168.2.122
- 192.168.2.124
#groups
group:
- OfficeFan:
- light.a19_w_60_01
- light.a19_w_60_02
- light.a19_w_60_03
- light.a19_w_60_04
(hass) hass@hass:~/.homeassistant$