This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 23, 2015
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
Added support for ISY994 Insteon and X10 Controller (and other updates)
-
Ryan Kraus authored
1) Upped the requirement for PyISY to version 1.0.2. 2) Omitted isy994 components from coveralls tests because it requires an external controller.
-
Ryan Kraus authored
1) Added visibility documentation to the CONTRIBUTING.md documentation. 2) Pylint fixes to homeassistant/helpers/entity.py
-
Ryan Kraus authored
-
Ryan Kraus authored
-
Ryan Kraus authored
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.
-
Ryan Kraus authored
-
Ryan Kraus authored
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.
-
- Apr 22, 2015
-
-
Ryan Kraus authored
-
Ryan Kraus authored
-
Ryan Kraus authored
-
Ryan Kraus authored
-
- Apr 21, 2015
-
-
Paulus Schoutsen authored
simplistic Modbus implementation
-
Aurélien Correia authored
-
Aurélien Correia authored
-
Paulus Schoutsen authored
Update CONTRIBUTING.md
-
- Apr 20, 2015
-
-
wind-rider authored
Updated icon list url
-
- Apr 18, 2015
-
-
Ryan Kraus authored
-
Ryan Kraus authored
Added a script for listing entities in running Home Assistant server. Usefule for creating visibility list in configuration file.
-
- Apr 17, 2015
-
-
Ryan Kraus authored
-
Ryan Kraus authored
-
- Apr 15, 2015
-
-
Aurélien Correia authored
-
Ryan Kraus authored
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.
-
Ryan Kraus authored
-
Ryan Kraus authored
-
Ryan Kraus authored
1) Added basic back-end framework for supporting hidden entities. 2) Enabled hidden suggestions in the isy994 component entities.
-
- Apr 14, 2015
-
-
Ryan Kraus authored
-
- Apr 13, 2015
-
-
Ryan Kraus authored
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.
-
Ryan Kraus authored
-
Ryan Kraus authored
-
- Apr 12, 2015
-
-
Ryan Kraus authored
-
Ryan Kraus authored
-
- Apr 11, 2015
-
-
James Cole authored
Removed interactivity on the small more-info version of the line graphs that was causing scrollbars issues
-
jamespcole authored
-
jamespcole authored
Removed interactivity from small view of line charts which was causing scrollbar issues on more-info card
-
- Apr 07, 2015
-
-
James Cole authored
Adds basic support for Transmission torrent client as a sensor.
-
jamespcole authored
-