Paulus Schoutsen
300cfcc424
Merge pull request #19 from Piratonym/device_tracker-arpflags
...
device_tracker/openwrt: Check flags in ARP table for NUD_REACHABLE.
2015-01-06 19:49:38 -08:00
Karsten Nerdinger
2c5886f6d4
Fix warnings from flake8 and pylint
2015-01-07 03:57:06 +01:00
Karsten Nerdinger
fc33273464
Check flags in ARP table for NUD_REACHABLE before assuming a device is online. Fixes #18 .
2015-01-07 03:36:39 +01:00
Paulus Schoutsen
cbbda2db55
Pull in PyWemo bugfixes
2015-01-06 07:49:49 -08:00
Paulus Schoutsen
6943a3bc14
Add a Nest specific card to frontend
2015-01-06 00:11:03 -08:00
Paulus Schoutsen
8f3a3f89a7
Refactor nest component into thermostat component
2015-01-06 00:10:33 -08:00
Paulus Schoutsen
68b712adfd
Merge branch 'dev' into component-thermostat
...
* dev:
Extracted a base HA device from ToggleDevice
2015-01-05 23:07:17 -08:00
Paulus Schoutsen
24be24c58b
Extracted a base HA device from ToggleDevice
2015-01-05 23:02:41 -08:00
Paulus Schoutsen
db7004fdee
Merge remote-tracking branch 'stefano/dev' into component-thermostat
...
* stefano/dev:
Added "Nest" thermostat component.
2015-01-05 21:44:22 -08:00
Paulus Schoutsen
b10b75b7fe
Reorganized frontend files
2015-01-05 21:41:15 -08:00
Paulus Schoutsen
ed3bbd98cc
Remove unsupported specifying hosts for wemo
2015-01-05 21:35:22 -08:00
Paulus Schoutsen
ed1f434a61
Updated docker container instructions
2015-01-05 21:02:43 -08:00
Paulus Schoutsen
b90826c267
Better handling of subsequent throttle calls
2015-01-05 20:50:34 -08:00
Paulus Schoutsen
1b0143341c
Update pywemo to latest version
2015-01-05 20:23:48 -08:00
sfiorini
b1a93ffc21
Added "Nest" thermostat component.
2015-01-05 19:11:02 -06:00
Paulus Schoutsen
b63784a4e6
Updated pywemo to latest version
2015-01-05 00:43:37 -08:00
Paulus Schoutsen
3894dec274
Default notify message title is now Home Assistant
2015-01-04 14:20:16 -08:00
Paulus Schoutsen
635876c94d
Work around a bug in pylint
2015-01-04 01:34:48 -08:00
Paulus Schoutsen
490543093d
Simple_alarm component notifies user on alarm
2015-01-04 01:24:25 -08:00
Paulus Schoutsen
4fec2dcb28
Add notification component and PushBullet platform
2015-01-04 01:14:18 -08:00
Paulus Schoutsen
a6ec071244
ps: dialogs on small screens only take needed height
2015-01-03 09:52:47 -08:00
Paulus Schoutsen
f64e84d087
State.last_changed only changes if state changes
...
No longer affected if just the attributes get updated.
2015-01-02 08:48:20 -08:00
Paulus Schoutsen
1ebaf7fd36
Tweaked the default 'more info' component text
2015-01-02 08:47:11 -08:00
Paulus Schoutsen
67d62a1723
New compiled version of frontend
2015-01-01 22:06:55 -08:00
Paulus Schoutsen
edb01b6bb4
Moved dialog logic to base class.
2015-01-01 22:06:39 -08:00
Paulus Schoutsen
5e9303dbf2
Create cards and more-info elements dynamically
2015-01-01 22:02:28 -08:00
Paulus Schoutsen
a0a1573dc9
More info for sun domain added
2015-01-01 21:02:30 -08:00
Paulus Schoutsen
debca88a0d
All custom groups in 1 section instead of each their own
2015-01-01 20:03:24 -08:00
Paulus Schoutsen
dec12be52e
Add more-info card for group domain
2015-01-01 19:42:20 -08:00
Paulus Schoutsen
85f5df55e9
frontend more-info-light: tweaks & cleanup
2014-12-30 18:37:33 -08:00
Paulus Schoutsen
fee51d604d
demo comp: preserve color when turning on light that's on
2014-12-30 18:36:55 -08:00
Paulus Schoutsen
d506d0f424
Demo component now supports brightness/color for lights
2014-12-30 08:41:42 -08:00
Paulus Schoutsen
4dcaf12fa7
Added option to select light colors
2014-12-29 23:54:55 -08:00
Paulus Schoutsen
cfeb1f1538
Now able to change brightness of lights from more info dialog
2014-12-29 23:40:27 -08:00
Paulus Schoutsen
973525da6d
Do not pollute template refs with ambigious names
2014-12-29 22:49:11 -08:00
Paulus Schoutsen
d5737aafce
Frontend: Clicking a card opens more info screen
2014-12-29 22:47:29 -08:00
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