Paulus Schoutsen
3b3f5fe6fe
Clean up notifiy component
2015-11-08 22:15:34 -08:00
Paulus Schoutsen
1c9c5ce1bd
Merge pull request #599 from ryanturner/dev
...
Initial implementation of mjpeg camera
2015-11-08 22:13:49 -08:00
Ryan Turner
a36b315927
Fixed indentations hopefully
2015-11-09 00:11:11 -06:00
Ryan Turner
f3352546c6
More lint fixes
2015-11-09 00:00:31 -06:00
Ryan Turner
3a6aa8f3d1
Fixed line length issues to make lint happy. Still bummed that I decreased test coverage :(
2015-11-08 23:51:01 -06:00
Ryan Turner
dfa81b0117
Changed camera.mjpeg to use Response and Closing; cleaned up a number of code-clarity issues near that
2015-11-08 23:41:21 -06:00
Paulus Schoutsen
3947691347
Style fixes + rename honeywell
2015-11-08 20:56:11 -08:00
Ryan Turner
8541fdb112
Fixed style issue related to failing build
2015-11-08 22:26:27 -06:00
Ryan Turner
e078ab53ca
Initial implementation of mjpeg camera
2015-11-08 22:15:06 -06:00
Paulus Schoutsen
0665af7f0f
Merge branch 'pr/579' into dev
...
Conflicts:
requirements_all.txt
2015-11-08 20:10:30 -08:00
Paulus Schoutsen
6dfb8f5737
Merge pull request #591 from balloob/error-log
...
Expose API to view error log
2015-11-08 20:06:56 -08:00
Paulus Schoutsen
1be2be0886
Merge pull request #590 from balloob/light-rgb
...
Light: base color now in RGB instead of XY
2015-11-08 20:06:49 -08:00
Paulus Schoutsen
3a095f53a8
Merge pull request #596 from badele/dev
...
Minor change for logger component
2015-11-08 19:57:58 -08:00
Paulus Schoutsen
ffce252a12
Merge pull request #598 from SEJeff/update-foscam-snapshot
...
Make a single request to get the foscam camera image
2015-11-08 19:57:21 -08:00
Paulus Schoutsen
7f4c13c382
Upgrade Wink version to v0.1.1
2015-11-08 19:41:22 -08:00
Jeff Schroeder
0f292e8fa6
Remove unused import for re
2015-11-08 20:37:29 -06:00
badele
e63d0c51e0
Change log severity
2015-11-08 19:02:51 +01:00
badele
ebaecdb9d6
Fix flake & pylint
2015-11-08 11:29:56 +01:00
badele
fd50693ca7
Minor change to documentation for logger component
2015-11-08 11:26:36 +01:00
badele
ebc95aca51
Add log info in the rfxtrx component
2015-11-08 11:15:03 +01:00
Jeff Schroeder
137cadb59c
Make a single request to get the foscam camera image
...
This uses the `snapPicture2` command, which is documented in their
cgi sdk to return raw jpeg data instead of html containing the image
2015-11-07 20:18:46 -06:00
Arthur Andersen
84f81480bb
[Zwave] Add light zwave component
2015-11-07 15:58:28 +01:00
Arthur Andersen
5565e418f8
[Zwave] Add type and genre to value filter
2015-11-07 15:57:46 +01:00
Arthur Andersen
5b4fc4f346
[Zwave] Add check for missing discovery_service
2015-11-07 15:57:28 +01:00
Paulus Schoutsen
e4c3d47dbf
Expose API to view error log
2015-11-07 01:44:02 -08:00
Paulus Schoutsen
95320f39b3
Light: base color now in RGB instead of XY
2015-11-07 01:25:33 -08:00
Paulus Schoutsen
0c97280479
Merge pull request #587 from badele/logfilter
...
Add logger filter feature
2015-11-06 21:59:56 -08:00
Paulus Schoutsen
3e339c7304
Update vincenty version in setup.py
2015-11-06 21:58:18 -08:00
badele
6f06f48ac6
Ensure the component is loaded first
2015-11-06 22:57:03 +01:00
badele
aeacbad4a0
Fix pull request from balloob comments
2015-11-06 22:51:33 +01:00
sander
f60f3fa4a2
Removed unused self._sensorid
.
2015-11-06 08:37:22 +01:00
MartinHjelmare
45fe37a301
Add mysensors component and switch platform
...
* Add a general mysensors component. This sets up the serial comm
with the gateway through pymysensors. The component also
contains a decorator function for the callback function of
mysensors platforms. Mysensors platforms should create a
function that listens for the node update event fired by the
mysensors component. This function should call another
function, that uses the decorator, and returns a dict. The dict
should contain a list of which mysensors V_TYPE values the
platform handles, the platfrom class and the add_devices
function (from setup_platform).
* Change existing mysensors sensor platform to depend on the new
mysensors component.
* Add a mysensors switch platform. The switch platform takes
advantage of new functionality from the the fork of pymysensors
https://github.com/MartinHjelmare/pymysensors , that enables the
gateway to send commands to change node child values.
* Change const and is_metric to global constants, in the mysensors
component and import const depending on the mysensors version
used.
* Change variables devices and gateway to global variables.
* Add some debug logging at INFO log level.
2015-11-06 01:58:41 +01:00
sander
e49dc94d4b
slightly better update method.
2015-11-05 09:58:35 +01:00
sander
26a6438e93
learning the alphabet ;-)
2015-11-05 09:37:05 +01:00
Paulus Schoutsen
cae71a73a1
Update frontend
2015-11-05 00:03:01 -08:00
Paulus Schoutsen
df7f6e1235
Remove alarm sensor from demo platform
2015-11-04 23:53:22 -08:00
badele
a31f7d2816
Fix flake & pylint
2015-11-04 22:08:15 +01:00
badele
c52c982510
Add logger feature
2015-11-04 21:30:02 +01:00
sander
ea06d946e6
modified .converagerc and requirements_all.txt
2015-11-04 21:15:56 +01:00
Paulus Schoutsen
bd798b8c55
Merge pull request #582 from balloob/mdi-icons
...
Icons for everyone!
2015-11-04 09:08:34 -08:00
Paulus Schoutsen
ac7456b73b
Merge pull request #577 from happyleavesaoc/limitlessled_additions
...
LimitlessLED effects
2015-11-04 09:02:43 -08:00
Fabian Affolter
d69b08ecf5
Update with comments from PR 579
2015-11-03 11:46:03 +01:00
Paulus Schoutsen
be6dd20236
Update frontend with new icons
2015-11-03 00:20:59 -08:00
Paulus Schoutsen
4d069323f4
Add icon support to entity
2015-11-03 00:20:48 -08:00
Paulus Schoutsen
77f4fc8c22
Frontend: Add materialdesignicons
2015-11-03 00:20:20 -08:00
Paulus Schoutsen
72b4212b19
Demo uses device tracker demo platform
2015-11-03 00:19:28 -08:00
Fabian Affolter
5fce381b89
Remove empty point
2015-11-03 08:50:27 +01:00
happyleaves
7b968f6a6b
re-fix conditionals
2015-11-02 18:11:58 -05:00
happyleaves
4d958c6d18
style fix
2015-11-02 18:08:17 -05:00
happyleaves
566712023d
consolidate conditionals
2015-11-02 18:08:17 -05:00