Jon Maddox
d17174d43d
play_media as a service
2015-10-06 23:11:21 -04:00
Jon Maddox
e64846e2fd
add ability to support play_media
2015-10-06 23:11:09 -04:00
Jon Maddox
d454cad5a6
add a play_media function
2015-10-06 23:10:39 -04:00
Jon Maddox
dcf52332ca
add new properties for Channel or Playlist
2015-10-06 23:09:53 -04:00
Jon Maddox
87599df41b
add some new media types
2015-10-06 23:00:29 -04:00
Tom Duijf
e535f50e03
Merge branch 'master' into dev_tracker_snmp
2015-10-06 21:30:36 +00:00
Tom Duijf
df7fbf664e
Added constants needed for snmp
2015-10-06 21:27:04 +00:00
Tom Duijf
0fb9e1b16c
Initial commit of snmp device tracker
2015-10-06 21:26:32 +00:00
Alan Bowman
047cff6596
Add blinkstick support
2015-10-06 11:10:16 +01:00
badele
32f1791c5a
Check flake & pylint style
2015-10-06 08:44:15 +02:00
Paulus Schoutsen
3b49d1e876
Update version to 0.7.5dev0
2015-10-05 22:31:21 -07:00
Paulus Schoutsen
4d1dce2519
Merge branch 'dev'
2015-10-05 22:18:45 -07:00
Paulus Schoutsen
01d097b9b0
Bump version to 0.7.4
2015-10-05 22:18:34 -07:00
Alan Bowman
6d53944fa1
Support RGB colors
2015-10-05 13:25:09 +01:00
Paulus Schoutsen
7f60f1e662
Merge pull request #478 from balloob/dev
...
0.7.4rc1
2015-10-04 11:30:36 -07:00
Paulus Schoutsen
bc6c285945
Update zone doc
2015-10-04 01:40:38 -07:00
Paulus Schoutsen
d4d8c9ae65
Update frontend version
2015-10-04 01:40:38 -07:00
Paulus Schoutsen
9292891836
Update documentation
2015-10-04 01:40:38 -07:00
Paulus Schoutsen
035df68d6c
Merge pull request #479 from balloob/balloob-patch-1
...
Tweak caching on CI
2015-10-03 11:41:14 -07:00
Paulus Schoutsen
c611be96ad
Another try, caching is enabled before activating virtualenv
2015-10-03 11:36:39 -07:00
Paulus Schoutsen
d46720ee2c
Tweak caching on CI
2015-10-03 11:31:28 -07:00
Paulus Schoutsen
c1f464f478
Fix style issue
2015-10-03 11:26:57 -07:00
Paulus Schoutsen
8c5759e460
Improve Logbook device tracker locations handling
2015-10-03 11:20:22 -07:00
Paulus Schoutsen
8490d6126a
OwnTracks robustness improvement
2015-10-03 10:29:00 -07:00
badele
7f71706f08
Log RFXCOM events
2015-10-03 11:26:18 +02:00
Paulus Schoutsen
8b5b580287
Merge pull request #477 from fabaff/worldclock
...
Worldclock sensor
2015-10-03 00:03:14 -07:00
Paulus Schoutsen
d35f5b9f97
Tests for MQTT sensor/switch
2015-10-02 23:57:26 -07:00
Paulus Schoutsen
6de64d7695
Cache pip in Travis
2015-10-02 16:49:10 -07:00
Fabian Affolter
7f1da8b7bc
Add worldclock sensor
2015-10-02 23:49:32 +02:00
Fabian Affolter
58ac4be24c
Add worldclock sensor
2015-10-02 23:49:00 +02:00
Paulus Schoutsen
b2919c6504
Fix gps accuracy issue
2015-10-02 13:49:55 -07:00
badele
db509ccf18
Add a light & switch rfxtrx sender capability
2015-10-02 22:39:30 +02:00
Paulus Schoutsen
3863d2985a
Merge pull request #475 from toddeye/group-state-openclose
...
Add STATE_OPEN/STATE_CLOSED to groupable states
2015-10-02 09:30:27 -07:00
Paulus Schoutsen
0180c056e1
Add away mode to heat control
2015-10-02 08:57:38 -07:00
Paulus Schoutsen
e6cd9a6dc7
Merge pull request #459 from auchter/limitlessled-white
...
Add support for white LimitlessLED devices and multiple bridges
2015-10-02 08:55:34 -07:00
Todd Ingarfield
33028dd143
Add STATE_OPEN/STATE_CLOSED to groupable states
2015-10-02 10:53:36 -05:00
Paulus Schoutsen
9bdfa89b7c
More robust geofence checking
2015-10-02 08:16:53 -07:00
Paulus Schoutsen
42b80868d4
Update netdisco dependency
2015-10-02 06:48:46 -07:00
Fabian Affolter
707ca4b752
Update docstrings
2015-10-02 13:42:06 +02:00
Fabian Affolter
c7d2a09097
Update docstring
2015-10-02 13:41:51 +02:00
Fabian Affolter
fb9f83f8ad
Update docstrings
2015-10-02 13:17:18 +02:00
Michael Auchter
52ebb2fb3b
limitlessled: Add support for White Limitless LED bulbs
...
LimitlessLED bulbs actually come in three flavors: RGB, RGBW, and White. The
ledcontroller library used to control these bulbs only supports RGBW and White
bulbs. This changelist adds support for the White bulb variant.
The White bulbs are a bit annoying in that they don't support absolute
brightness or color temperature adjustments; they only support a relative
"increase" or "decrease" adjustment. This, along with the unreliable, one-way
communication medium that requires repeats to be "sure" that the bulb received a
command, makes implementing brightness control difficult. So, for now, these
bulbs are more limited than the RGBW variants and only support On/Off control.
2015-10-01 22:38:50 -05:00
Michael Auchter
ea7ca48ba2
limitlessled: Add support for previous configuration format
...
Quick hack that preserves functionality of existing configuration formats to
ease upgrades.
2015-10-01 22:38:50 -05:00
Michael Auchter
ab80af099c
limitlessled: Add support for multiple bridges
...
This adds support for a controlling multiple Limitless LED bridges.
2015-10-01 22:38:50 -05:00
Michael Auchter
34531895a0
limitlessled: Use LedControllerPool
...
This change is in preparation for adapting this component to support multiple
LimitlessLED bridges. Ultimately LedControllerPool helps to maintain the
mandatory 100ms pauses across multiple controllers so messages are reliably
received.
2015-10-01 22:38:50 -05:00
Michael Auchter
645cd89406
limitlessled: fix docstring
2015-10-01 22:38:49 -05:00
Paulus Schoutsen
cc5217d818
Merge pull request #463 from adrienbrault/plex
...
Finish plex implementation
2015-10-01 18:30:24 -07:00
Adrien Brault
e454806669
Finish plex implementation
2015-10-01 21:14:29 +02:00
Paulus Schoutsen
726557b2f6
Sensor.rest: verify SSL by default
2015-09-30 23:17:08 -07:00
Paulus Schoutsen
c7e22e6910
Merge pull request #467 from adrienbrault/sensor-path-nossl
...
Allow to skip ssl and specify variable path for rest sensor
2015-09-30 23:14:24 -07:00