Commit Graph

1270 Commits (b93516197c10fcb556da8225513db0d140cd4220)

Author SHA1 Message Date
Paulus Schoutsen b93516197c Merge pull request #261 from persandstrom/verisure
Verisure: Hygrometers etc.
2015-08-17 07:48:02 -07:00
Per Sandstrom 4707b122cc hygrometers and disabling of components 2015-08-17 13:05:49 +02:00
Paulus Schoutsen 086961d109 Add temperature util, helpers 2015-08-16 22:06:01 -07:00
Paulus Schoutsen b61b3c611d Extract temperature util 2015-08-16 21:36:33 -07:00
Paulus Schoutsen dda399fc76 Merge pull request #260 from balloob/fix-run-as-module
Extract core from __init__ to core package
2015-08-16 21:23:46 -07:00
Paulus Schoutsen e984eedffd Fix mysensors import 2015-08-16 21:06:50 -07:00
Paulus Schoutsen 6e41eee6cd Merge pull request #257 from persandstrom/verisure
Support for Verisure
2015-08-16 21:06:24 -07:00
Paulus Schoutsen 9522eac837 Fix mysensors import 2015-08-16 20:53:34 -07:00
Paulus Schoutsen 8bb189e014 Finish core extraction 2015-08-16 20:53:17 -07:00
Paulus Schoutsen 1b89a502c4 Extract core into own submodule 2015-08-16 20:44:46 -07:00
Per Sandstrom e37869616b no more duplicate sensors 2015-08-16 08:03:19 +02:00
Per Sandstrom a0f2f3814b fixed flak8 2015-08-16 06:51:09 +02:00
Per Sandstrom ad327b64ed code reveiw 2015-08-15 13:36:30 +02:00
Per Sandstrom f20be1e7f8 fixed pylint warning 2015-08-12 13:32:15 +02:00
Per Sandstrom 1b59859681 fixed pylint warning 2015-08-12 13:28:22 +02:00
Per Sandstrom c7ca6e4784 Added a switch 2015-08-12 13:00:47 +02:00
Fabian Affolter d0fc91d84a update header 2015-08-11 19:12:32 +02:00
Fabian Affolter 19b62c1088 update header and docstrings 2015-08-11 19:12:32 +02:00
Fabian Affolter bb848e7fcd update header 2015-08-11 19:12:32 +02:00
Fabian Affolter 06a40ad30c update header 2015-08-11 19:12:32 +02:00
Fabian Affolter 2289d3e826 upadte header 2015-08-11 19:12:32 +02:00
Fabian Affolter c900836410 update header and docstring 2015-08-11 19:12:32 +02:00
Fabian Affolter bd373a4d25 update header 2015-08-11 19:12:32 +02:00
Paulus Schoutsen 27ca611689 Fix MQTT coverage directives 2015-08-11 07:49:29 -07:00
Per Sandstrom 92fc7eab36 added component and sensor 2015-08-11 09:28:07 +02:00
Paulus Schoutsen 3fad4d8cda Increase test coverage MQTT 2015-08-10 23:34:58 -07:00
Paulus Schoutsen 291cc62381 Add automation mqtt tests 2015-08-10 23:11:46 -07:00
Paulus Schoutsen eecc51c92d Add tests for automation component 2015-08-10 22:26:12 -07:00
Paulus Schoutsen 6e98e55f6a MQTT: add support for + wildcard in subscribe 2015-08-10 21:49:19 -07:00
Paulus Schoutsen 3bbeeda3ac Fix MQTT wildcard topic subscriptions 2015-08-10 18:12:44 -07:00
Paulus Schoutsen 9c63ba1cc3 Merge pull request #252 from chrisvis/tplink-ArcherC9-support
Add support for TP-Link ArcherC9 to to device tracker component
2015-08-10 12:24:38 -07:00
Chris Mulder 58fcf79340 Put new TP-Link device tracker class in same file as original and use the new one and have tailback to original one. 2015-08-10 20:03:43 +02:00
Michael Auchter 55c778ca0a add missing docstring 2015-08-10 00:30:47 +00:00
Michael Auchter f49e5514d6 limitlessled: add color support
Add support for setting the color of a LimitlessLED light.
Currently this implementation is limited to the subset of 16 colors
exposed by the ledcontroller package that is used to interact with the
light itself. Technically the lights themselves support 255 colors.
2015-08-10 00:21:38 +00:00
Paulus Schoutsen 044d43b7c2 Adding MQTT automation rule 2015-08-09 17:12:25 -07:00
Paulus Schoutsen ae06267072 Merge pull request #253 from auchter/led-brightness
limitlessled: scale brightness to meet ledcontroller expectations
2015-08-09 12:40:57 -07:00
Paulus Schoutsen d412b51754 MQTT: Add some error reporting 2015-08-09 12:22:05 -07:00
Michael Auchter 4bbe716710 limitlessled: scale brightness to meet ledcontroller expectations
LedController's set_brightness() method expects either an int between 0 and
100, or a float between 0.0 and 1.0, but the brightness here is an int between
0-255. Scale the brightness appropriately.
2015-08-09 14:05:20 -05:00
Paulus Schoutsen 277cdbbe00 MQTT: Add support for authentication 2015-08-09 11:40:23 -07:00
Paulus Schoutsen c8b54d7468 Update MQTT component and add example 2015-08-09 11:29:50 -07:00
Chris Mulder 2c9c79ea61 Add support for TP-Link ArcherC9 to to device tracker component 2015-08-09 18:23:42 +02:00
Paulus Schoutsen a2c6dbf479 Clean up MQTT component 2015-08-08 23:49:38 -07:00
Paulus Schoutsen b37471af68 Update modbus dependency 2015-08-08 21:42:17 -07:00
Paulus Schoutsen 60ade75031 Add missing dependencies 2015-08-08 21:22:34 -07:00
Paulus Schoutsen fc6d7db81b Readd setting up groups with comma seperated list 2015-08-08 13:44:07 -07:00
Paulus Schoutsen 0901ed4659 Merge pull request #242 from persandstrom/squeezebox
Squeezebox
2015-08-08 12:30:45 -07:00
Paulus Schoutsen a0685c69f5 Merge pull request #250 from fabaff/mqtt-new
MQTT component
2015-08-08 10:47:38 -07:00
Fabian Affolter 87bf3c4e0d fix a couple of typos and use port(s) everywhere 2015-08-08 19:20:53 +02:00
Fabian Affolter 1f3bde3e08 update header 2015-08-08 19:16:15 +02:00
Fabian Affolter 6268a9f5b2 update header 2015-08-08 19:09:37 +02:00