I upgraded to from .16 to .16.1 and after verifying all was well, I added the nest entries below to my config file. It looks like there is a dependency on python 2.6 and also a missing the nest module.
Any thoughts?
nest:
username: [redacted]
password: [redacted]
thermostat:
platform: nest
Errors:
16-03-31 23:05:32 homeassistant.bootstrap: Not initializing nest because could not install dependency python-nest==2.6.0
16-03-31 23:05:32 homeassistant.bootstrap: Unable to prepare setup for platform thermostat.nest because dependency nest could not be initialized
16-03-31 23:05:32 homeassistant.bootstrap: Error during setup of component nest
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py", line 105, in _setup_component
if not component.setup(hass, config):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/nest.py", line 31, in setup
import nest
ImportError: No module named 'nest'