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

Commit Graph

  • e66d15b71d First drafy of sensor.template. pavoni 2016-01-21 16:31:23 +00:00
  • 1098194a89 Merge pull request #937 from trollkarlen/sonos-multicast Paulus Schoutsen 2016-01-21 07:30:40 -08:00
  • 66d23cd15f Merge pull request #945 from zmrow/fix-exception-in-openweather Paulus Schoutsen 2016-01-20 19:57:57 -08:00
  • c3a1193ef9 Fix #863 - Added a check for good pull from OWM and return if the object is None zmrowicki@hotmail.com 2016-01-20 19:36:33 -08:00
  • ec2d9af8dc Merge pull request #943 from trollkarlen/influxdb-fix Paulus Schoutsen 2016-01-20 19:22:40 -08:00
  • f0e44728d7 Merge pull request #944 from HydrelioxGitHub/twitter_notify Paulus Schoutsen 2016-01-20 19:21:38 -08:00
  • f67747456f Clean some errors hydreliox 2016-01-21 02:14:11 +01:00
  • f6017a17b2 Add Twitter as a notification platform hydreliox 2016-01-21 02:02:32 +01:00
  • 89aa3cbc62 influxdb: fix the need of admin to run Robert Marklund 2016-01-20 22:43:35 +01:00
  • 543190dfb0 sonos: add hosts and interface_addr to sonos config Robert Marklund 2016-01-19 19:30:45 +01:00
  • fdc8c45a69 Merge pull request #940 from balloob/remove_sensor_state Paulus Schoutsen 2016-01-20 12:52:23 -08:00
  • d2d421ca8f Remove ghost debug code. pavoni 2016-01-20 20:02:03 +00:00
  • 7ad5b3a17b Fix bug related to maker_param types pavoni 2016-01-20 19:13:29 +00:00
  • c8dd9696b4 Merge pull request #939 from molobrakos/squeezebox-fix Paulus Schoutsen 2016-01-20 09:16:32 -08:00
  • 58ef69b95d less hacky way of getting unique cover art Erik 2016-01-20 16:31:51 +01:00
  • 0de9229d75 More tidying. pavoni 2016-01-20 11:25:20 +00:00
  • f4c3ac2a62 Tidy pavoni 2016-01-20 11:19:00 +00:00
  • 6c5ceaf686 Remove sensor state from switch and wemo pavoni 2016-01-20 11:06:08 +00:00
  • 54f65ae87d 1) artwork_url might be a relative url (such as /imageproxy). in that case, join it with the base url. note: urllib.parse.urljoin will handle case when the artwork url is absolute. 2) artwork would not be replaced in the user interface because the url did not change between tracks (http://.../cover.jpg). solved by appending internal hash of the media title to the url to force reload Erik 2016-01-20 10:57:39 +01:00
  • 4f2dc3cc2a Merge pull request #934 from balloob/mqtt-protocol Paulus Schoutsen 2016-01-19 20:20:04 -08:00
  • a4ee2bd8ef Merge pull request #935 from balloob/0.11.1 0.11.1 Paulus Schoutsen 2016-01-19 12:20:26 -08:00
  • d4629a7efe Fix missing binary sensor types MartinHjelmare 2016-01-19 19:26:40 +01:00
  • 441ae73344 Merge pull request #936 from MartinHjelmare/fix-mysensors-sensors Paulus Schoutsen 2016-01-19 12:11:33 -08:00
  • 9249dc6dd3 Fix missing binary sensor types MartinHjelmare 2016-01-19 19:26:40 +01:00
  • 4c4539caff Version bump to 0.11.1 Paulus Schoutsen 2016-01-19 09:12:03 -08:00
  • 4c0ff0e0d0 Allow forcing MQTT protocol v3.1 Paulus Schoutsen 2016-01-19 09:00:40 -08:00
  • 1ceee2d6c5 Fix MQTT reconnecting Paulus Schoutsen 2016-01-17 21:39:25 -08:00
  • cbb74d50ce Enforce entity attribute types Paulus Schoutsen 2016-01-17 17:50:20 -08:00
  • c2d72bbf09 fix issue where sensors and switches were duplicated because of component getting initialized twice. closes #913 Erik 2016-01-18 19:41:41 +01:00
  • f97ba263c4 Allow forcing MQTT protocol v3.1 Paulus Schoutsen 2016-01-19 09:00:40 -08:00
  • 85df9e98bd Merge pull request #922 from balloob/mqtt-fixes Paulus Schoutsen 2016-01-19 08:45:49 -08:00
  • 2faafb9c0f Merge pull request #931 from molobrakos/fix-tellduslive-duplicates Paulus Schoutsen 2016-01-18 18:01:12 -08:00
  • d43101f22a fix issue where sensors and switches were duplicated because of component getting initialized twice. closes #913 Erik 2016-01-18 19:41:41 +01:00
  • 3d23cd10fc Attempt to fix ungrouped-imports pylint error Tim 2016-01-18 18:30:09 +00:00
  • 66cd8d264e Remove use of warn() Tim 2016-01-18 18:27:46 +00:00
  • 291910d74e Add LIFX bulb support Tim 2016-01-18 18:10:32 +00:00
  • 7ac648d0ab Merge pull request #889 from Bart274/dev Paulus Schoutsen 2016-01-18 07:47:00 -08:00
  • 3b42390062 Update command_sensor.py Bart274 2016-01-18 13:48:09 +01:00
  • a80917f530 Update command_sensor.py Bart274 2016-01-18 09:24:38 +01:00
  • 8fbb585874 Fix MQTT reconnecting Paulus Schoutsen 2016-01-17 21:39:25 -08:00
  • 027d97321f Merge pull request #911 from rmkraus/service-toggle Ryan Kraus 2016-01-17 21:11:35 -05:00
  • 62a1c9687e Merge pull request #920 from balloob/enforce-entity-types Paulus Schoutsen 2016-01-17 18:01:20 -08:00
  • a9c6f8c1d9 Enforce entity attribute types Paulus Schoutsen 2016-01-17 17:50:20 -08:00
  • 06b4fcc2cf Fix lint errors Paulus Schoutsen 2016-01-17 16:36:25 -08:00
  • 6dc2501116 ps - fix RPi GPIO imports Paulus Schoutsen 2016-01-17 16:29:41 -08:00
  • 54060f27ef Merge pull request #893 from joshughes/nest_sensor Paulus Schoutsen 2016-01-17 15:16:25 -08:00
  • 85aa4fdd2e Revised entity toggle to use is_on Ryan Kraus 2016-01-17 16:59:22 -05:00
  • 0624445627 Added tests for toggle service. Ryan Kraus 2016-01-17 16:42:18 -05:00
  • 4ca4941c82 fix pylint errors in sensor/nest Joseph Hughes 2016-01-16 12:56:38 -07:00
  • 4dbd84ead0 make sure everything inherits from NesSensor Joseph Hughes 2016-01-16 12:53:42 -07:00
  • 0495776a22 merge upstream dev Joseph Hughes 2016-01-16 12:52:22 -07:00
  • dd35551047 fix order of inhertiance Joseph Hughes 2016-01-16 12:47:08 -07:00
  • 9f61369156 Version bump to 0.12.0.dev0 Paulus Schoutsen 2016-01-16 11:23:55 -08:00
  • bd536be66d Merge pull request #883 from balloob/dev 0.11 Paulus Schoutsen 2016-01-16 11:23:40 -08:00
  • c5b69a0ee4 Update version to 0.11 Paulus Schoutsen 2016-01-16 11:20:02 -08:00
  • 206b3a88a2 Merge pull request #910 from rmkraus/nginx-config Paulus Schoutsen 2016-01-16 09:44:42 -08:00
  • 880bd011a9 Merge pull request #908 from persandstrom/verisure_code_digits Paulus Schoutsen 2016-01-16 09:04:53 -08:00
  • 7de91a270a Merge pull request #905 from Xorso/alarmdotcom_bugfix Paulus Schoutsen 2016-01-16 08:48:07 -08:00
  • 09973abe8a Merge pull request #897 from balloob/input-boolean Paulus Schoutsen 2016-01-16 08:47:29 -08:00
  • 342a819fd4 Added toggle service Ryan Kraus 2016-01-16 10:45:05 -05:00
  • 4bf185c868 Added nginx sample configuration Ryan Kraus 2016-01-16 10:17:26 -05:00
  • 78742c016b code digits settings Per Sandström 2016-01-16 15:12:54 +01:00
  • 1ed314f6f6 Merge pull request #906 from balloob/bump_vera_version Greg Dowling 2016-01-16 11:40:10 +00:00
  • be23c6c86d Bump pywemo version. pavoni 2016-01-16 11:35:17 +00:00
  • a194c4f1bd Merge branch 'dev' of https://github.com/balloob/home-assistant into alarmdotcom_bugfix Daren Lord 2016-01-15 22:16:01 -07:00
  • edb24add6b Fixed but when alarm is trying to change state the state gets updated and changes the page. Daren Lord 2016-01-15 22:15:31 -07:00
  • bc88985889 Merge pull request #901 from philipbl/ssl Paulus Schoutsen 2016-01-15 17:32:51 -08:00
  • 3d27dd3ec4 Merge pull request #902 from balloob/fix_vera_sensor_subscriptions Greg Dowling 2016-01-15 21:46:27 +00:00
  • c2f5eb3073 Missed change. pavoni 2016-01-15 21:42:51 +00:00
  • 541b268721 Update to use refactored pyvera, fixes subscription issues - esp sensors. pavoni 2016-01-15 21:30:58 +00:00
  • e77daed086 Merge pull request #900 from philipbl/fix_locative Philip Lundrigan 2016-01-15 13:43:52 -07:00
  • fdbb409331 Increase security of using SSL Philip Lundrigan 2016-01-15 13:39:54 -07:00
  • f96c5aa62f Fix bug in locative logic Philip Lundrigan 2016-01-15 13:07:26 -07:00
  • c07a096e57 Merge pull request #899 from sfam/dev Paulus Schoutsen 2016-01-15 11:56:27 -08:00
  • 48b6c5b5cb fix import BinarySensorDevice sfam 2016-01-15 18:14:46 +00:00
  • d8d59d9a66 remove rpi_gpio sensor sfam 2016-01-15 18:05:48 +00:00
  • 702dddbb2f update requirements_all sfam 2016-01-15 17:28:32 +00:00
  • 127488004c update coveragerc and requirements_all sfam 2016-01-15 17:16:02 +00:00
  • 7c925ac295 update comments sfam 2016-01-15 12:35:06 +00:00
  • 8617b92d1b Update RPi.GPIO version and code refactoring sfam 2016-01-15 11:59:58 +00:00
  • bb80e3a9fc Merge pull request #898 from balloob/vera_fixes Paulus Schoutsen 2016-01-15 07:43:03 -08:00
  • 80023f62d9 Merge remote-tracking branch 'upstream/dev' into nest_sensor Joseph Hughes 2016-01-15 08:18:16 -07:00
  • 9617288bd5 multiple inheritance for nest binary sensor Joseph Hughes 2016-01-15 08:16:33 -07:00
  • 4fd79afa42 Bump pyvera version. pavoni 2016-01-15 11:45:17 +00:00
  • 719f9a63d9 Fix style issue pavoni 2016-01-15 10:52:58 +00:00
  • 4bc33d0352 Bump pyvera version. pavoni 2016-01-15 10:34:14 +00:00
  • c4e1035638 Add humidity sensor, add units for humidity and light sensors. pavoni 2016-01-15 09:21:48 +00:00
  • d40e889d3b Update command_sensor.py Bart274 2016-01-15 09:01:58 +01:00
  • 41acc8fa43 Update .coveragerc Bart274 2016-01-15 08:59:11 +01:00
  • 90c2aed7b4 Update docstrings Fabian Affolter 2016-01-15 08:55:26 +01:00
  • 5108602de3 Update link to docs and docstrings Fabian Affolter 2016-01-15 08:27:41 +01:00
  • 5ee17ffc58 Update frontend Paulus Schoutsen 2016-01-14 23:47:55 -08:00
  • 6b899ddc1d 100% test coverage for input_boolean Paulus Schoutsen 2016-01-14 23:25:25 -08:00
  • 0a711922ef Remove unnecessary instance variable Paulus Schoutsen 2016-01-14 23:19:08 -08:00
  • 475b631d9c Initial version input_boolean Paulus Schoutsen 2016-01-14 22:51:28 -08:00
  • 40c75f0a51 Merge pull request #887 from sdague/dev Paulus Schoutsen 2016-01-14 22:03:09 -08:00
  • 1dd99a6d5d Update frontend Paulus Schoutsen 2016-01-14 22:02:02 -08:00
  • bed9b038c8 Merge pull request #856 from w1ll1am23/Wink_power_strip_support Paulus Schoutsen 2016-01-14 19:23:41 -08:00
  • 9210c57c2d Fix lint errors and PR comments Joseph Hughes 2016-01-14 14:19:35 -07:00
  • 313cbda0aa fix multiple PR issues Joseph Hughes 2016-01-14 14:17:28 -07:00