hass-core/homeassistant/components/sensor
James Cole cda821e649 Update __init__.py
Updated to fix the following error when loading sensors:

"home-assistant/homeassistant/components/sensor/__init__.py", line 87, in setup
    hass.track_time_change(update_sensor_states, seconds=range(0, 60, 3))
TypeError: track_time_change() got an unexpected keyword argument 'seconds'"

the named parameter was using seconds instead of second
2015-02-28 03:53:07 +11:00
..
__init__.py Update __init__.py 2015-02-28 03:53:07 +11:00
wink.py Disable pylint unused-argument check 2015-01-19 23:40:51 -08:00