Jan Harkes
afe564fb3f
Move WeMo discovery into a common component
2016-02-21 22:23:00 -05:00
Paulus Schoutsen
82e11e237e
Merge pull request #1268 from flyte/tcp-component-pr
...
Add generic TCP socket component
2016-02-21 19:21:20 -08:00
Jan Harkes
4dad40fffb
Add support for WeMo LED lights.
2016-02-21 21:57:53 -05:00
Jan Harkes
368ad93eb6
Only add discovered switches instead of any WeMo device.
2016-02-21 21:57:53 -05:00
Paulus Schoutsen
92be572374
Merge pull request #1351 from tpatja/zwave_binary_sensor
...
ZWave binary sensor support
2016-02-21 13:57:06 -08:00
Paulus Schoutsen
c77266c544
Merge pull request #1357 from w1ll1am23/update_wink_for_binary_switch_fix
...
Updated wink version for binary switch fix
2016-02-21 13:50:59 -08:00
Paulus Schoutsen
aa748e3e48
Merge pull request #1358 from andythigpen/script-improvements
...
Script improvements
2016-02-21 13:49:49 -08:00
Paulus Schoutsen
3d8e9b4261
Lint fixes
2016-02-21 13:09:49 -08:00
Paulus Schoutsen
7c6dcdb082
Catch an extra error that could break util.convert
2016-02-21 11:23:16 -08:00
Paulus Schoutsen
c3bb6d32aa
Add closest template helper
2016-02-21 11:13:40 -08:00
Paulus Schoutsen
9f5f13644a
Add template multiply test
2016-02-21 11:12:37 -08:00
Paulus Schoutsen
7805d2800c
Expose current time object instead of method to retrieve (thanks @fabaff)
2016-02-21 09:32:43 -08:00
Andrew Thigpen
7dd529356a
Add toggle support for scripts.
2016-02-21 11:22:38 -06:00
Paulus Schoutsen
070cee48a8
Merge pull request #1353 from balloob/assume-state
...
Add assumed_state to Group, MQTT Switch, MQTT Light
2016-02-21 09:19:54 -08:00
Andrew Thigpen
b961b5037f
Only turn on scripts that are not currently running.
...
Prevents an errant API call from advancing a currently executing delay
step before it should.
2016-02-21 11:11:35 -06:00
William Scanlon
3da554a198
Update wink version
2016-02-21 12:01:32 -05:00
Teemu Patja
d1a4dc77d1
Disable pylint warning
2016-02-21 10:01:03 +02:00
Paulus Schoutsen
ff9568ad26
Merge pull request #1348 from LinuxChristian/dev
...
Added support for d-link W215 smart plug
2016-02-20 23:49:57 -08:00
Christian Fredborg Braedstrup
2f66528595
Added support for d-link W215 smart plug
2016-02-21 08:34:07 +01:00
Paulus Schoutsen
9ad2cf7b7a
Adjust template rounding tests
2016-02-20 21:59:16 -08:00
Paulus Schoutsen
6ac54b20c7
Add template distance helper
2016-02-20 21:58:53 -08:00
Paulus Schoutsen
6847dac582
Expose current time in templates
...
Fixes #1282
2016-02-20 20:58:01 -08:00
Paulus Schoutsen
7f81122af6
Update frontend with latest version
2016-02-20 20:46:40 -08:00
Paulus Schoutsen
1eae74be58
Add assumed_state to group
2016-02-20 19:11:02 -08:00
Paulus Schoutsen
443b39bccd
MQTT Switch to expose assumed_state if optimistic
2016-02-20 17:17:30 -08:00
Paulus Schoutsen
8f70630790
MQTT Light to expose assumed_state if optimistic
2016-02-20 17:17:22 -08:00
Teemu Patja
5053c807c0
ZWave binary sensor support
...
Treat ZWave binary sensors as binary_sensor components instead of
regular sensors.
2016-02-20 23:57:59 +02:00
Stefan Jonasson
6e7ca9505c
Removed unused import
2016-02-20 22:25:41 +01:00
Stefan Jonasson
f3c95adaca
Fixed now => utcnow
...
Fixed added time patch to unittest
2016-02-20 22:15:49 +01:00
Paulus Schoutsen
6532eae3d5
Merge pull request #1343 from balloob/random-cleanup
...
Random cleanup
2016-02-20 12:16:54 -08:00
Stefan Jonasson
ff6e071dff
added the for param to the conditions as well
2016-02-20 12:52:42 +01:00
Paulus Schoutsen
cd6d44ece3
Properly clean up Home Assistant instances in tests
2016-02-20 01:05:52 -08:00
Paulus Schoutsen
22b47ce9c6
Merge pull request #1314 from balloob/fix_own_tracks_mobile_beacon
...
Fix own tracks mobile beacon race condition
2016-02-20 00:27:07 -08:00
Paulus Schoutsen
f4e0f1d895
Update frontend
2016-02-20 00:11:07 -08:00
Paulus Schoutsen
8a1fa82205
Add sensor class to bloomsky binary_sensor
2016-02-20 00:08:02 -08:00
Paulus Schoutsen
fb9d8c79b5
Bloomsky main component to load its platforms
2016-02-19 23:22:23 -08:00
Paulus Schoutsen
f5f52010d1
Extract bloomsky binary_sensor
2016-02-19 23:21:56 -08:00
Paulus Schoutsen
1bfea626ff
Handle circular setup dependency
2016-02-19 23:20:14 -08:00
Paulus Schoutsen
4c538c718b
Clean up binary_sensor
2016-02-19 22:23:25 -08:00
Paulus Schoutsen
63a27f1943
Add discover helper method to discovery component
2016-02-19 22:23:01 -08:00
Paulus Schoutsen
70aa605396
Merge pull request #1340 from MartinHjelmare/mysensors-binary-sensor
...
Add mysensors binary sensor
2016-02-19 20:14:42 -08:00
MartinHjelmare
08aaea5444
Add mysensors binary sensor
...
* Add mysensors binary sensor.
* Add discovery platforms to binary_sensor base component.
* Replace device_state_attributes with state_attributes in
binary_sensor base class.
* Fix docstrings.
* Add discovery of binary sensor to mysensors component.
* Add child.type as argument to mysensors device_class.
* Move binary sensor types from sensor to binary_sensor module.
* Fix binary_sensor attribute tests. Use state_attributes instead of
device_state_attributes.
2016-02-20 04:28:17 +01:00
Paulus Schoutsen
2d0721abe8
Merge pull request #1338 from kk7ds/unifi-tracker
...
Add Ubiquiti Unifi device tracker
2016-02-19 18:41:01 -08:00
Paulus Schoutsen
4128d083e6
Merge pull request #1339 from MartinHjelmare/fix-mysensors-temp
...
Fix temperature unit
2016-02-19 18:18:35 -08:00
MartinHjelmare
52131a3335
Fix temperature unit
...
* Specify temperature unit according to gateway setting, to avoid
converting to Fahrenheit when already Fahrenheit.
* Fix docstrings in wrapper class.
2016-02-20 02:11:15 +01:00
Dan Smith
27f456ca70
Add Ubiquiti Unifi device tracker
...
Ubiquiti's Unifi WAP infrastructure has a central controller (like mfi and uvc)
that can be queried for client status. This adds a device_tracker module that
can report the state of any client connected to the controller.
2016-02-19 15:24:00 -08:00
Fabian Affolter
f9385eb87a
UPdate docstring
2016-02-19 23:58:45 +01:00
Paulus Schoutsen
1c8c16f85f
Merge pull request #1220 from stefan-jonasson/command_line.py
...
New notification platform "command line"
2016-02-19 14:15:40 -08:00
Stefan Jonasson
c85875ddf4
removed command_line from coveragerc
2016-02-19 22:34:04 +01:00
Stefan Jonasson
fa6d9adcba
Added some unittests for the command_line notification
2016-02-19 22:30:38 +01:00