badele
a33220db7f
Fix pylint style
2015-11-26 08:12:04 +01:00
badele
4bd0db30c9
Add should_fire_event in rfxtrx component
2015-11-26 07:52:37 +01:00
Fabian Affolter
1bebb17e9f
Not need to raise exception
2015-11-25 18:14:19 +01:00
Fabian Affolter
e45ef0013b
Catch connection timeout
2015-11-25 18:07:29 +01:00
Fabian Affolter
a8ddae9343
Add myStrom switch platform
2015-11-25 17:21:11 +01:00
Fabian Affolter
3e60c4801c
Update docstrings
2015-11-25 08:56:50 +01:00
Paulus Schoutsen
901b9075dc
Merge pull request #658 from bachp/arest-logargs
...
Fix order of log arguments for arest switch
2015-11-23 20:53:39 -08:00
Pascal Bach
0d3a099926
arest: fix order argument order of log messages
2015-11-23 21:46:47 +01:00
Paulus Schoutsen
7f1254d750
Merge pull request #647 from mcdeck/dev
...
Support for json messages in mqtt switches and sensors
2015-11-22 11:22:56 -08:00
Paulus Schoutsen
d6feb82f9b
Merge branch 'pr/634' into dev
...
Conflicts:
requirements_all.txt
2015-11-21 23:22:47 -08:00
Oliver van Porten
715abf241e
Disable pylint warning for callable classes
2015-11-21 17:57:15 +01:00
Oliver van Porten
799043dc0a
refactor format mqtt format parser
2015-11-20 22:45:09 +01:00
miniconfig
105dc2847e
Changed locked method of lock support to "is_locked".
...
Added lock and unlock methods
Updated wink components to use the new version of the wink library.
2015-11-20 16:34:27 -05:00
Oliver van Porten
b4cf0e874a
Support parsing mqtt messages via jsonpath
2015-11-20 22:03:17 +01:00
Paulus Schoutsen
377d2c6e5a
Allow generating requirements_all.txt
2015-11-17 00:21:49 -08:00
Fabian Affolter
a98b1b0ebc
Update link to docs
2015-11-15 18:50:06 +01:00
Paulus Schoutsen
511028612c
Merge pull request #593 from leoc/feature-zwave-switches
...
Implement zwave switches
2015-11-15 09:30:06 -08:00
happyleaves
12bdc39274
don't update state in turn_on/off
2015-11-15 08:59:18 -05:00
Arthur Andersen
56c5d345a4
[Zwave] Update HA state on value change
2015-11-14 23:14:08 +01:00
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
badele
cc47e39006
Add send capability
2015-09-29 22:47:22 +02:00
badele
d64f0ddd41
Refactoring the code for pylint & flake test
2015-09-29 08:20:25 +02:00
Paulus Schoutsen
9e866680d4
Merge pull request #456 from balloob/service-fields
...
Service fields
2015-09-27 21:07:48 -07:00
pavoni
80c89d218b
Avoid throwing an exception when a wemo device with attributes isn't found
2015-09-27 21:05:45 -07:00
badele
174aeacd76
Fix duplicate devices insertion
2015-09-27 23:51:19 +02:00
pavoni
e7320fe969
Default dict if parent class returned None
2015-09-27 17:06:49 +01:00
badele
321a603bfe
Add a light & switch rfxtrx support
2015-09-27 11:13:49 +02:00
Paulus Schoutsen
4e3bd5f2a9
Add service descriptions
2015-09-26 23:17:04 -07:00
Stefan Jonasson
94db1ac142
Codestyle cleanup
2015-09-23 11:46:55 +02:00
Stefan Jonasson
f48e65096a
Removed logging.
2015-09-23 11:38:47 +02:00
Stefan Jonasson
3244975489
Removed logging.
2015-09-23 11:37:45 +02:00
Stefan Jonasson
10327795e9
Added more logging.
2015-09-23 11:34:20 +02:00
Stefan Jonasson
bcbb8edd59
Added more logging.
2015-09-23 11:30:46 +02:00
Stefan Jonasson
86270e1a37
Added more logging.
2015-09-23 11:27:25 +02:00
Stefan Jonasson
de7a34b648
Added more logging.
2015-09-23 11:25:08 +02:00
Stefan Jonasson
82a06279de
Added more logging.
2015-09-23 11:22:32 +02:00
Stefan Jonasson
62af1fcc57
Added more logging.
2015-09-23 11:19:27 +02:00
Stefan Jonasson
6afe99dcc7
Added more logging.
2015-09-23 11:14:47 +02:00
Stefan Jonasson
b6bf398859
Added callback logging.
2015-09-23 11:07:37 +02:00
Stefan Jonasson
48df06d1c0
Added callback logging.
2015-09-23 10:18:45 +02:00
Stefan Jonasson
b4ca691822
Removed the check for callback_dispatcher
2015-09-23 09:52:58 +02:00
Stefan Jonasson
16c2827465
Removed the check for callback_dispatcher
2015-09-23 09:50:12 +02:00
Stefan Jonasson
e90fd3d654
Removed the check for callback_dispatcher
2015-09-23 09:43:16 +02:00
Stefan Jonasson
7d0ff6884c
Added the req consts
2015-09-23 09:32:11 +02:00
Stefan Jonasson
a9ea8972dd
Updated required tellcore version
2015-09-23 08:29:57 +02:00
Stefan Jonasson
a0c1202ad6
Try to make the connection to the tellcore library more stable
2015-09-23 08:26:40 +02:00
Stefan Jonasson
6437f6f6b4
Desperate try to fix travis ci reporting a unused-argument
2015-09-21 12:57:11 +02:00
Stefan Jonasson
34f36479c6
Fix states not updating after command was sent!
2015-09-20 21:29:38 +02:00
Stefan Jonasson
a60a9202a5
cleanup
2015-09-20 14:17:32 +02:00
Stefan Jonasson
ab81231e6d
Changed flow so we got one callback per platorm instead of per device which caused race conditions in the telldus library.
2015-09-20 14:11:42 +02:00
Stefan Jonasson
60d8266ce0
Fix for issue:
...
Tellstick switches status changes aren't realtime #204
2015-09-20 00:57:04 +02:00
Fabian Affolter
039c5cd847
Change import ordering
2015-09-15 08:40:38 +02:00
Paulus Schoutsen
965730eb60
Allow setting name for command switch
2015-09-13 23:04:49 -07:00
Fabian Affolter
40aa661340
Update docsstring
2015-09-13 22:27:28 +02:00
Jeff Schroeder
776c7dae07
Fix a tyop in the arduino switch component
2015-09-12 14:26:55 -05:00
Fabian Affolter
e2b02f2fd2
Update error message
2015-09-11 08:07:16 +02:00
Fabian Affolter
5d3e929599
Add timeout
2015-09-10 21:23:33 +02:00
Fabian Affolter
1ec392a494
Add update
2015-09-10 21:23:33 +02:00
Fabian Affolter
d719dd72fe
Add arest switch
2015-09-10 21:23:33 +02:00
Paulus Schoutsen
9f9755c014
Fix wink dependencies
2015-09-09 12:40:28 -07:00
Paulus Schoutsen
89bdead44c
Remove latest git submodules
2015-09-08 20:11:25 -07:00
Paulus Schoutsen
326d23de38
Fix pip checking if zip files are installed
2015-09-08 19:49:27 -07:00
Paulus Schoutsen
77892dfa0d
Merge pull request #331 from sfam/dev
...
Add optional QoS config parameter to MQTT sensor and switch
2015-09-08 08:38:55 -07:00
Fabian Affolter
78a555faf5
Update docstring (config file) and attempt to honor PEP0257
2015-09-07 19:39:16 +02:00
sfam
0f68b9d22b
Add optional QoS config parameter to MQTT sensor and switch (pylint)
2015-09-07 00:28:45 +00:00
sfam
c5fc5cba61
Add optional QoS config parameter to MQTT sensor and switch
2015-09-07 00:16:31 +00:00
Paulus Schoutsen
74303e4be8
Merge pull request #296 from pavoni/feature/enhance_wemo
...
Feature/enhance wemo
2015-08-31 08:32:20 -07:00
pavoni
794a11db21
Remove debug statements!
2015-08-31 16:33:12 +01:00
pavoni
93cd7bfc5d
Split comment to keep line short
2015-08-31 15:19:04 +01:00
pavoni
3256552675
Fix bug, use constants for states.
2015-08-31 13:12:17 +01:00
pavoni
54dd09df29
Fix typos
2015-08-31 12:13:53 +01:00
pavoni
5ed6987067
Refactor wemo standby state slightly
2015-08-31 11:07:52 +01:00
Paulus Schoutsen
4cadc7df96
Update demo component
2015-08-30 15:08:03 -07:00
pavoni
028551784a
Update pywemo to 0,3
2015-08-30 22:50:08 +01:00
pavoni
bfbaaa8e9f
Merge remote-tracking branch 'balloob/dev' into feature/enhance_wemo
2015-08-30 22:47:49 +01:00
Ryan Kraus
893ae15042
Changed component REQUIREMENTS to absolute versions.
2015-08-29 21:39:50 -04:00
pavoni
c3a9db0a37
Add defult methods to base class for switch_state and sensor_state
2015-08-29 20:32:46 +01:00
pavoni
2a0d459722
Fix blank line regression
2015-08-29 00:27:28 +01:00
pavoni
dfae1a44a6
Add standby state to WeMo Insight Switch, and add WeMo Maker
2015-08-28 23:11:55 +01:00
Paulus Schoutsen
e2cfe2a7d2
Merge pull request #278 from sfam/dev
...
New RPi_GPIO sensor and switch improvements
2015-08-26 08:40:54 -07:00
sfam
9811869111
fix line too long
2015-08-26 11:27:27 +01:00
sfam
6b3b000822
quick fix
2015-08-26 11:22:06 +01:00
sfam
c8b88219b7
rename config parameter to "invert_logic"
2015-08-26 11:03:06 +01:00
sfam
cfc2232c22
fix pylint warnings
2015-08-26 00:02:52 +01:00
sfam
0a9d82fe6f
Fix RPi_GPIO switch and add extra parameters
2015-08-25 23:23:51 +01:00
Paulus Schoutsen
e917479fba
Update netdisco to latest version
2015-08-23 17:18:52 -07:00
Paulus Schoutsen
b79d0f5404
Fix discovery and wemo
2015-08-23 10:06:54 -07:00
sfam
d0c674b756
update
2015-08-22 16:10:29 +01:00
sfam
fd7808e6f4
update
2015-08-22 16:04:55 +01:00
sfam
a9a650edb6
update style issues
2015-08-22 15:10:49 +01:00
sfam
2bb4a53bd3
Add MQTT Switch
2015-08-19 01:24:40 +01:00
Per Sandstrom
4707b122cc
hygrometers and disabling of components
2015-08-17 13:05:49 +02: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
c7ca6e4784
Added a switch
2015-08-12 13:00:47 +02:00
Paulus Schoutsen
60ade75031
Add missing dependencies
2015-08-08 21:22:34 -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
6268a9f5b2
update header
2015-08-08 19:09:37 +02:00
Fabian Affolter
a1df7b9b26
add periods
2015-08-06 19:00:47 +02:00
Fabian Affolter
8029d3e592
remove some blank lines
2015-08-06 19:00:18 +02:00
Fabian Affolter
b39ae8d23a
update header
2015-08-06 18:44:48 +02:00
Fabian Affolter
e8dd5779f6
update header
2015-08-06 18:31:35 +02:00
Fabian Affolter
aa8ec4724b
update header
2015-08-06 18:23:26 +02:00
Fabian Affolter
b946b3b2bc
update header
2015-08-06 18:23:10 +02:00
Paulus Schoutsen
46fd23c452
Merge pull request #244 from balloob/cleanup
...
Core Cleanup
2015-08-06 05:23:23 -07:00
Guillem Barba
91961e629f
Resolve pylint errors and warnings
2015-08-06 09:57:16 +02:00
Guillem Barba
e6b4dba330
Remove usless comments
2015-08-06 09:57:16 +02:00
Guillem Barba
d6c7bf5ac8
Remove usless DEMO constant. Add version information in RPi.GPIO requirement
2015-08-06 09:57:16 +02:00
Guillem Barba
e97e73e66e
Add rpi_gpio platform to switch
2015-08-06 09:57:16 +02:00
Paulus Schoutsen
b2cfce7243
Merge branch 'dev' into cleanup
...
Conflicts:
.coveragerc
2015-08-05 06:51:39 -07:00
Paulus Schoutsen
2eeb80f173
Merge branch 'pr/229' into dev
...
Conflicts:
requirements.txt
2015-08-05 06:48:14 -07:00
Paulus Schoutsen
23f0195619
Merge pull request #241 from vitorespindola/master
...
Modbus coil support
2015-08-05 15:40:49 +02:00
Paulus Schoutsen
4096a67251
Built-in component cleanup
2015-08-03 17:42:28 +02:00
Rohit Kabadi
c248d5455e
Added REQUIREMENTS lilst to edimax.py
2015-08-02 18:01:31 -07:00
Vitor Espíndola
f97b7c9e61
Merge branch 'master' of https://github.com/vitorespindola/home-assistant
...
Conflicts:
homeassistant/components/sensor/modbus.py
homeassistant/components/switch/modbus.py
2015-08-01 10:01:37 -03:00
Vitor Espíndola
1b3a45aba9
Modbus coil support
2015-08-01 09:54:32 -03:00
Rohit Kabadi
ffde7e183e
Fixed flake8 violations
2015-07-30 21:05:00 -07:00
Rohit Kabadi
a99484ebc8
Merge remote-tracking branch 'upstream/dev' into edimax_smart_plug
...
Conflicts:
requirements.txt
2015-07-30 00:31:26 -07:00
Rohit Kabadi
6a239bf18a
Used validate_config to ensure 'host' parameter in edimax config. Added name option to edimax config
2015-07-30 00:10:16 -07:00
Vitor Espíndola
f82b63483a
Modbus coil support
2015-07-29 14:04:32 -03:00
Rohit Kabadi
f6811e858a
- Removed https://github.com/rkabadi/pyedimax as submodule
...
- Added https://github.com/rkabadi/pyedimax to requirements
- Modified edimax.py to import pyedimax from python3 default packages
2015-07-29 00:24:42 -07:00
Rohit Kabadi
bb0ace3a61
- Reverted submodule updates
2015-07-25 23:59:48 -07:00
Rohit Kabadi
6a7e28cc85
- Added support for getting power on SP2101W devices (returns None on SP1101W)
2015-07-25 18:46:47 -07:00
Rohit Kabadi
fac194f66c
- Added for smartplug
...
- Added error check for host param in config.yaml
- Fixed SmartPlugSwitch is_on method
- Edimax smartplug works now!
2015-07-20 23:27:25 -07:00
Rohit Kabadi
6631ebfdfa
- Added git submodule @ https://github.com/rkabadi/pyedimax
...
- Added edimax.py module to interface with Edimax SP-1101W and SP-2101W
2015-07-20 20:16:54 -07:00
Paulus Schoutsen
40b2acb472
Port wink from external to requirements.txt
2015-07-20 00:41:57 -07:00
Paulus Schoutsen
2f622053a6
Port PyWemo from external to requirements.txt
2015-07-20 00:08:00 -07:00
Paulus Schoutsen
3efb1e4ac9
Port netdisco from external to requirements.txt
2015-07-20 00:07:01 -07:00
Paulus Schoutsen
b6fd282143
Merge remote-tracking branch 'origin/dev' into auto-dependency
...
Conflicts:
homeassistant/components/media_player/cast.py
2015-07-10 21:48:01 -07:00
Gustav Ahlberg
370355b94b
Added functionallity so that the tellstick switch can send it's signals repeatedly
...
Because the tellstick sends its actions via radio and from most receivers it's impossible to know if the signal was received or not.
2015-07-08 21:39:50 +02:00
Paulus Schoutsen
940b2998ea
Add REQUIREMENTS list to components
2015-07-07 00:01:46 -07:00
Fabian Affolter
20fd4ecb9a
add arduino switch platform
2015-06-25 13:11:22 +02:00
Paulus Schoutsen
3d4392ce63
Refactor basic switch structure
2015-06-13 14:56:20 -07:00
Paulus Schoutsen
23b851fab4
Merge branch 'pr/166' into dev
...
Conflicts:
requirements.txt
2015-06-02 18:47:47 -07:00
Finbarr Brady
b5ee05a13e
docs
2015-06-02 17:33:05 +01:00
Finbarr Brady
3701a82de1
Fix typo
2015-06-02 17:17:36 +01:00
Finbarr Brady
ebc0ffd879
https false
2015-06-02 17:14:12 +01:00
Wolfgang Ettlinger
5d1e0d5c44
fixed pylint warnings
2015-06-02 17:04:14 +02:00
Finbarr Brady
bae530b30d
Delete original file
2015-06-02 16:03:29 +01:00
Finbarr Brady
84e81a9e4e
Renamed hikvision component. Added module from pip
2015-06-02 16:00:29 +01:00
Wolfgang Ettlinger
b35bdc606a
style adaptions
2015-06-02 15:54:43 +02:00
Wolfgang Ettlinger
d91f414313
added generic module to switch swiches using shell commands
2015-06-02 15:40:02 +02:00
Finbarr Brady
bc8aa82a13
Removing toggle function as it is confusing things more than it should
2015-05-31 12:00:30 +00:00
Finbarr Brady
c1b62bf672
Only toggle if in the correct state.
2015-05-31 11:51:45 +00:00
Finbarr Brady
ecd09f22ef
Support for Hikvision camera motion detection.
2015-05-30 13:44:29 +00:00
Finbarr Brady
1c55878271
New Transmission turtle mode switch. Using existing TransmissionRpc requirement.
2015-05-30 13:34:23 +00:00
jamespcole
dba9f8854f
Removed conversion to local time from UTC for last_tripped_time for vera sensors and switches
2015-05-19 00:31:59 +10:00
jamespcole
1c47ade641
Updated with new switch category for UI7 firmware update and fixed excpetion when trippable sensor has never been tripped
2015-05-18 18:54:25 +10:00
Fabian Affolter
fdb46d80ba
Update documentation
2015-05-13 19:06:17 -07:00
Fabian Affolter
379171e302
update header
2015-05-10 23:44:27 +02:00
Paulus Schoutsen
41b02928ef
Merge pull request #99 from fabaff/typos
...
Minor fix
2015-04-24 06:03:39 -07:00
Fabian Affolter
46819acaff
Fix two typos
2015-04-24 08:26:41 +02:00
Ryan Kraus
2b6edd153b
Fixed copy pasta error.
2015-04-22 21:27:49 -04:00
Ryan Kraus
2b4c75543a
1) Merged with mainline dev branch. 2) Removed assumption in homeassistant/__init__.py that states are visible if not specified. This assumption is intrinsic in the JavaScript. 3) Recompiled frontend to assist merge.
2015-04-22 21:04:52 -04:00
Ryan Kraus
d566a328a3
pylint fix to isy switches.
2015-04-22 00:22:48 -04:00
Aurélien Correia
4d6555441d
Passed Travis CI
2015-04-21 16:40:13 +02:00
Ryan Kraus
6b2dd69bcb
Updated isy994 component to hide any device with the HIDDEN STRING in its ancestry.
2015-04-17 09:27:14 -04:00
Aurélien Correia
fb6b514c34
Adding simplistic support for Modbus sensor and switch (based on pymodbus)
2015-04-15 16:47:42 +02:00
Ryan Kraus
83aea10f06
Added hidden_string and sensor_string properties to the isy994 configuration to allow nodes to be hidden and to be handled as sensors. Implimented the sensor_string. Any node name that contains the sensor_string in its name will be treated as a sensor instead of a switch or light. The hidden_string will be implimented later.
2015-04-13 12:56:37 -04:00
Ryan Kraus
510064d9c8
Added support for the creation of custom switches using the ISY994 device.
2015-04-12 22:30:14 -04:00
Ryan Kraus
4e3ccfffbb
Added not dimming Insteon devices on an ISY controller as switches.
2015-04-12 17:18:14 -04:00
Paulus Schoutsen
bbfd97e2b8
Migrate components to use EntityComponent
2015-03-21 19:37:18 -07:00
Paulus Schoutsen
a9324ba9d4
Update components to use Entity instead of Device
2015-03-21 19:16:13 -07:00
Paulus Schoutsen
71803658f5
Updates to demo component and platforms
2015-03-16 22:20:35 -07:00
jamespcole
06c3087310
Fixed variable scoping
2015-03-09 15:16:02 +11:00
jamespcole
56622596e7
Changed exception logging, and updated excluded device logic
2015-03-09 09:11:59 +11:00
jamespcole
7ee37648d8
Updated exception type for errors when connecting to vera
2015-03-09 08:45:20 +11:00
jamespcole
95852db18d
Changed the configuration to use hashes instead of searching array
2015-03-09 08:34:06 +11:00
jamespcole
7dc3198320
Added constants for armed, tripped and tripped time
2015-03-09 08:10:31 +11:00
jamespcole
38fbc3595a
Added spcific exception type for failure to communicate with Vera controller
2015-03-09 07:46:26 +11:00
jamespcole
7772d5af62
moved setting name to constructor
2015-03-09 07:15:41 +11:00
jamespcole
a2f438c6ef
now using ATTR_BATTERY_LEVEL
2015-03-09 07:11:35 +11:00
jamespcole
1b29d61562
Made exception handling more specific
2015-03-09 07:03:56 +11:00
jamespcole
7a21e8a3fb
Fixed flake8 comment warning
2015-03-09 02:08:46 +11:00
jamespcole
50ff26ea20
Fixed flake8 errors
2015-03-09 01:58:11 +11:00
jamespcole
42dc973ccc
Fixed up linting errors
2015-03-09 01:14:44 +11:00
jamespcole
dc8147c46d
Changed vera components over to new config file format
2015-03-08 23:52:50 +11:00
jamespcole
a30d1dcfef
Merge branch 'dev' of https://github.com/balloob/home-assistant into dev
...
Getting the latest from balloob
2015-03-08 22:08:03 +11:00
jamespcole
250f35c2a5
Added documentation for proposed format of YAML config
2015-03-07 14:49:20 +11:00
jamespcole
fceac45ddd
Updated vera switch and sensor to the new architecture
2015-03-07 12:59:13 +11:00
jamespcole
ba58c080e3
removed old config example to fix merge conflict
2015-03-07 12:36:08 +11:00
Paulus Schoutsen
3e15742875
Move device ABCs to separate helper file
2015-03-05 23:18:22 -08:00
Paulus Schoutsen
68668fc658
Light/Switch/Thermostat: use new extract_from_service helper
2015-03-05 23:17:05 -08:00
jamespcole
8dfc91a502
Added vera components and added __pycache__ to gitignore
2015-03-02 22:05:03 +11:00
jamespcole
3449b3d1d7
vera device types
2015-03-02 21:09:00 +11:00
Paulus Schoutsen
0fd89a4b1f
Fix a WeMo discovery issue
2015-03-01 10:43:08 -08:00
Paulus Schoutsen
89100d14c8
Refactored device components
2015-03-01 01:35:58 -08:00
Paulus Schoutsen
8bd803601f
Devices can now be polling or push
2015-02-28 22:33:44 -08:00
Paulus Schoutsen
b38146bdef
Auto set friendly name in state attributes
2015-02-28 20:10:39 -08:00
Paulus Schoutsen
b2b82d955c
Break demo component into small demo platforms
2015-02-28 07:31:39 -08:00
Danielhiversen
76d14157ec
Fixed Flake8 error
2015-02-05 18:39:03 +01:00
Danielhiversen
22c75f853b
Added suport for Tellstick light. Assume dimable switch is a light
2015-02-04 22:29:30 +01:00
Paulus Schoutsen
dbefeb3f6b
Fix group names for switch, light and devices
2015-01-19 23:47:18 -08:00
Paulus Schoutsen
ff230cefe3
Disable pylint unused-argument check
2015-01-19 23:40:51 -08:00
Paulus Schoutsen
980ecdaacb
Add initial version of configurator component
2015-01-19 21:40:54 -08:00
Paulus Schoutsen
702498ca09
Bug fixes for Wink
2015-01-15 21:25:24 -08:00
Paulus Schoutsen
86e4fb9655
Merge branch 'component-wink' into dev
...
* component-wink:
Wink component bug fixes
Bugfixes to make Wink component work
Added wink component to auto-load other needed components
Initial version wink component by @loghound
changed bearer_token to access_token in conf file
Wink Hub integration of it's switches & lights
Conflicts:
homeassistant/components/switch/__init__.py
homeassistant/const.py
2015-01-11 23:22:40 -08:00
Paulus Schoutsen
283b187501
Use properties instead of getters for Device class
2015-01-11 09:20:41 -08:00
Paulus Schoutsen
6cd53f2ddf
Added wink component to auto-load other needed components
2015-01-10 23:47:23 -08:00
Paulus Schoutsen
249cf244ca
Initial version wink component by @loghound
2015-01-10 22:53:41 -08:00
John McLaughlin
cd896627ea
changed bearer_token to access_token in conf file
2015-01-10 22:35:14 -08:00
John McLaughlin
dccd9f562f
Wink Hub integration of it's switches & lights
2015-01-10 22:35:01 -08:00
Paulus Schoutsen
c2b8f8d34e
Prevent devices from being discovered twice
2015-01-10 10:34:56 -08:00
Paulus Schoutsen
ba179bc638
Automatic discovery and setting up of devices
2015-01-09 00:07:58 -08:00
Paulus Schoutsen
e0b424c88f
Make group component more flexible
2015-01-08 20:02:34 -08:00
Paulus Schoutsen
24be24c58b
Extracted a base HA device from ToggleDevice
2015-01-05 23:02:41 -08:00
Paulus Schoutsen
ed3bbd98cc
Remove unsupported specifying hosts for wemo
2015-01-05 21:35:22 -08:00
Paulus Schoutsen
528cd8ee48
WeMo component exposes Insight info if available
2014-12-15 19:14:31 -08:00
Paulus Schoutsen
0527760e9b
Refactor: code moved to new helper and constants file. Also adds support for multiple types for switch/light components.
2014-12-06 23:57:02 -08:00
Paulus Schoutsen
48089b01ab
Renamed AddCooldown to Throttle and added bypass functionality
2014-12-04 21:06:45 -08:00
Paulus Schoutsen
5835d502c7
Moved more methods out of HomeAssistant object
2014-11-30 18:42:52 -08:00
Paulus Schoutsen
5cbe7bf1b8
Added tests for switch component
2014-11-25 00:20:36 -08:00
Paulus Schoutsen
5d107ed74b
Switched style checking to flake8 instead of pep8
2014-11-16 22:18:52 -08:00
Paulus Schoutsen
9f9b926011
All platforms supported by components have their own file - you can can have custom platforms
2014-11-11 21:39:17 -08:00