Paulus Schoutsen
10f79ab45d
Merge pull request #1073 from MartinHjelmare/add-entity-online-prop
...
Add new 'available' property to entity.py
2016-01-31 15:59:28 -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
Malte Deiseroth
d6b19aae48
- check for reasonable temperature values
...
- round temperature to one digit
2016-01-31 22:56:48 +01:00
Paulus Schoutsen
6519333e1d
Merge pull request #1070 from balloob/input-select
...
Add input_select component
2016-01-31 13:44:32 -08: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
Stefan Jonasson
5719743ec7
Fixed .coveragerc and requirements_all.txt
2016-01-31 20:02:51 +01:00
Per Sandström
e2e8d4276f
Merge pull request #1069 from persandstrom/vsure0.5.0
...
vsure 0.5.0
2016-01-31 19:33:09 +01: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
e6a8746dba
Update requirements_all
2016-01-31 15:07:06 +00: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
Ryan Kraus
a230d00ed0
Added test for Introduction component
...
This test may seem useless, but it is good to ensure that default
components don’t ever crash HASS.
2016-01-30 22:50:56 -05:00
Ryan Kraus
5fdbe5fd9a
More tests for Binary Command Sensor
...
1. Added a test for detecting STATE_OFF
2. Fixed tests for detecting STATE_ON
2016-01-30 22:41:29 -05:00
Ryan Kraus
283d621e90
Added tests for Binary Command Sensor
2016-01-30 22:32:25 -05:00
Ryan Kraus
2d0004f46a
Another test for for command sensor
...
Added a test for command sensors with bad configurations.
2016-01-30 22:16:22 -05:00
Ryan Kraus
6a08f14120
Additional tests for Command Sensor.
...
1. Moved template testing out of main test.
2. Added test for bad command.
2016-01-30 22:13:42 -05:00
Ryan Kraus
97e867052d
Added tests for command sensor
...
Added tests to create and check basic functionality of command sensor.
2016-01-30 22:01:10 -05:00
Ryan Kraus
2651021461
Added test for entity customization
...
Added test for entity customization from configuration. Processes a
sample configuration to hide an entity, creates the entity, updates ha
state, and then verifies customization made it through.
2016-01-30 21:27:00 -05:00
Erik
4b253d17ba
use yaml safe loader
2016-01-31 00:46:08 +01:00
Paulus Schoutsen
b7722ec452
Allow usage of words domain, service, call_id in service data
2016-01-30 15:18:26 -08:00
magnusknutas
fd6086a5d6
Testing logbook service
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
56ac4281c7
Better tear down of util/package tests
...
Explicitly removed temp directory at the end of util/package unit tests.
2016-01-30 14:39:17 -05:00
Ryan Kraus
b8e149fe7d
Cleaned up universal MP tests
...
Changed all assertEquals in universal media player tests to have
assumed value first.
2016-01-30 14:38:27 -05:00
Ryan Kraus
4a8f55e630
Revised package util tests
...
The package util tests were revised to pull the external library
pyhelloworld3 from an internal source rather than external. This speeds
up tests, makes tests more reliable, and removes dependency on internet
connection.
2016-01-30 14:08:32 -05:00
Ryan Kraus
de61bcb80e
Additional testing for logger component
...
Added an additional test for the logger component the validates the
filtering logic of the filters that were created during setup.
2016-01-30 13:23:35 -05:00
Ryan Kraus
4cc9606bcc
Added test for logger component.
2016-01-30 13:03:46 -05:00
Ryan Kraus
8ac763c6f6
Added test for universal mp service routing.
...
Added tests to ensure that the Universal Media Player is routing
service calls correctly.
2016-01-30 12:26:28 -05: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
Ryan Kraus
c1d057407b
Fixed typo in universal media player test.
2016-01-30 11:53:15 -05:00
Ryan Kraus
c396dbb570
Added tests to check setup and config of universal media player.
2016-01-30 07:18:37 -05:00
Ryan Kraus
0631f5c59d
Added tests for package utilities
2016-01-30 06:44:22 -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
Paulus Schoutsen
23d88cd4ad
Merge pull request #1047 from haraldnagel/dev
...
Fix #1046 by correcting platform name
2016-01-29 22:14:21 -08:00