happyleaves
86b9ae9566
addressed comments
2015-11-14 16:14:25 -05:00
happyleaves
aabcad59d8
rename platform to orvibo
2015-11-14 15:05:22 -05:00
happyleaves
70fef3c5b5
fixed names
2015-11-14 14:25:53 -05:00
happyleaves
cf8e23adbc
s20 switch support
2015-11-14 14:14:02 -05:00
Arthur Andersen
877926cfee
[Zwave] Fix docstring
2015-11-11 10:24:00 +01:00
Arthur Andersen
19649390d3
[Zwave] Add binary switch component
2015-11-11 10:24:00 +01:00
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01: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
7f4c13c382
Upgrade Wink version to v0.1.1
2015-11-08 19:41:22 -08:00
badele
e63d0c51e0
Change log severity
2015-11-08 19:02:51 +01:00
badele
ebc95aca51
Add log info in the rfxtrx component
2015-11-08 11:15:03 +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
Paulus Schoutsen
4d069323f4
Add icon support to entity
2015-11-03 00:20:48 -08:00
Paulus Schoutsen
6bb95f5c9b
Merge pull request #560 from pavoni/add-vera-dimmer
...
Add vera dimmer
2015-10-30 21:47:02 -07:00
pavoni
0269be5813
Update pyvera version
2015-10-30 09:39:30 +00:00
pavoni
031d5ce255
Fix style issues, update pyvera version.
2015-10-30 09:37:16 +00:00
Fabian Affolter
b3b2f2e326
Fix pylint and flake issues
2015-10-28 00:18:03 +01:00
pavoni
dbc05450a0
Bump requirements_all.txt version, remove pylint disable
2015-10-26 16:32:12 +00:00
pavoni
ef6c209c6f
Revise for clarity, disable pylink check
2015-10-26 09:03:57 +00:00
pavoni
0826ae2742
Revise pywemo version, update discovery.device_from_description parameters
2015-10-26 08:37:13 +00:00
Fabian Affolter
fb8edca942
Add link to docs, fix typo, and update log output
2015-10-25 22:21:25 +01:00
Fabian Affolter
8a895390ef
Merge pull request #534 from bachp/dev
...
Add simple REST switch
2015-10-23 23:52:40 +02:00
Pascal Bach
67d5581a1b
Add simple REST switch
...
The switch can get the state via GET and set the state via POST
on a given REST resource.
It is not able to control arbitrary urls but it allows controlling
switches exposed via "real" REST.
2015-10-23 23:40:14 +02:00
Fabian Affolter
5dbdf82ec7
Fix typo
2015-10-23 22:58:00 +02:00
Fabian Affolter
9f4a3f4aea
Use the logger the same way as other platforms do
2015-10-23 22:57:07 +02:00
Fabian Affolter
4f3b3a9e34
Use the logger the same way as other platforms
2015-10-23 22:53:58 +02:00
Fabian Affolter
87e55820e7
Add link docs
2015-10-23 22:39:04 +02:00
Fabian Affolter
7801489149
Remove configuration details
2015-10-21 23:05:54 +02:00
Fabian Affolter
0fda89e983
Remove configuration details
2015-10-21 23:05:38 +02:00
Fabian Affolter
0b7c407519
Remove configuration details
2015-10-21 22:54:42 +02:00
Fabian Affolter
d45074f9dc
Remove configuration details
2015-10-21 22:53:09 +02:00
Fabian Affolter
ba13f13442
Remove configuration details
2015-10-21 21:12:25 +02:00
Fabian Affolter
7b60f6ca77
Remove configuration details
2015-10-21 19:43:24 +02:00
Fabian Affolter
cfb3384ee3
Add link to docs
2015-10-21 16:38:33 +02:00
Fabian Affolter
3d4af8c229
Remove configuration details
2015-10-21 10:56:32 +02:00
Fabian Affolter
7ec1424825
Add link to docs
2015-10-21 10:47:31 +02:00
Fabian Affolter
5580309d98
Remove configuration details
2015-10-20 22:20:58 +02:00
Fabian Affolter
f945a3a692
Move configuration details to docs
2015-10-20 22:20:58 +02:00
Fabian Affolter
f8590f7d1d
Include resource in error message
2015-10-20 22:20:44 +02:00
Fabian Affolter
f01d2b1263
Allow to overwrite the device name
2015-10-18 00:42:02 +02:00
Fabian Affolter
332ac794a4
Modify the import style
2015-10-15 18:22:42 +02:00
Fabian Affolter
db53e46705
Add link to docs and remove configuration details
2015-10-09 14:44:59 +02:00
Fabian Affolter
3b7f6d3b67
Update docstrings
2015-10-08 11:09:00 +02:00
Paulus Schoutsen
c1899609a4
Merge branch 'pr/483' into dev
...
Conflicts:
.coveragerc
2015-10-08 00:28:52 -07:00
badele
a5dae78155
Refactoring the rfxtrx components
2015-10-07 19:57:40 +02:00
badele
46f5ef54a1
Refactoring test instance type
2015-10-07 19:15:50 +02:00
badele
11fc521e60
Replace REQUIREMENTS by DEPENDENCIES variable
2015-10-07 19:04:03 +02:00
badele
32f1791c5a
Check flake & pylint style
2015-10-06 08:44:15 +02:00
badele
db509ccf18
Add a light & switch rfxtrx sender capability
2015-10-02 22:39:30 +02:00
Paulus Schoutsen
64a73f6b67
Update pywemo dependency
2015-09-30 00:12:00 -07:00