Commit Graph

  • 0f8e282386 Wink component bug fixes Paulus Schoutsen 2015-01-11 14:23:18 -08:00
  • 9db1f3f8b7 Bugfixes to make Wink component work Paulus Schoutsen 2015-01-11 14:21:44 -08:00
  • cac1f56b2d Merge branch 'dev' into component-thermostat Paulus Schoutsen 2015-01-11 10:00:25 -08:00
  • ca49a2aa68 Use tuples instead of lists internally Paulus Schoutsen 2015-01-11 09:55:45 -08:00
  • 283b187501 Use properties instead of getters for Device class Paulus Schoutsen 2015-01-11 09:20:41 -08:00
  • 035e3e686e Upgrade pushbullet.py to 0.7.1 Paulus Schoutsen 2015-01-11 08:09:25 -08:00
  • 6cd53f2ddf Added wink component to auto-load other needed components Paulus Schoutsen 2015-01-10 23:47:23 -08:00
  • 249cf244ca Initial version wink component by @loghound Paulus Schoutsen 2015-01-10 22:53:41 -08:00
  • cd896627ea changed bearer_token to access_token in conf file John McLaughlin 2014-12-16 00:12:59 -08:00
  • dccd9f562f Wink Hub integration of it's switches & lights John McLaughlin 2014-12-16 00:01:15 -08:00
  • c2b8f8d34e Prevent devices from being discovered twice Paulus Schoutsen 2015-01-10 10:34:56 -08:00
  • 9db1a58cb1 Update netdisco to latest version Paulus Schoutsen 2015-01-10 08:49:52 -08:00
  • ebc67f460e Update netdisco to latest version Paulus Schoutsen 2015-01-09 22:22:19 -08:00
  • e01fee9189 Updated requirements.txt for the discovery component Paulus Schoutsen 2015-01-09 00:13:24 -08:00
  • ba179bc638 Automatic discovery and setting up of devices Paulus Schoutsen 2015-01-09 00:07:58 -08:00
  • 035d994705 Merge branch 'master' into dev Paulus Schoutsen 2015-01-08 20:18:04 -08:00
  • f1209a42a9 Ensure groups always have unique entity id Paulus Schoutsen 2015-01-08 20:17:05 -08:00
  • d4cad0b267 Rename ha_test folder to tests Paulus Schoutsen 2015-01-08 20:05:12 -08:00
  • e0b424c88f Make group component more flexible Paulus Schoutsen 2015-01-08 20:02:34 -08:00
  • f5683797aa Reorganized the main to be more modular Paulus Schoutsen 2015-01-08 18:45:27 -08:00
  • efe820628c Updated PyWemo to latest version Paulus Schoutsen 2015-01-06 20:52:26 -08:00
  • 300cfcc424 Merge pull request #19 from Piratonym/device_tracker-arpflags Paulus Schoutsen 2015-01-06 19:49:38 -08:00
  • 2c5886f6d4 Fix warnings from flake8 and pylint Karsten Nerdinger 2015-01-07 03:57:06 +01:00
  • fc33273464 Check flags in ARP table for NUD_REACHABLE before assuming a device is online. Fixes #18. Karsten Nerdinger 2015-01-07 03:36:39 +01:00
  • cbbda2db55 Pull in PyWemo bugfixes Paulus Schoutsen 2015-01-06 07:49:49 -08:00
  • 6943a3bc14 Add a Nest specific card to frontend Paulus Schoutsen 2015-01-06 00:11:03 -08:00
  • 8f3a3f89a7 Refactor nest component into thermostat component Paulus Schoutsen 2015-01-06 00:10:33 -08:00
  • 68b712adfd Merge branch 'dev' into component-thermostat Paulus Schoutsen 2015-01-05 23:07:17 -08:00
  • 24be24c58b Extracted a base HA device from ToggleDevice Paulus Schoutsen 2015-01-05 23:02:41 -08:00
  • db7004fdee Merge remote-tracking branch 'stefano/dev' into component-thermostat Paulus Schoutsen 2015-01-05 21:44:22 -08:00
  • b10b75b7fe Reorganized frontend files Paulus Schoutsen 2015-01-05 21:41:15 -08:00
  • ed3bbd98cc Remove unsupported specifying hosts for wemo Paulus Schoutsen 2015-01-05 21:35:22 -08:00
  • ed1f434a61 Updated docker container instructions Paulus Schoutsen 2015-01-05 21:02:43 -08:00
  • b90826c267 Better handling of subsequent throttle calls Paulus Schoutsen 2015-01-05 20:50:34 -08:00
  • 1b0143341c Update pywemo to latest version Paulus Schoutsen 2015-01-05 20:23:48 -08:00
  • b1a93ffc21 Added "Nest" thermostat component. sfiorini 2015-01-05 19:11:02 -06:00
  • b63784a4e6 Updated pywemo to latest version Paulus Schoutsen 2015-01-05 00:43:37 -08:00
  • 3894dec274 Default notify message title is now Home Assistant Paulus Schoutsen 2015-01-04 14:20:16 -08:00
  • 635876c94d Work around a bug in pylint Paulus Schoutsen 2015-01-04 01:34:48 -08:00
  • 490543093d Simple_alarm component notifies user on alarm Paulus Schoutsen 2015-01-04 01:24:25 -08:00
  • 4fec2dcb28 Add notification component and PushBullet platform Paulus Schoutsen 2015-01-04 01:01:49 -08:00
  • a6ec071244 ps: dialogs on small screens only take needed height Paulus Schoutsen 2015-01-03 09:50:44 -08:00
  • f64e84d087 State.last_changed only changes if state changes Paulus Schoutsen 2015-01-02 08:48:20 -08:00
  • 1ebaf7fd36 Tweaked the default 'more info' component text Paulus Schoutsen 2015-01-02 08:47:11 -08:00
  • 67d62a1723 New compiled version of frontend Paulus Schoutsen 2015-01-01 22:06:55 -08:00
  • edb01b6bb4 Moved dialog logic to base class. Paulus Schoutsen 2015-01-01 22:06:39 -08:00
  • 5e9303dbf2 Create cards and more-info elements dynamically Paulus Schoutsen 2015-01-01 22:02:28 -08:00
  • a0a1573dc9 More info for sun domain added Paulus Schoutsen 2015-01-01 21:02:30 -08:00
  • debca88a0d All custom groups in 1 section instead of each their own Paulus Schoutsen 2015-01-01 20:03:24 -08:00
  • dec12be52e Add more-info card for group domain Paulus Schoutsen 2015-01-01 19:42:20 -08:00
  • 85f5df55e9 frontend more-info-light: tweaks & cleanup Paulus Schoutsen 2014-12-30 18:37:33 -08:00
  • fee51d604d demo comp: preserve color when turning on light that's on Paulus Schoutsen 2014-12-30 18:36:55 -08:00
  • d506d0f424 Demo component now supports brightness/color for lights Paulus Schoutsen 2014-12-30 08:41:42 -08:00
  • 4dcaf12fa7 Added option to select light colors Paulus Schoutsen 2014-12-29 23:54:55 -08:00
  • cfeb1f1538 Now able to change brightness of lights from more info dialog Paulus Schoutsen 2014-12-29 23:40:27 -08:00
  • 973525da6d Do not pollute template refs with ambigious names Paulus Schoutsen 2014-12-29 22:49:11 -08:00
  • d5737aafce Frontend: Clicking a card opens more info screen Paulus Schoutsen 2014-12-29 22:47:29 -08:00
  • b0b62d5db0 Fixed some lint errors Gustav Ahlberg 2014-12-29 00:59:22 +01:00
  • 03e30ea5ed SunEventListener documentation Gustav Ahlberg 2014-12-28 14:56:50 +01:00
  • 99b1cbf9b5 Merge remote-tracking branch 'upstream/master' into scheduler Gustav Ahlberg 2014-12-28 14:49:28 +01:00
  • b1cc760bd1 TimeEventListener uses ServiceEventListener Gustav Ahlberg 2014-12-28 11:38:57 +01:00
  • 83320681f0 SunriseEventListener and SunsetEventListner Gustav Ahlberg 2014-12-28 11:29:48 +01:00
  • c436b33da9 added seconds to timeEventListener Gustav Ahlberg 2014-12-28 11:29:26 +01:00
  • 89a548252a StateMachine is now case insensitive for entity ids Paulus Schoutsen 2014-12-26 23:26:39 -08:00
  • df3ddea23c Added an example component that does the bare minimum Paulus Schoutsen 2014-12-26 22:58:58 -08:00
  • 029c38874b State card rendering now way more flexible Paulus Schoutsen 2014-12-23 21:12:42 -08:00
  • 5f7a9d9918 Update README.md Paulus Schoutsen 2014-12-21 23:42:21 -08:00
  • da4ab542a7 Update documentation for example component Paulus Schoutsen 2014-12-21 22:21:32 -08:00
  • 0cfae7245b Add link to demo in README Paulus Schoutsen 2014-12-21 22:20:17 -08:00
  • 249d4d7062 Add code to mock API for demo on home-assistant.io Paulus Schoutsen 2014-12-21 15:07:01 -08:00
  • e3961b7532 Moved documentation from GitHub source to home-assistant.io Paulus Schoutsen 2014-12-21 15:06:17 -08:00
  • 47e6290609 Make nmap mac regex more flexible to play nice with OS X Paulus Schoutsen 2014-12-19 15:42:34 -08:00
  • 47adae7917 Frontend: color switch icons yellow if on Paulus Schoutsen 2014-12-16 22:04:01 -08:00
  • 970014588a New strategy for defining number of used threads Paulus Schoutsen 2014-12-16 21:46:02 -08:00
  • 528cd8ee48 WeMo component exposes Insight info if available Paulus Schoutsen 2014-12-15 19:14:31 -08:00
  • 7a9898fbd2 Merge remote-tracking branch 'origin/master' into dev Paulus Schoutsen 2014-12-15 18:57:53 -08:00
  • c18bb7dcad Merge pull request #15 from trainman419/multi_room Paulus Schoutsen 2014-12-15 18:57:12 -08:00
  • bacad3b60e Merge pull request #14 from trainman419/nmap_tracker Paulus Schoutsen 2014-12-15 11:34:31 -08:00
  • 1c1d075c12 Only turn off the specified lights trainman419 2014-12-15 11:29:48 -08:00
  • 69a616a0ba Fix default light and device group IDs trainman419 2014-12-15 11:29:22 -08:00
  • a49c839514 Add nmap_tracker documentation trainman419 2014-12-15 11:22:10 -08:00
  • 18396d2ee5 Fix typo and default groups trainman419 2014-12-15 00:49:56 -08:00
  • cec5ca8ba2 Specify devices for trigger trainman419 2014-12-15 00:14:10 -08:00
  • 4495812b84 nmap-based device tracking plugin trainman419 2014-12-14 21:29:36 -08:00
  • a54e6af24a Make block_till_stopped test more flexible Paulus Schoutsen 2014-12-14 19:59:52 -08:00
  • bea7634b47 Fix PyLint Paulus Schoutsen 2014-12-14 19:59:37 -08:00
  • 344ce6ee4d Define number of worker threads based on cpu count Paulus Schoutsen 2014-12-14 18:28:11 -08:00
  • 4e4e6b1133 Upgrade to Polymer 0.5.2 Paulus Schoutsen 2014-12-14 00:45:29 -08:00
  • 5e8673fc4a API Call Service returns states changed Paulus Schoutsen 2014-12-14 00:35:16 -08:00
  • b091e9c31c Added TrackStates context manager Paulus Schoutsen 2014-12-14 00:32:20 -08:00
  • dfa1e1c586 Fix Chromecast tests Paulus Schoutsen 2014-12-13 22:49:49 -08:00
  • 78d5625ace Calling a service can now block till execution is done Paulus Schoutsen 2014-12-13 22:40:00 -08:00
  • f8223053bd Style fixes in home-assistant-api.html Paulus Schoutsen 2014-12-13 22:29:05 -08:00
  • e2b434b24e Log file now also contains warnings Paulus Schoutsen 2014-12-12 08:15:34 -08:00
  • 7c404a0551 device_tracker - No longer keep writing same new devices to known_devices.csv Paulus Schoutsen 2014-12-12 07:32:50 -08:00
  • 81be3811dc Only save the valid entities in the group entity_ids attribute Paulus Schoutsen 2014-12-12 07:21:25 -08:00
  • 40cde1f836 Merge pull request #12 from jd/jd/typo Paulus Schoutsen 2014-12-12 07:04:48 -08:00
  • 36cb12cd15 Fix typo in doc Julien Danjou 2014-12-12 11:40:20 +01:00
  • df3521e706 Group component is more flexible when to setup a group Paulus Schoutsen 2014-12-11 17:31:01 -08:00
  • ea1e4108cc Auth header for API is now prefixed with X- to follow spec Paulus Schoutsen 2014-12-09 00:34:36 -08:00