Gustav Ahlberg
b0b62d5db0
Fixed some lint errors
2014-12-29 01:18:02 +01:00
Gustav Ahlberg
03e30ea5ed
SunEventListener documentation
2014-12-28 14:56:50 +01:00
Gustav Ahlberg
99b1cbf9b5
Merge remote-tracking branch 'upstream/master' into scheduler
...
* upstream/master: (60 commits)
StateMachine is now case insensitive for entity ids
Added an example component that does the bare minimum
State card rendering now way more flexible
Update README.md
Update documentation for example component
Add link to demo in README
Add code to mock API for demo on home-assistant.io
Moved documentation from GitHub source to home-assistant.io
Make nmap mac regex more flexible to play nice with OS X
Frontend: color switch icons yellow if on
New strategy for defining number of used threads
WeMo component exposes Insight info if available
Only turn off the specified lights
Fix default light and device group IDs
Add nmap_tracker documentation
Fix typo and default groups
Specify devices for trigger
nmap-based device tracking plugin
Make block_till_stopped test more flexible
Fix PyLint
...
2014-12-28 14:49:28 +01:00
Gustav Ahlberg
b1cc760bd1
TimeEventListener uses ServiceEventListener
2014-12-28 11:38:57 +01:00
Gustav Ahlberg
83320681f0
SunriseEventListener and SunsetEventListner
2014-12-28 11:37:37 +01:00
Gustav Ahlberg
c436b33da9
added seconds to timeEventListener
2014-12-28 11:29:26 +01:00
Paulus Schoutsen
89a548252a
StateMachine is now case insensitive for entity ids
2014-12-26 23:26:39 -08:00
Paulus Schoutsen
df3ddea23c
Added an example component that does the bare minimum
2014-12-26 22:58:58 -08:00
Paulus Schoutsen
029c38874b
State card rendering now way more flexible
...
Decoupled state card into reusable components. Now able to have
different states be rendered with different state card components.
2014-12-23 21:12:42 -08:00
Paulus Schoutsen
5f7a9d9918
Update README.md
2014-12-21 23:42:21 -08:00
Paulus Schoutsen
da4ab542a7
Update documentation for example component
2014-12-21 22:21:32 -08:00
Paulus Schoutsen
0cfae7245b
Add link to demo in README
2014-12-21 22:20:17 -08:00
Paulus Schoutsen
249d4d7062
Add code to mock API for demo on home-assistant.io
2014-12-21 15:07:01 -08:00
Paulus Schoutsen
e3961b7532
Moved documentation from GitHub source to home-assistant.io
2014-12-21 15:06:17 -08:00
Paulus Schoutsen
47e6290609
Make nmap mac regex more flexible to play nice with OS X
2014-12-19 15:42:34 -08:00
Paulus Schoutsen
47adae7917
Frontend: color switch icons yellow if on
2014-12-16 22:04:01 -08:00
Paulus Schoutsen
970014588a
New strategy for defining number of used threads
...
Number of worker threads is 2 + 1 for each component that polls devices.
2014-12-16 21:46:02 -08:00
Paulus Schoutsen
528cd8ee48
WeMo component exposes Insight info if available
2014-12-15 19:14:31 -08:00
Paulus Schoutsen
7a9898fbd2
Merge remote-tracking branch 'origin/master' into dev
2014-12-15 18:57:53 -08:00
Paulus Schoutsen
c18bb7dcad
Merge pull request #15 from trainman419/multi_room
...
Add support to device_sun_light_trigger to target specific device groups.
2014-12-15 18:57:12 -08:00
Paulus Schoutsen
bacad3b60e
Merge pull request #14 from trainman419/nmap_tracker
...
nmap based device tracking plugin
2014-12-15 11:34:31 -08:00
trainman419
1c1d075c12
Only turn off the specified lights
2014-12-15 11:29:48 -08:00
trainman419
69a616a0ba
Fix default light and device group IDs
2014-12-15 11:29:22 -08:00
trainman419
a49c839514
Add nmap_tracker documentation
2014-12-15 11:22:10 -08:00
trainman419
18396d2ee5
Fix typo and default groups
2014-12-15 00:49:56 -08:00
trainman419
cec5ca8ba2
Specify devices for trigger
2014-12-15 00:14:10 -08:00
trainman419
4495812b84
nmap-based device tracking plugin
2014-12-14 23:28:12 -08:00
Paulus Schoutsen
a54e6af24a
Make block_till_stopped test more flexible
2014-12-14 19:59:52 -08:00
Paulus Schoutsen
bea7634b47
Fix PyLint
2014-12-14 19:59:37 -08:00
Paulus Schoutsen
344ce6ee4d
Define number of worker threads based on cpu count
2014-12-14 18:28:11 -08:00
Paulus Schoutsen
4e4e6b1133
Upgrade to Polymer 0.5.2
2014-12-14 00:45:29 -08:00
Paulus Schoutsen
5e8673fc4a
API Call Service returns states changed
2014-12-14 00:35:16 -08:00
Paulus Schoutsen
b091e9c31c
Added TrackStates context manager
2014-12-14 00:32:20 -08:00
Paulus Schoutsen
dfa1e1c586
Fix Chromecast tests
2014-12-13 22:49:49 -08:00
Paulus Schoutsen
78d5625ace
Calling a service can now block till execution is done
2014-12-13 22:40:00 -08:00
Paulus Schoutsen
f8223053bd
Style fixes in home-assistant-api.html
2014-12-13 22:29:05 -08:00
Paulus Schoutsen
e2b434b24e
Log file now also contains warnings
2014-12-12 08:15:34 -08:00
Paulus Schoutsen
7c404a0551
device_tracker - No longer keep writing same new devices to known_devices.csv
2014-12-12 07:32:50 -08:00
Paulus Schoutsen
81be3811dc
Only save the valid entities in the group entity_ids attribute
2014-12-12 07:21:25 -08:00
Paulus Schoutsen
40cde1f836
Merge pull request #12 from jd/jd/typo
...
Fix typo in doc
2014-12-12 07:04:48 -08:00
Julien Danjou
36cb12cd15
Fix typo in doc
2014-12-12 11:40:20 +01:00
Paulus Schoutsen
df3521e706
Group component is more flexible when to setup a group
2014-12-11 17:31:01 -08:00
Paulus Schoutsen
ea1e4108cc
Auth header for API is now prefixed with X- to follow spec
2014-12-09 00:34:36 -08:00
Paulus Schoutsen
756425f7b4
Added frontend icon for simple_alarm
2014-12-09 00:29:07 -08:00
Paulus Schoutsen
00e1ecb5ad
Fix: simple_alarm will now report if proper initialized
2014-12-09 00:14:12 -08:00
Paulus Schoutsen
4e1b094449
Simple_alarm will only show known_alarm if that light is already on
2014-12-09 00:06:55 -08:00
Paulus Schoutsen
dd55d6c7f9
Added a simple_alarm component
2014-12-08 23:47:20 -08:00
Paulus Schoutsen
6044742cee
Fix: Hue lights will not flash anymore on next turn on call after having flashed
2014-12-08 23:41:52 -08:00
Paulus Schoutsen
99447eaa17
Light component now supports sending flash command
2014-12-08 23:02:38 -08:00
Paulus Schoutsen
e7dff308ef
Updated example component with more examples
2014-12-08 22:06:57 -08:00