1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00

Commit Graph

  • 175b49236c Fixed style attribute with redefined built in method names. Eric Rolf 2016-02-11 09:20:38 -05:00
  • fd0afaa204 Fixed Test Case Logic Eric Rolf 2016-02-11 09:12:28 -05:00
  • 034cec7152 Fixed Demo Test Cases Eric Rolf 2016-02-11 09:06:35 -05:00
  • f464d591c9 Update python wink requirement Eric Rolf 2016-02-11 08:49:07 -05:00
  • 06cb97adee Merge branch 'wink_garage_door_support' of https://github.com/xrolfex/home-assistant into wink_garage_door_support Eric Rolf 2016-02-11 08:39:20 -05:00
  • cab46b91e3 Updated Requirements All. Eric Rolf 2016-02-11 08:38:05 -05:00
  • 0da09b85de refactored test case Eric Rolf 2016-02-11 08:30:33 -05:00
  • 95d9bc48ea Updated Demo Eric Rolf 2016-02-11 08:23:04 -05:00
  • 6b962a2207 Updated coveragec, cleaned up constants, added test for demo. Eric Rolf 2016-02-11 07:41:42 -05:00
  • 18b3d3df57 Forgot to refactor demo. Eric Rolf 2016-02-05 15:16:56 -05:00
  • 5f6977acda Refactor Method Name For Open and Close. Eric Rolf 2016-02-05 15:10:53 -05:00
  • 89f6ef9f6c Updated requirements_all.txt Eric Rolf 2016-02-05 14:20:06 -05:00
  • d2ad0620ee Wink Garage Door Support Eric Rolf 2016-01-31 21:39:04 -05:00
  • aa13392983 refactored test case Eric Rolf 2016-02-11 08:30:33 -05:00
  • 6cbf19934f Updated Demo Eric Rolf 2016-02-11 08:23:04 -05:00
  • f938134069 updated rfxtrx lib Daniel 2016-02-11 14:15:51 +01:00
  • 7cdcb800a9 Updated coveragec, cleaned up constants, added test for demo. Eric Rolf 2016-02-11 07:41:42 -05:00
  • 91fb2764cc Use a cache object to reduce the frequency of calls to APCUPSd Flyte 2016-02-11 07:33:53 +00:00
  • 82c5e2cf3c Merge pull request #1177 from Theb-1/dev-notify-rest Paulus Schoutsen 2016-02-10 23:05:34 -08:00
  • bb8981b611 Add apcupsd component. Flyte 2016-02-10 16:32:18 +00:00
  • b350f22a77 Update frontend to fix color picker Paulus Schoutsen 2016-02-10 22:17:26 -08:00
  • 40da28a0c7 Merge pull request #1192 from i-c/add-delay-to-launchtl-load Paulus Schoutsen 2016-02-10 21:39:36 -08:00
  • 3bdb50510a Merge pull request #1202 from huanga/change_nest_battery-level_unit Paulus Schoutsen 2016-02-10 21:33:10 -08:00
  • 7478c36b27 Add graphite feeder component Dan Smith 2016-02-10 18:54:06 +00:00
  • b1f2c90bd0 Add MQTT service description Paulus Schoutsen 2016-02-10 21:23:27 -08:00
  • e53785f30c Fix __main__.py permissions change Ian Copp 2016-02-10 21:20:39 -08:00
  • 1a38354ed5 Merge pull request #1138 from flyte/mqtt-publish-template Paulus Schoutsen 2016-02-10 21:13:02 -08:00
  • 02609d0ab5 Changing battery level unit to "V" instead of "%" as the API reports output voltage, not percentage. This value matches with Settings > Technical Information's Battery information. Andy Huang 2016-02-10 21:12:43 -08:00
  • ce4f5ff29c Merge pull request #1197 from maxdrift/expose-baud-rate-mysensors-component Paulus Schoutsen 2016-02-10 20:51:18 -08:00
  • 5190cc74c5 Merge pull request #1200 from MartinHjelmare/mysensors-unavailable Paulus Schoutsen 2016-02-10 20:45:48 -08:00
  • e83f8da342 Merge pull request #1185 from balloob/perf-states Paulus Schoutsen 2016-02-10 18:53:02 -08:00
  • ddaeeba68b Merge pull request #1186 from balloob/remove-deprecated-methods Paulus Schoutsen 2016-02-10 18:52:57 -08:00
  • 75775a561b Use entity property available MartinHjelmare 2016-02-02 03:47:03 +01:00
  • 058315720f Fix typo Fabian Affolter 2016-02-10 23:59:34 +01:00
  • 4e0c7f8a3d Create additional mqtt helper function for using template payload. Flyte 2016-02-10 22:38:33 +00:00
  • c705ca4288 Expose baud rate config for mysensors component Riccardo Massari 2016-02-10 21:24:18 +01:00
  • 15ad48a7a0 kodi thumbnails Per SandstrÃom 2016-02-10 19:48:41 +00:00
  • c9c15c4cf7 Fix comment phrasing Ian Copp 2016-02-10 11:32:56 -08:00
  • 3046bfce7b Add small time delay to restart-osx command Ian Copp 2016-02-10 11:29:25 -08:00
  • d52e2019c0 Update mqtt.publish() function to use template_payload. Reorganise publish service. Use mqtt.publish() in tests. Flyte 2016-02-10 11:11:02 +00:00
  • af8f6bcaba Remove deprecated methods from core Paulus Schoutsen 2016-02-09 23:59:31 -08:00
  • cdf0e80773 Improve the robustness of the rfxtrx module, and solve issue #1116 Daniel 2016-02-05 13:46:54 +01:00
  • b0948bef5f Make State class immutable Paulus Schoutsen 2016-02-09 23:27:01 -08:00
  • 70a528c04b Merge pull request #1184 from balloob/group-of-groups Paulus Schoutsen 2016-02-09 22:56:30 -08:00
  • d796625098 flake8 fix Theb-1 2016-02-09 22:51:44 -08:00
  • dc44ef7356 Support expanding nested groups Paulus Schoutsen 2016-02-09 22:43:07 -08:00
  • c5c4085ad4 upper/arg list/response improvements Theb-1 2016-02-09 22:27:54 -08:00
  • 09b3aba51b Merge pull request #1136 from turbokongen/verisure-locks Paulus Schoutsen 2016-02-09 21:20:52 -08:00
  • 6f3aefde64 Merge pull request #1179 from roqeer/patch-1 Paulus Schoutsen 2016-02-09 21:14:23 -08:00
  • b3a1491482 pylint: ignore 'too-many-arguments' Theb-1 2016-02-09 21:12:33 -08:00
  • b7ff79da24 Fixes and updates Theb-1 2016-02-09 20:48:17 -08:00
  • 4bf4d94344 Changed to dict lookup with default value roqeer 2016-02-09 22:09:44 +01:00
  • 3e26af5ff1 Correct bad-indentation roqeer 2016-02-09 19:09:48 +01:00
  • c1270cf0bb Add name property to DHT sensor roqeer 2016-02-09 18:58:04 +01:00
  • 26fc637ab5 Add payload_template to mqtt 'publish' service call. Flyte 2016-02-09 15:41:31 +00:00
  • 66c5d96b43 Upgrade influxdb to 2.12.0 Fabian Affolter 2016-02-09 16:32:05 +01:00
  • 41f908ed39 Added support for lock connected to Verisure system. turbokongen@hotmail.com 2016-01-27 16:38:43 +01:00
  • 0f5487b95a Add REST notify component Theb-1 2016-02-08 22:24:11 -08:00
  • 23c5159f6c Update frontend to fix map CSS Paulus Schoutsen 2016-02-08 21:58:41 -08:00
  • 4840dd297a Add unique ID to ecobee sensor Paulus Schoutsen 2016-02-08 20:39:09 -08:00
  • 4605742bb7 Merge pull request #1176 from kk7ds/mfi-tests Dan Smith 2016-02-08 19:07:48 -08:00
  • f222340c8e Merge pull request #1174 from balloob/wink-light Paulus Schoutsen 2016-02-08 19:05:39 -08:00
  • b17df44402 Add tests for mFi switches Dan Smith 2016-02-09 02:58:09 +00:00
  • 895ddc8433 Add tests for mFi sensors Dan Smith 2016-02-09 02:32:00 +00:00
  • d867d26612 Merge pull request #1168 from persandstrom/sigterm_handler Per Sandström 2016-02-08 19:27:26 +01:00
  • 564e328698 fix sigterm crash Per SandstrÃom 2016-02-07 21:05:35 +00:00
  • 160b811ddf Wink light to inherit from light Paulus Schoutsen 2016-02-08 08:53:22 -08:00
  • 2e164e519a Merge pull request #1160 from stjohnjohnson/live-camera-stream Paulus Schoutsen 2016-02-07 14:43:00 -08:00
  • 779188ad27 Merge pull request #1167 from kk7ds/mfi-improvements Paulus Schoutsen 2016-02-07 14:40:47 -08:00
  • 3f6349d663 Merge pull request #1170 from balloob/fix_vera_dimmer_bug Paulus Schoutsen 2016-02-07 14:39:16 -08:00
  • ac0dc10377 Refactor VeraLight to inherit from Light, rather then VeraSwitch. pavoni 2016-02-07 21:45:15 +00:00
  • 0a7db98b0e Round mFi sensor values to reasonable levels of precision Dan Smith 2016-02-07 20:32:11 +00:00
  • 8f690ff077 Add support for mPort input sensors Dan Smith 2016-02-07 20:26:25 +00:00
  • 951fa603ff Support mPort voltage output switch types Dan Smith 2016-02-07 20:24:19 +00:00
  • c113997609 Tweak mFi switch behavior to avoid false states Dan Smith 2016-02-07 19:28:23 +00:00
  • f700635445 Add support for mjpeg component to proxy it's own stream St. John Johnson 2016-02-07 01:08:55 -08:00
  • d49fae86e4 Update frontend with entity picture fix Paulus Schoutsen 2016-02-07 11:33:01 -08:00
  • 64611ab2be Merge pull request #1157 from balloob/device-state-attributes Paulus Schoutsen 2016-02-07 10:16:34 -08:00
  • 27dc2f61fb Merge pull request #1163 from balloob/migration-5-fix Paulus Schoutsen 2016-02-07 10:16:24 -08:00
  • cd25c8f72d Clean up some query stuff Paulus Schoutsen 2016-02-07 10:07:27 -08:00
  • 9ad1d290af Fix migration 5 Paulus Schoutsen 2016-02-07 10:07:08 -08:00
  • 90ef81d8d5 Merge pull request #1161 from fabaff/bitcoin Fabian Affolter 2016-02-07 15:37:40 +01:00
  • 02efe903ab Add icon Fabian Affolter 2016-02-05 13:13:37 +01:00
  • 0bb63bf3f0 Move configuration details to docs and add link Fabian Affolter 2016-02-07 12:36:29 +01:00
  • e23db5d972 Some small changes Fabian Affolter 2016-02-07 12:03:01 +01:00
  • e311f89056 Move details to docs and update docstrings/comments Fabian Affolter 2016-02-07 12:00:35 +01:00
  • 757946293e Move configuration details to docs Fabian Affolter 2016-02-07 11:52:17 +01:00
  • 98c6e56ea4 Merge pull request #1159 from nickwaring/proximity Paulus Schoutsen 2016-02-07 00:54:47 -08:00
  • cd0cef6403 Component to track the proximity of devices to a zone Nick Waring 2016-02-07 08:52:32 +00:00
  • 0d2891ebcc Test file for the proximity component Nick Waring 2016-02-07 08:51:21 +00:00
  • fb6aded2e1 Update frontend with new dependencies Paulus Schoutsen 2016-02-07 00:15:09 -08:00
  • 8b7cfc831d Merge pull request #1133 from balloob/cast-fix Paulus Schoutsen 2016-02-06 23:06:23 -08:00
  • 987be65d55 Update frontend to support default_view Paulus Schoutsen 2016-02-06 23:01:44 -08:00
  • f08b77dc4c Clean up state_attributes vs device_state_attributes Paulus Schoutsen 2016-02-06 22:28:29 -08:00
  • 681b84e1bd Update frontend with FF url-sync fix Paulus Schoutsen 2016-02-06 22:07:30 -08:00
  • 4103d7463b Merge pull request #1155 from balloob/fix-kb-interrupt Paulus Schoutsen 2016-02-06 20:12:27 -08:00
  • 428750eeda Merge pull request #1151 from kk7ds/add-mfi Paulus Schoutsen 2016-02-06 20:11:53 -08:00
  • 0ae36e1d28 Merge pull request #1140 from kk7ds/add-nx584-alarm Paulus Schoutsen 2016-02-06 20:09:25 -08:00
  • d2e8721918 Merge pull request #1124 from philipbl/fix_influx Philip Lundrigan 2016-02-06 20:49:20 -07:00
  • bbdc196127 Use entity_id attribute Philip Lundrigan 2016-02-06 20:33:43 -07:00