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
happyleaves
3cd89f8474
add disco, white effects
2015-11-02 18:08:17 -05:00
Fabian Affolter
218a05356a
Add docstrings
2015-11-02 21:00:53 +01:00
hexxter
186f68cce3
not working mqtt light unittest
2015-11-02 20:16:36 +01:00
hexxter
168eb8e5a2
mqtt light test is working more test should be written
2015-11-02 17:02:34 +01:00
Paulus Schoutsen
c6b5a04312
Allow more static files to be fingerprinted
2015-11-02 00:03:53 -08:00
Paulus Schoutsen
728cd8bb5e
Upgrade Vincenty to latest version
2015-11-02 00:03:53 -08:00
Stefan Jonasson
d873ab0262
Merge pull request #569 from stefan-jonasson/dev
...
Fix for Philio Zwave devices which don't send an off event.
2015-11-02 08:15:57 +01:00
Daniel Høyer Iversen
0ff6a460c2
Update rfxtrx.py
2015-11-01 14:20:11 +01:00
Daniel Høyer Iversen
77539a5b89
revert prev commit
2015-11-01 12:51:09 +01:00
Daniel Høyer Iversen
92b05389f2
Update rfxtrx.py
2015-11-01 12:41:21 +01:00
Daniel Høyer Iversen
82aec895a0
Minor bug in rfxtrx
2015-11-01 12:40:41 +01:00
Stefan Jonasson
ec732becfc
Fixed the get_config_value method when the zwave node was changed while reading it.
2015-10-31 23:34:19 +01:00
Stefan Jonasson
c4261ae2e0
Z-Wave workaround - Added a default value if we did not get any config value.
2015-10-31 23:03:40 +01:00
Stefan Jonasson
cae8932b18
Z-Wave workaround - Connected to the timeout to the configured node value "9. Turn Off Light Time"
2015-10-31 21:23:33 +01:00
sander
efacd66bec
linting and flakeing..
2015-10-31 20:35:23 +01:00
hexxter
31826ab263
redesigned mqtt light an first steps with the unittest system
2015-10-31 19:26:03 +01:00
Paulus Schoutsen
6bb95f5c9b
Merge pull request #560 from pavoni/add-vera-dimmer
...
Add vera dimmer
2015-10-30 21:47:02 -07:00
Paulus Schoutsen
46761d827f
Merge pull request #570 from nkgilley/actiontec-fix
...
Actiontec device_tracker bugfix and removed home_interval
2015-10-30 21:18:28 -07:00
Paulus Schoutsen
288db9a57f
Merge pull request #559 from balloob/light_ct_color
...
Color temperature support for light component and hue platform
2015-10-30 19:11:24 -07:00
Tom Duijf
b76471c4b3
:( .. pyliny
2015-10-30 19:15:38 +00:00
Tom Duijf
194c6343ac
Minor corrections to light and light/demo
2015-10-30 19:01:42 +00:00
Stefan Jonasson
2ad647bb09
Style fixes
2015-10-30 15:30:08 +01:00
Stefan Jonasson
a56173676e
Fixed the workaround match logic
2015-10-30 15:28:06 +01:00