jamespcole
fceac45ddd
Updated vera switch and sensor to the new architecture
2015-03-07 12:59:13 +11:00
jamespcole
ba58c080e3
removed old config example to fix merge conflict
2015-03-07 12:36:08 +11:00
Paulus Schoutsen
3e15742875
Move device ABCs to separate helper file
2015-03-05 23:18:22 -08:00
Paulus Schoutsen
663735542b
Refactor tellstick_sensor to a sensor platform
2015-03-03 22:19:29 -08:00
jamespcole
8dfc91a502
Added vera components and added __pycache__ to gitignore
2015-03-02 22:05:03 +11:00
jamespcole
3449b3d1d7
vera device types
2015-03-02 21:09:00 +11:00
Paulus Schoutsen
89100d14c8
Refactored device components
2015-03-01 01:35:58 -08:00
Paulus Schoutsen
63bf1373b7
Disable pylint import error check
2015-02-28 23:02:26 -08:00
Paulus Schoutsen
19d243d159
ZWave Sensor values push changes to HA
2015-02-28 22:49:55 -08:00
Paulus Schoutsen
8bd803601f
Devices can now be polling or push
2015-02-28 22:33:44 -08:00
Paulus Schoutsen
fa76cb8f8c
Z-Wave sensors should work now
2015-02-28 20:27:42 -08:00
Paulus Schoutsen
1b00515899
Register to Z-Wave sensor updates
2015-02-28 20:27:42 -08:00
Paulus Schoutsen
e7b9b86c64
Get Z-Wave sensors to work with Home Assistant
2015-02-28 20:27:42 -08:00
Paulus Schoutsen
b2b82d955c
Break demo component into small demo platforms
2015-02-28 07:31:39 -08:00
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
Paulus Schoutsen
253e3eb628
Fire a time_changed event every second
2015-01-24 18:04:19 -08:00
Paulus Schoutsen
ff230cefe3
Disable pylint unused-argument check
2015-01-19 23:40:51 -08:00
Geoff Norton
a287bb5da0
Updates to resolve flake8 errors
2015-01-20 04:23:31 +00:00
Geoff Norton
a7315684c4
Reduce the threshold on the sensor changes, and rename it for easier debugging
2015-01-20 04:00:31 +00:00
Geoff Norton
80c2d81f41
Fire the sensor timer more often, and fix a typo
2015-01-20 02:58:08 +00:00
Geoff Norton
7fbd36ccad
Add a new sensor component
...
Hook up to scan sensor_pod_id's from Wink and report their status.
2015-01-20 01:16:04 +00:00