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
Flyte
4e6b755b26
Add tests for TCP component.
2016-02-19 17:41:51 +00:00
Greg Dowling
d019b7f6b8
Merge pull request #1334 from balloob/add_for_to_automation
...
Add `for` to state automation.
2016-02-19 16:58:04 +00:00
pavoni
a75833cf2b
Remove debug.
2016-02-19 16:41:05 +00:00
Paulus Schoutsen
f20ea41538
Merge pull request #1322 from w1ll1am23/nest_weather_component
...
Added support for nest current weather conditions
2016-02-19 08:24:07 -08:00
Paulus Schoutsen
97e1f0be98
Add neurio to .coveragerc
2016-02-19 08:13:11 -08:00
pavoni
85bf9a49ea
Remove traces.
2016-02-19 15:39:44 +00:00
pavoni
9e48b88154
Add `for` delay to state automation.
2016-02-19 15:28:17 +00:00
William Scanlon
14afd1e409
Removed debugging logging
2016-02-19 08:26:56 -05:00
pavoni
ee62120fe5
Revise race condition test.
2016-02-19 10:19:14 +00:00
pavoni
7bd4e58b9d
Add tests for race condition.
2016-02-19 09:43:59 +00:00
Paulus Schoutsen
0417803b7c
Merge pull request #1331 from balloob/tox-coveralls-pt2
...
Travis: only run coveralls on success
2016-02-18 23:30:38 -08:00
Paulus Schoutsen
d65c1c2b0d
Travis: only run coveralls on success
2016-02-18 23:23:05 -08:00
Paulus Schoutsen
1841f3994f
Merge pull request #1250 from balloob/chore/remove-simple-alarm
...
Remove simple_alarm component
2016-02-18 22:26:58 -08:00
Paulus Schoutsen
5f3cb58d8e
Remove simple_alarm component
2016-02-18 22:20:59 -08:00
Paulus Schoutsen
e8da63db28
Merge pull request #1330 from balloob/isort-test
...
Fix imports (using isort)
2016-02-18 21:57:48 -08:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Paulus Schoutsen
233a2a2878
Merge pull request #1308 from kk7ds/binary-sensor-class
...
Add binary sensor class
2016-02-18 21:09:17 -08:00
Paulus Schoutsen
e677fc876b
Merge pull request #1319 from shaftoe/sonosconfig
...
Fix media_player/sonos configuration mismatch
2016-02-18 20:33:39 -08:00
Paulus Schoutsen
560173e13b
Merge pull request #1327 from justyns/zwaveremote
...
Return early from setup_platform when zwave NETWORK is not configured
2016-02-18 20:27:43 -08:00
Dan Smith
d57df2ddde
Update the sensor classes in the demo binary_sensor
...
This updates the two demo sensors we have so they show contextual icons
in the UI.
2016-02-18 17:59:58 -08:00
Justyn Shull
9a740bff2a
Return early from setup_platform when zwave NETWORK is not configured
2016-02-18 18:12:00 -06:00
Paulus Schoutsen
acea32949b
Merge pull request #1326 from balloob/bloomsky-tweak
...
Fix bloomsky component importing
2016-02-18 14:46:05 -08:00
Paulus Schoutsen
30e1569b21
Fix bloomsky component importing
2016-02-18 13:10:25 -08:00
William Scanlon
d7c4b50e3e
Added support for nest current weather conditions
2016-02-18 16:04:32 -05:00
Dan Smith
d93883f153
Make nx584 expose zone types (sensor classes)
...
With this, plus https://github.com/balloob/home-assistant-polymer/pull/32 ,
I can have nx584 sensors use a proper icon in the UI.
2016-02-18 12:20:35 -08:00
Dan Smith
2d932f89fc
Add sensor_class to binary_sensor
...
This adds a 'sensor_class' property and attribute, which should be either
None or one of several defined SENSOR_CLASSES to indicate contextual
information about what the sensor is measuring.
2016-02-18 12:20:35 -08:00
Greg Dowling
182fcb5f03
Merge pull request #1320 from balloob/bump-pywemo-version
...
Bump pywemo version.
2016-02-18 19:40:47 +00:00
pavoni
98d18c3060
Bump pywemo version.
2016-02-18 19:32:30 +00:00
Alexander Fortin
6578928e3c
Fix media_player/sonos configuration mismatch
...
* From configuration.yaml is easy to provide iterable elements like lists,
this adds the possibility to provide a list of Sonos hosts using a yaml
and still supports the comma separated string version
* Remove superfluous host reassignment
2016-02-18 18:57:50 +01:00
Flyte
c1d39a2fce
Remove unnecessary top-level TCP component. Fix order of inheritance on TCP BinarySensor.
2016-02-18 17:25:02 +00:00
pavoni
9f7ce23e80
Fix suspect race condition in leave region.
...
Add safely check for double beacon entry. Remove battery for beacons.
Disable lint warning.
2016-02-18 12:52:40 +00:00
Paulus Schoutsen
d39e1be388
Merge pull request #1312 from balloob/tox-coveralls
...
Fix coveralls
2016-02-17 23:37:17 -08:00
Paulus Schoutsen
61b0d02a88
Fix coveralls
2016-02-17 23:26:55 -08:00
Paulus Schoutsen
8eb396a435
Merge pull request #1309 from kk7ds/graphite-debug
...
More graphite hardening work
2016-02-17 20:30:04 -08:00
Paulus Schoutsen
70f05f30d5
Merge pull request #1243 from MartinHjelmare/refactor-mysensors-light
...
Refactor mysensors light
2016-02-17 20:27:52 -08:00
MartinHjelmare
9ac53b502f
Clean up and fix
...
* Add check if V_LIGHT is in values before sending message in
_turn_on_light.
* Replace super calls with self.
* Remove not needed init method in child classes.
* Remove turn_on method in parent class and add update_ha_state
to _turn_on_light, _turn_on_dimmer and _turn_on_rgb_or_w.
2016-02-18 02:04:06 +01:00