Paulus Schoutsen
|
25a900c759
|
Merge pull request #97 from balloob/chore-group-entity
Have group inherit from entity
|
2015-04-23 09:59:01 -07:00 |
Paulus Schoutsen
|
968de0557a
|
Update CONTRIBUTING.md
|
2015-04-23 09:58:43 -07:00 |
Paulus Schoutsen
|
8f36cf3c81
|
Clean up Entity helper test code
|
2015-04-23 07:33:59 -07:00 |
Paulus Schoutsen
|
b855f422ef
|
Tweak visibility config
|
2015-04-23 06:41:41 -07:00 |
Paulus Schoutsen
|
bbdb0320f1
|
Have group inherit from entity
|
2015-04-22 22:31:16 -07:00 |
Paulus Schoutsen
|
1dd26fcd73
|
Merge pull request #96 from automicus/master
Added support for ISY994 Insteon and X10 Controller (and other updates)
|
2015-04-22 21:37:32 -07:00 |
Ryan Kraus
|
dc4ff25d5b
|
1) Upped the requirement for PyISY to version 1.0.2. 2) Omitted isy994 components from coveralls tests because it requires an external controller.
|
2015-04-22 23:10:51 -04:00 |
Ryan Kraus
|
bd3b93f290
|
1) Added visibility documentation to the CONTRIBUTING.md documentation. 2) Pylint fixes to homeassistant/helpers/entity.py
|
2015-04-22 22:19:36 -04:00 |
Ryan Kraus
|
d779662bdd
|
Updated get_entities.py script to use argparse module.
|
2015-04-22 22:02:54 -04:00 |
Ryan Kraus
|
2b6edd153b
|
Fixed copy pasta error.
|
2015-04-22 21:27:49 -04:00 |
Ryan Kraus
|
ff3dacedc0
|
Moved card visibility logic out of the Entity class and into a VisibilityABC. Then made the Group class inherit the VisibilityABC. No duplication of code now. This is definitely better.
|
2015-04-22 21:21:50 -04:00 |
Ryan Kraus
|
8fcf814eb6
|
Changed visbility property in configuration.yaml to a hash instead of a list of a single hash.
|
2015-04-22 21:07:23 -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 |
Ryan Kraus
|
99ea0dc59d
|
Updated requirements to include PyISY.
|
2015-04-21 23:59:56 -04:00 |
Ryan Kraus
|
4d91c4a51b
|
Updated contributing documentation to include details about hidding states.
|
2015-04-21 23:58:41 -04:00 |
Ryan Kraus
|
3b0c685679
|
Merge remote-tracking branch 'upstream/master'
|
2015-04-21 23:56:50 -04:00 |
Paulus Schoutsen
|
0e2cf6532b
|
Merge pull request #95 from kixam/master
simplistic Modbus implementation
|
2015-04-21 15:00:06 -07:00 |
Aurélien Correia
|
4d6555441d
|
Passed Travis CI
|
2015-04-21 16:40:13 +02:00 |
Aurélien Correia
|
5ce95f6b88
|
Merge remote-tracking branch 'upstream/master'
|
2015-04-21 15:26:26 +02:00 |
Paulus Schoutsen
|
23902a62d7
|
Merge pull request #94 from wind-rider/patch-1
Update CONTRIBUTING.md
|
2015-04-20 21:46:58 -07:00 |
wind-rider
|
be9a1d6b27
|
Update CONTRIBUTING.md
Updated icon list url
|
2015-04-21 00:12:39 +02:00 |
Ryan Kraus
|
0032e4b6cf
|
On second thought, make that script use the specified order, not a sorted order.
|
2015-04-18 00:30:09 -04:00 |
Ryan Kraus
|
9a2e6dcba5
|
Added a script for listing entities in running Home Assistant server. Usefule for creating visibility list in configuration file.
|
2015-04-18 00:26:40 -04:00 |
Ryan Kraus
|
da4cf61a09
|
Forced the isy994 component to treat underscores as spaces.
|
2015-04-17 09:30:20 -04: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
|
b20424261c
|
1) Performed many pylint and flake8 fixes to clean up isy994 integration and hidden entities addition. 2) Added necessary code to allow groups to also be hidden. 3) Made most of the weather data from the isy994 component be hidden by default.
|
2015-04-15 02:05:34 -04:00 |
Ryan Kraus
|
caed69d5ea
|
Added state card hiding to the STATE view on the frontend.
|
2015-04-14 23:55:08 -04:00 |
Ryan Kraus
|
0334074a52
|
Quick fix to the comparison to validate if an entity is hidden.
|
2015-04-14 23:38:14 -04:00 |
Ryan Kraus
|
a3d6972268
|
1) Added basic back-end framework for supporting hidden entities. 2) Enabled hidden suggestions in the isy994 component entities.
|
2015-04-14 22:57:32 -04:00 |
Ryan Kraus
|
c76644323f
|
Updated the broken link to the apple-touch icon in the frontend.
|
2015-04-14 01:44:39 -04: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
|
0e9a8a7cc2
|
Added custom program sensors to the isy994 component.
|
2015-04-13 01:47:32 -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 |
Ryan Kraus
|
f6d75f2db2
|
Cleaned up ISY994 light and sensor code to use the same abstract class.
|
2015-04-12 16:45:23 -04:00 |
andythigpen
|
dfbeddf1f7
|
Update .coveragerc
|
2015-04-11 11:29:23 -05:00 |
James Cole
|
2dd96c584b
|
Merge pull request #91 from jamespcole/line-chart-dev
Removed interactivity on the small more-info version of the line graphs that was causing scrollbars issues
|
2015-04-11 19:09:46 +10:00 |
jamespcole
|
c75e145151
|
rebuild of the frontend
|
2015-04-11 19:02:44 +10:00 |
jamespcole
|
a478ec6697
|
Removed interactivity from small view of line charts which was causing scrollbar issues on more-info card
|
2015-04-11 19:01:17 +10:00 |
James Cole
|
992a926592
|
Merge pull request #88 from jamespcole/transmission-dev
Adds basic support for Transmission torrent client as a sensor.
|
2015-04-08 00:57:05 +10:00 |
jamespcole
|
439b7be77d
|
Added the new transmission sensor to the coveragerc file
|
2015-04-08 00:35:57 +10:00 |
James Cole
|
5eabc15a7d
|
Merge pull request #87 from jamespcole/dev
Added init script for HA on the raspberry pi
|
2015-04-08 00:14:57 +10:00 |
jamespcole
|
4f222e64e6
|
Added init script for HA on the raspberry pi
|
2015-04-08 00:07:24 +10:00 |
jamespcole
|
df9e8f5214
|
Merge branch 'dev' into transmission-dev
Merging in the latest from the dev branch
|
2015-04-07 23:47:57 +10:00 |
James Cole
|
20e07a8387
|
Merge pull request #86 from jamespcole/line-chart-dev
Merged new line chart history view for devices with a unit_of_measurement specified
|
2015-04-07 23:45:50 +10:00 |
jamespcole
|
e63d0d7aac
|
Tidied up the documentations and linting warnings
|
2015-04-07 23:21:41 +10:00 |
jamespcole
|
e65ad67b32
|
Fixed some alignment issues and added loading spinner
|
2015-04-07 22:21:13 +10:00 |
jamespcole
|
56184daf59
|
Fixed linting warnings
|
2015-04-07 18:01:23 +10:00 |