This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 02, 2019
-
-
Robbie Trencheny authored
* Initial pass of a mobile_app component * Fully support encryption, validation for the webhook payloads, and other general improvements * Return same format as original API calls * Minor encryption fixes, logging improvements * Migrate Owntracks to use the superior PyNaCl instead of libnacl, mark it as a requirement in mobile_app * Add mobile_app to .coveragerc * Dont manually b64decode on OT * Initial requested changes * Round two of fixes * Initial mobile_app tests * Dont allow making registration requests for same/existing device * Test formatting fixes * Add mobile_app to default_config * Add some more keys allowed in registration payloads * Add support for getting a single device, updating a device, getting all devices. Also change from /api/mobile_app/register to /api/mobile_app/devices * Change device_id to fingerprint * Next round of changes * Add keyword args and pass context on all relevant calls * Remove SingleDeviceView in favor of webhook type to update registration * Only allow some properties to be updated on registrations, rename integration_data to app_data * Add call service test, ensure events actually fire, only run the encryption tests if sodium is installed * pylint * Fix OwnTracks test * Fix iteration of devices and remove device_for_webhook_id
-
Andrew Sayre authored
-
David F. Mulcahey authored
-
Wagner Sartori Junior authored
-
- Mar 01, 2019
-
-
damarco authored
-
Paulus Schoutsen authored
* Allow chaining contexts * Add stubbed out migration
-
David F. Mulcahey authored
switch to name_by_user review comments add device reg info to zha device api
-
msvinth authored
* Add support for separate on/off ids on manual configured IHC lights. This makes it easier to support IHC code units thats relies on being turned on and off through specific inputs. Also adds a pulse service (ihc.pulse) that supports sending a short on/off pulse to an IHC input. * Fix * Lint fix * Add on/off id support in switch * Make pulse async * Code review fixes
-
Paulus Schoutsen authored
* Allow config entry reloading * Fix duplicate test name * Add comment * fix typing
-
David F. Mulcahey authored
-
Aaron Bach authored
* Add pause/unpause services to RainMachine * Update requirements
-
Paulus Schoutsen authored
-
David F. Mulcahey authored
-
- Feb 28, 2019
-
-
Aaron Bach authored
* Add watchdog to Ambient PWS * Better labeling * Owner comments
-
Martin Hjelmare authored
-
Aaron Bach authored
-
Diogo Gomes authored
add myself to camera.push
-
Anders Melchiorsen authored
* Fine-tune new Sonos snapshot/restore * Move into class
-
Jason Hu authored
-
cpopp authored
Adds support for homekit devices with temperature, humidity, and light level characteristics (such as the iHome iSS50)
-
David F. Mulcahey authored
* cluster matching and binding apis implement binding callback fix loop fix loops * review comments * use any because it is clearer
-
Jason Hu authored
-
Paulus Schoutsen authored
-
Ben Randall authored
-
emontnemery authored
-
Marco M authored
* Added value_template config for parsing json value from state topic Added arm_code_required to avoid code enter when arming * Renamed config parameter to code_arm_required * Fix for discovery update compatibility * Fixed lint error * Added test
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Victor Vostrikov authored
-
koolsb authored
-
Jeff Irion authored
* Register 'media_player.firetv_adb_cmd' service * Wrap the 'firetv_adb_cmd' service with 'adb_decorator' * Address reviewer comments * Move firetv to its own platform * Move 'adb_command' service description * Rename DOMAIN to FIRETV_DOMAIN * Import KEYS in __init__ method * Change 'self.KEYS' to 'self.keys' * Update firetv in .coveragerc * 'homeassistant.components.media_player.firetv' -> 'homeassistant.components.firetv' * 'homeassistant.components.firetv' -> 'homeassistant.components.firetv.media_player'
-
Fabian Affolter authored
-
Paulus Schoutsen authored
-
Adam Dullage authored
* Bump starlingbank version to 3.1 Resolves Python 3.5 compatibility issue. * Remove syntax error.
-
Aaron Bach authored
-
Aaron Bach authored
-
Aaron Bach authored
-
Aaron Bach authored
-
Aaron Bach authored
-
Victor Vostrikov authored
* Added gps accuracy to Person * Corrected GPS accuracy for Person * Added priority of sources to Person * Fixed formatting * Removed rounding of coordinates. * Added test for source priority. Changed test for rounding of coordinates. * Improved code style * Code style cleanup * Code style cleanup * Code style cleanup * Code style cleanup * Code style cleanup * Lint * Lint
-