nkgilley@gmail.com
|
80e829f53a
|
was getting errors for NETWORK being None. looked like it was being loaded too early, so this will wait until it's ready
|
2015-11-23 11:52:02 -05:00 |
nkgilley@gmail.com
|
27bc4c582b
|
update network data before sensor setup.
|
2015-11-23 11:40:54 -05:00 |
nkgilley@gmail.com
|
cc196d9888
|
fixed sensors and thermostat. discovery working for both now.
|
2015-11-23 11:15:19 -05:00 |
nkgilley@gmail.com
|
8dc0de1d05
|
move EcobeeData class and Throttle to the main ecobee component, this way the sensor and thermostat will use the same throttled updating object.
|
2015-11-21 12:24:06 -05:00 |
nkgilley@gmail.com
|
44abc31057
|
work in progress: configurator is now in it's own component. configurator seems to work but the thermostat is now broken.
|
2015-11-20 17:47:25 -05:00 |
nkgilley@gmail.com
|
d05af62680
|
use Throttle like the BitCoin component.
|
2015-11-18 14:57:27 -05:00 |
nkgilley@gmail.com
|
8df32aac3c
|
point to updated python-ecobee library
|
2015-11-18 10:43:52 -05:00 |
nkgilley@gmail.com
|
18d0f4461f
|
add config png to images dir.
|
2015-11-18 10:16:16 -05:00 |
nkgilley@gmail.com
|
c6d1a4bdaf
|
Fix configurator, rename repo, cleanup code.
|
2015-11-18 10:13:46 -05:00 |
Nolan Gilley
|
22fcbc67cf
|
fix req
|
2015-11-17 19:20:56 -05:00 |
Nolan Gilley
|
e317e0798b
|
initial commit for ecobee thermostat component.
|
2015-11-17 19:14:29 -05:00 |
Paulus Schoutsen
|
8be53af78f
|
Convert README to RST format
|
2015-11-16 22:02:35 -08:00 |
Paulus Schoutsen
|
573dfb648f
|
Version bump to 0.9.0.dev0
|
2015-11-16 00:03:37 -08:00 |
Paulus Schoutsen
|
5fb6076f6e
|
Version bump to 0.8.0
|
2015-11-16 00:03:00 -08:00 |
Fabian Affolter
|
4ea6def1bd
|
Update docstrings and link to docs
|
2015-11-16 07:53:31 +01:00 |
Paulus Schoutsen
|
314185ffb8
|
Merge pull request #629 from rmkraus/dev
Adding updater to default list of components
|
2015-11-15 17:30:15 -08:00 |
Ryan Kraus
|
8aafb89a64
|
Merge remote-tracking branch 'balloob/dev' into dev
|
2015-11-15 20:04:21 -05:00 |
Ryan Kraus
|
d01ed9788f
|
Added updater to set of default components
|
2015-11-15 20:03:45 -05:00 |
Paulus Schoutsen
|
b4e2f4f0be
|
Merge pull request #625 from balloob/enhancement_pushbullet
Enhancement: targeted notifications in pushbullet
|
2015-11-15 16:41:18 -08:00 |
Tom Duijf
|
f4d8325084
|
Pushbullet; code cleanup & better errors on config typos
|
2015-11-16 00:29:04 +00:00 |
Tom Duijf
|
cc5dec3c59
|
Processed feedback from PR comments
|
2015-11-15 23:46:16 +00:00 |
Ryan Kraus
|
ec5a93a0fd
|
Merge remote-tracking branch 'balloob/dev' into dev
|
2015-11-15 18:16:49 -05:00 |
Paulus Schoutsen
|
aabda1b7b0
|
Merge pull request #628 from rmkraus/dev
Small tweaks to daemon management.
|
2015-11-15 14:46:58 -08:00 |
Tom Duijf
|
aee4411cfb
|
<type>.<name> split only on first separator
|
2015-11-15 22:44:51 +00:00 |
Ryan Kraus
|
135eb0a0ac
|
Fixed hass daemon management
1) Changed signal to exit hass to SIGTERM
2) Updated initd script to send SIGTERM
3) Updated systemd script to never send SIGKILL.
|
2015-11-15 17:43:38 -05:00 |
Ryan Kraus
|
01daac066a
|
Merge remote-tracking branch 'balloob/dev' into dev
|
2015-11-15 17:37:57 -05:00 |
Ryan Kraus
|
5d96ca133d
|
Merge pull request #627 from rmkraus/update_notify
Updater component
|
2015-11-15 17:36:55 -05:00 |
Ryan Kraus
|
3cda1aacff
|
Fixed typo in updater entity attributes.
Left some quotes in there. My bad.
|
2015-11-15 17:34:06 -05:00 |
Ryan Kraus
|
243130c133
|
Using ATTR_FRIENDLY_NAME in updater component.
|
2015-11-15 17:32:05 -05:00 |
Paulus Schoutsen
|
0d74b628b0
|
Merge pull request #623 from balloob/lib-clean-on-upgrade
Lib clean on upgrade
|
2015-11-15 14:30:51 -08:00 |
Ryan Kraus
|
c314101dde
|
Updater suggestions from Paulus
1) Moved error checking into get_newest_version function.
2) Fixed import formatting mistake.
|
2015-11-15 17:30:42 -05:00 |
Paulus Schoutsen
|
0f68dc6b7b
|
Add tests for version upgrade
|
2015-11-15 14:28:50 -08:00 |
Ryan Kraus
|
919c20a263
|
Implemented suggestions from Paulus for updater
1) Better Error handling when making PyPI requests.
2) More efficient event scheduling.
3) ENTITY_ID in constant
3) friendly_name from constant
|
2015-11-15 17:23:56 -05:00 |
Ryan Kraus
|
9b5385c565
|
Merge remote-tracking branch 'balloob/dev' into update_notify
Conflicts:
homeassistant/components/frontend/version.py
homeassistant/components/frontend/www_static/frontend.html
|
2015-11-15 17:00:35 -05:00 |
Ryan Kraus
|
7dacf01baa
|
Updating fronted to latest version.
|
2015-11-15 16:56:33 -05:00 |
Tom Duijf
|
9b4650afd4
|
Added comments
|
2015-11-15 20:49:42 +00:00 |
Tom Duijf
|
0b0fd2490d
|
Pushbullet; styling, requirements, example
|
2015-11-15 19:14:10 +00:00 |
Tom Duijf
|
3a85bebbf6
|
pushbullet; styling and minor fixed before PR
|
2015-11-15 18:57:16 +00:00 |
Paulus Schoutsen
|
18f1de10a5
|
Merge pull request #624 from leoc/feature-zwave-meter-sensor
Add Zwave `meter` command class
|
2015-11-15 10:16:57 -08:00 |
Paulus Schoutsen
|
869d6df65e
|
Merge pull request #618 from nkgilley/camera-fix
add exception handling to generic camera requests function.
|
2015-11-15 10:02:20 -08:00 |
Tom Duijf
|
0a586bd919
|
Initial commit of pushbullet enhancement
|
2015-11-15 17:50:36 +00:00 |
Fabian Affolter
|
a98b1b0ebc
|
Update link to docs
|
2015-11-15 18:50:06 +01:00 |
Paulus Schoutsen
|
511028612c
|
Merge pull request #593 from leoc/feature-zwave-switches
Implement zwave switches
|
2015-11-15 09:30:06 -08:00 |
Paulus Schoutsen
|
e3efce5ded
|
Merge pull request #622 from happyleavesaoc/s20
s20 switch support
|
2015-11-15 09:28:40 -08:00 |
Arthur Andersen
|
340ee171b5
|
[Zwave] Add zwave polling interval configuration
|
2015-11-15 17:50:14 +01:00 |
Arthur Andersen
|
773da3f755
|
[Zwave] Add Meter command class
|
2015-11-15 17:50:11 +01:00 |
happyleaves
|
12bdc39274
|
don't update state in turn_on/off
|
2015-11-15 08:59:18 -05:00 |
Paulus Schoutsen
|
700b7ba591
|
Remove unused import in notify
|
2015-11-15 02:20:35 -08:00 |
Paulus Schoutsen
|
295f27d259
|
Only delete lib dir in config upgrade if exists
|
2015-11-15 02:16:52 -08:00 |
Ryan Kraus
|
4463b69245
|
Added friendly name to updater component.
|
2015-11-15 05:15:36 -05:00 |