Fabian Affolter
8de56bc8e2
Fix docstrings
2016-02-01 11:31:27 +01:00
MartinHjelmare
38c9f7a37a
Fix 'unavailable' entity
...
* Report friendly_name, icon and customized attributes for 'unavailable'
entities.
2016-02-01 02:16:56 +01:00
Paulus Schoutsen
c725f7883a
Merge pull request #1063 from stefan-jonasson/samsungtv
...
Added a new media_player platform for controlling Samsung TVs
2016-01-31 16:57:11 -08:00
MartinHjelmare
455593017d
Add new 'available' property to entity.py
...
* Add 'available' property. Return True by default.
* Use new property in update_ha_state(). If available is False, set
state to 'unavailable', through constant.
* Add STATE_UNAVAILABLE constant 'unavailable' in const.py.
* Fix docstrings in entity.py and const.py, according to PEP257.
Ignore D203 and D105.
2016-01-31 23:58:19 +01:00
Paulus Schoutsen
41919e7339
Update frontend for input_select
2016-01-31 13:39:50 -08:00
Stefan Jonasson
1c10f218de
Fixed duplicate import statements and made use of the config_helper
2016-01-31 22:17:00 +01:00
Paulus Schoutsen
96710ad410
Add input_select component
2016-01-31 12:52:51 -08:00
Paulus Schoutsen
c95c3d9198
Update frontend with weblink support
2016-01-31 12:00:45 -08:00
Per Sandström
3f03fefd35
vsure 0.5.0
2016-01-31 19:23:53 +01:00
Stefan Jonasson
2dab815f90
Fixes imports, styles and other misstates
2016-01-31 19:12:00 +01:00
Paulus Schoutsen
6a4b63f807
Merge pull request #1056 from flavio/scsgate
...
Add support for the SCSGate device
2016-01-31 09:34:07 -08:00
Flavio Castelli
8eef978241
Add support for the SCSGate device
...
Support the SCSGate device. This will allow home-assistant to interact
with BTicino/Legrand MyHome system.
Signed-off-by: Flavio Castelli <flavio@castelli.me>
2016-01-31 18:30:43 +01:00
Paulus Schoutsen
1789a08d21
Merge pull request #1065 from kennedyshead/weblink
...
Weblink component
2016-01-31 09:20:17 -08:00
magnusknutas
de4dab74b1
Adding weblink component
...
Adding weblink component tests
2016-01-31 18:13:04 +01:00
Paulus Schoutsen
16b1529d14
Merge pull request #1059 from balloob/entity-component-enhancements
...
Add tests and custom interval for entity component
2016-01-31 09:03:55 -08:00
Paulus Schoutsen
0b8e097705
Remove unused environment util
2016-01-31 08:58:30 -08:00
Paulus Schoutsen
b21be63220
Merge pull request #1066 from TangoAlpha/dev
...
Update for new liffylights release
2016-01-31 08:32:51 -08:00
Tim
1974eda51d
Update for new liffylights release
...
Fix incorrect packet timeout/ack code causing flooding when no bulbs were online, which consumed all WorkerPool threads
2016-01-31 13:31:12 +00:00
Stefan Jonasson
bd475f5db1
Added a new media_player platform for controlling Samsung TVs with a lan interface.
...
Configured like this
media_player:
platform: samsungtv
host: <IP OF TV>
name: <Name of the tv>
2016-01-31 10:06:39 +01:00
Paulus Schoutsen
fce8815ab4
Support custom interval for platforms
2016-01-31 01:01:23 -08:00
Paulus Schoutsen
90e17fc77f
Add tests for entity component
2016-01-31 01:01:23 -08:00
Paulus Schoutsen
6418634f3a
Merge pull request #1049 from balloob/new-tests
...
Adding more unit tests
2016-01-30 23:32:34 -08:00
Paulus Schoutsen
b7722ec452
Allow usage of words domain, service, call_id in service data
2016-01-30 15:18:26 -08:00
Paulus Schoutsen
3e35bc06fc
Merge pull request #1055 from TangoAlpha/dev
...
Update to new release of liffylights
2016-01-30 12:56:22 -08:00
Tim
f76dee8a05
Update to new release of liffylights
2016-01-30 20:48:57 +00:00
Ryan Kraus
6a75b524cb
Removed unused private method from universal media player
...
The universal media player contained a private method that was replaced
by the update method. It was meant to be removed and wasn’t. This
commit removed that method.
2016-01-30 11:57:46 -05:00
Paulus Schoutsen
10f9c049bb
Version bump to 0.13.0.dev0
2016-01-29 22:38:01 -08:00
Paulus Schoutsen
9fc62c1851
Version bump to 0.12
2016-01-29 22:33:46 -08:00
Harald Nagel
86f433067c
Fix #1046 by correcting platform name
2016-01-30 06:05:09 +00:00
Paulus Schoutsen
75232c43ce
Merge pull request #1044 from w1ll1am23/googlevoice
...
Google Voice SMS notification support
2016-01-29 19:32:23 -08:00
William Scanlon
01a743c7d4
Log if target == NULL
2016-01-29 22:09:59 -05:00
William Scanlon
28f4283b40
Validate target
2016-01-29 22:04:02 -05:00
William Scanlon
375faa9c91
Fixed style error
2016-01-29 21:53:06 -05:00
Paulus Schoutsen
ef132e4583
Add tests for color util
2016-01-29 18:44:21 -08:00
Paulus Schoutsen
ae7697b900
Merge pull request #1037 from balloob/owntracks_mobile_beacons
...
Owntracks - mobile ibeacon tracking.
2016-01-29 18:01:31 -08:00
Martin Hjelmare
a8f7bc2324
Merge pull request #1034 from MartinHjelmare/refactor-s_v_types
...
Mysensors: Refactor s_types and v_types mapping
2016-01-30 01:04:06 +01:00
MartinHjelmare
9db0987e53
Refactor s_types and v_types mapping
...
To be able to handle new platforms with multiple used v_types but
single states, a new more strict mapping was required. Each s_type is
now mapped to its corresponding v_type(s) in a dict of lists.
2016-01-30 00:55:13 +01:00
pavoni
03e7ac2a0e
Fix typo.
2016-01-29 22:11:00 +00:00
pavoni
c5cdf6d7cf
Copy kwargs, remove traces.
2016-01-29 22:11:00 +00:00
pavoni
5a7e380396
Revise beacon name. Add debug.
2016-01-29 22:11:00 +00:00
pavoni
09ef2e1b8c
Add docstring, remove trace.
2016-01-29 22:11:00 +00:00
pavoni
80d2f35cc5
First cut mobile beacon tracking.
2016-01-29 22:11:00 +00:00
William Scanlon
a6720f54b3
Fixed style errors
2016-01-29 16:48:01 -05:00
William Scanlon
aaf75c7e45
Added target support for googlevoice
2016-01-29 14:14:27 -05:00
Martin Hjelmare
c5de42e7b5
Merge pull request #1033 from MartinHjelmare/refactor-unit-of-measurement
...
Mysensors: Refactor unit of measurement
2016-01-29 18:21:15 +01:00
Paulus Schoutsen
d6bb6a0777
Merge pull request #1020 from kennedyshead/dev
...
Adding service for logbook
2016-01-29 09:19:34 -08:00
Paulus Schoutsen
f87c7d6732
Merge pull request #1023 from flyte/zigbee-pr
...
Add ZigBee integration and components.
2016-01-29 09:18:10 -08:00
MartinHjelmare
575e97a051
Refactor unit of measurement
...
* Add dict with map of units to v_types.
* Avoid numerous if, elif branches and return statements.
* Add custom unit decoupled from other units.
2016-01-29 18:11:58 +01:00
Flyte
902077d78b
Catch ZigBee exceptions when communicating with the devices and log appropriate messages.
2016-01-29 16:45:49 +00:00
Flyte
c17a4fca80
ZigBee: Ensure correct entity types are used for each component.
2016-01-29 12:00:53 +00:00