pavoni
ced380f0cd
Remove unneeded entity_id check and blank lines.
2016-02-04 17:24:38 +00:00
pavoni
b20d3f8b3a
Update docstrings.
2016-02-03 23:23:19 +00:00
pavoni
6e6c3c5cd5
Tidy.
2016-02-03 14:30:58 +00:00
pavoni
5521096c02
Add actions.
2016-02-03 14:29:25 +00:00
pavoni
9a9dbcfaea
Refactor, support template logic values, add tests.
2016-02-03 13:16:13 +00:00
pavoni
a955f3db08
WIP commit - template state working, on / off still to do.
2016-02-02 19:25:17 +00:00
Paulus Schoutsen
2da422fd77
Merge pull request #1098 from balloob/media-player-test
...
Clean up and test media player
2016-02-02 08:09:40 -08:00
Ryan Kraus
1a5d18fd66
Merge pull request #1012 from balloob/restart-service
...
Restart service
2016-02-02 07:15:40 -05:00
Paulus Schoutsen
e7e540d4bb
Clean up and test media player
2016-02-02 00:31:36 -08:00
Paulus Schoutsen
35613d7fbf
Merge pull request #1097 from molobrakos/add-test
...
add test for unsafe yaml
2016-02-02 00:22:19 -08:00
Erik
00d1cab091
add test for unsafe yaml
2016-02-02 08:41:18 +01:00
Paulus Schoutsen
26efaa91a3
Merge pull request #1090 from balloob/fix_sensor_template_entity_id
...
Fix bug in sensor.template entity_id
2016-02-01 21:21:57 -08:00
Paulus Schoutsen
3c37ecc477
Merge pull request #1091 from TangoAlpha/dev
...
Improvements to device detection
2016-02-01 21:21:15 -08:00
Paulus Schoutsen
274aaabd93
Merge pull request #1094 from balloob/cast-multi-room
...
No longer ignore ports for Chromecasts
2016-02-01 21:16:50 -08:00
Paulus Schoutsen
c8bfd27182
No longer ignore ports for Chromecasts
2016-02-01 21:07:33 -08:00
Tim
08ab7dba2c
Fix whitespace
2016-02-02 00:21:15 +00:00
Tim
54cc35d729
Merge branch 'dev' of https://github.com/TangoAlpha/home-assistant into dev
2016-02-02 00:17:03 +00:00
Tim
031e7a4013
New liffylights release improves device detection
...
Increase device polling to 30 seconds
2016-02-02 00:15:38 +00:00
Paulus Schoutsen
41165695f0
Merge pull request #1071 from deisi/onewireupdate
...
Little improvement for the onewire platform
2016-02-01 15:26:22 -08:00
pavoni
9c33af60f2
Fix unreachable code!
2016-02-01 18:38:11 +00:00
pavoni
7c1241c1f8
Add another test, revise another. Improve coverage.
2016-02-01 18:30:39 +00:00
Tim
9caa4752a4
New liffylights release improves device detection
...
Increase device polling to 30 seconds
2016-02-01 18:29:43 +00:00
Malte Deiseroth
cb2e75befd
removed trailing whitespace
2016-02-01 19:24:08 +01:00
pavoni
d54e10e54a
Improve test coverage of error conditions.
2016-02-01 18:18:51 +00:00
pavoni
95748a6880
Generate entity id correctly, was using friendly_name.
2016-02-01 17:45:18 +00:00
Paulus Schoutsen
10a41a22dc
Merge pull request #1084 from molobrakos/tellduslive
...
handle situation where no name is set yet for the sensor
2016-02-01 08:55:39 -08:00
Erik
ac0b6ca50c
handle situation where no name is set yet for the sensor
2016-02-01 17:42:08 +01:00
Paulus Schoutsen
a0f6f3ac22
Merge pull request #1085 from molobrakos/yaml_safe_load
...
use yaml safe loader
2016-02-01 08:15:32 -08:00
Paulus Schoutsen
d9aff0c76d
Merge pull request #1089 from balloob/yr
...
Added and fixed yr tests
2016-02-01 08:11:18 -08:00
Daniel
5005b20122
Added and fixed yr tests
2016-02-01 15:50:17 +01:00
Fabian Affolter
e29a2fa45a
Fix typo
2016-02-01 11:49:44 +01:00
Fabian Affolter
395743005a
Add link to docs, new docstrings, and update docstrings
2016-02-01 11:47:09 +01:00
Fabian Affolter
8de56bc8e2
Fix docstrings
2016-02-01 11:31:27 +01:00
Paulus Schoutsen
79b6269aa2
Merge pull request #1083 from balloob/fix-requirements
...
Fix gen_requirements_all
2016-02-01 00:00:51 -08:00
Paulus Schoutsen
525b206e1b
Fix gen_requirements_all
2016-01-31 23:55:02 -08:00
Paulus Schoutsen
2f4e40db27
Merge pull request #1076 from MartinHjelmare/add-entity-online-prop
...
Fix 'unavailable' entity
2016-01-31 17:26:12 -08: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
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