1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 15:52:29 +00:00
Files
core/tests/components
Robbie Trencheny 655ada1374 mobile_app component (#21475)
* 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
2019-03-01 23:08:20 -08:00
..
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2018-12-02 16:32:53 +01:00
2019-01-16 14:23:46 -08:00
2019-02-14 20:34:43 +01:00
2018-11-24 16:12:29 -05:00
2019-02-07 22:50:59 +01:00
2019-02-18 17:43:22 +01:00
2019-02-05 19:31:15 -08:00
2019-02-14 20:34:43 +01:00
2019-02-07 22:50:59 +01:00
2019-02-12 16:38:19 +01:00
2019-02-24 15:56:19 +01:00
2019-01-11 12:55:23 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-10 12:50:40 +01:00
2019-02-24 10:49:50 -06:00
2019-02-07 22:50:59 +01:00
2018-12-02 16:32:53 +01:00
2019-03-01 23:08:20 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-17 09:55:33 +01:00
2019-02-26 10:18:09 -08:00
2019-02-08 14:18:18 -08:00
2019-02-05 19:31:15 -08:00
2019-02-28 19:32:41 -05:00
2019-02-14 20:34:43 +01:00
2018-12-02 16:32:53 +01:00