Commit Graph

1008 Commits (cf5278b7e9f6f60f9abe36c438a73c6933387348)

Author SHA1 Message Date
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
jamespcole 100a75908b Fixed bug in history component where the entity id filtering was not being applied correctly 2015-04-07 02:25:03 +10:00
jamespcole ba13f78d49 Added initial Transmission torrent client sensor 2015-04-06 22:13:04 +10:00
jamespcole 89527d3bb2 rebuilt frontend with line graph support 2015-04-06 18:26:47 +10:00
jamespcole 8151de1ae0 Added zoom options to line graphs 2015-04-06 18:15:13 +10:00
jamespcole 7d997f7699 updated the ha js 2015-04-06 15:40:26 +10:00
jamespcole cae2a11f7b removed unneeded loading messages 2015-04-06 15:22:52 +10:00
jamespcole b1f01506ce Added in some comments 2015-04-06 14:37:01 +10:00
Andrew Thigpen 4d47d313f9 Add mysensors support for metric/imperial units. 2015-04-05 17:25:10 -05:00
Andrew Thigpen 0e9d826d41 Push mysensor state instead of polling. 2015-04-05 17:25:10 -05:00
Andrew Thigpen c72a735851 Use stop method for mysensors on shutdown. 2015-04-05 17:25:09 -05:00
Andrew Thigpen c41d7b8f6d Refactor and update to use latest pymysensors. 2015-04-05 17:25:06 -05:00
jamespcole 264bc15091 Fixed the line charts 2015-04-05 02:11:27 +10:00
jamespcole b6e880ed73 Fixed the line charts 2015-04-05 02:03:16 +10:00
jamespcole 12d88c2c2a Added loading spinner to the history screen 2015-04-05 01:06:04 +11:00
jamespcole c14fa299e1 Improved the efficiency and accuracy of the line graphs 2015-04-05 00:49:52 +11:00
Ryan Kraus 57f27cc97a Addded light controls to isy994 component. 2015-04-04 06:13:27 -04:00
Ryan Kraus 80f1581d6e Added ISY994 weather data as sensors. 2015-04-04 04:33:03 -04:00
jamespcole a86c53236d refactored line chart to be more efficient 2015-04-04 17:55:30 +11:00
jamespcole 2576659923 refactored line graph code 2015-04-04 17:27:05 +11:00