Paulus Schoutsen
|
cf5278b7e9
|
Add tests for recorder component
|
2015-04-29 23:21:31 -07:00 |
Paulus Schoutsen
|
10a5db7924
|
UTC bugfix for more-info-sun
|
2015-04-28 23:50:53 -07:00 |
Paulus Schoutsen
|
3720333927
|
UTC bugfixes
|
2015-04-28 22:38:43 -07:00 |
Paulus Schoutsen
|
54904a1630
|
Make frontend UTC aware
|
2015-04-28 22:34:44 -07:00 |
Paulus Schoutsen
|
e0ecb64a10
|
Use UTC as the internal datetime format
|
2015-04-28 19:12:05 -07:00 |
andythigpen
|
362e176397
|
Merge pull request #89 from andythigpen/mysensors
MySensors support
|
2015-04-26 13:03:31 -05:00 |
Paulus Schoutsen
|
5e6a502167
|
Merge pull request #107 from balloob/chore-sun-entity
Sun component to use Entity ABC
|
2015-04-26 06:01:11 -07:00 |
Andrew Thigpen
|
3cff05ef91
|
Create entity for each sensor variable.
Refactors to create a separate entity for each variable associated with
a child sensor.
|
2015-04-25 21:08:49 -05:00 |
Paulus Schoutsen
|
bc3af134f9
|
Minor cleanup demo component
|
2015-04-25 17:44:05 -07:00 |
Paulus Schoutsen
|
3650a2fa85
|
Sun component now uses Entity ABC
|
2015-04-25 17:43:22 -07:00 |
Ryan Kraus
|
97bb5bcb7d
|
Merge remote-tracking branch 'upstream/dev'
|
2015-04-25 14:49:02 -04:00 |
Paulus Schoutsen
|
a9006f540f
|
Fix #102 - Installing PyISY no longer required to load any light
|
2015-04-25 06:07:07 -07:00 |
Ryan Kraus
|
f130ad6c27
|
Subscribed isy994 component to EVENT_HOMEASSISTANT_STOP event to clean itself up before quitting.
|
2015-04-25 01:10:41 -04:00 |
Paulus Schoutsen
|
24bb89df23
|
Compiled new version of frontend
|
2015-04-24 08:52:37 -07:00 |
Paulus Schoutsen
|
41b02928ef
|
Merge pull request #99 from fabaff/typos
Minor fix
|
2015-04-24 06:03:39 -07:00 |
Fabian Affolter
|
46819acaff
|
Fix two typos
|
2015-04-24 08:26:41 +02:00 |
Paulus Schoutsen
|
bbdb0320f1
|
Have group inherit from entity
|
2015-04-22 22:31:16 -07: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
|
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 |
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 |
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
|
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 |
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 |
jamespcole
|
df9e8f5214
|
Merge branch 'dev' into transmission-dev
Merging in the latest from the dev branch
|
2015-04-07 23:47:57 +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 |