Robbie Trencheny
9ab0753cf7
mobile_app improvements ( #21607 )
...
* First webhook commands for getting and deleting single registrations
* Keep a list of deleted webhook IDs so we can 410 if the webhook receives traffic in the future
* Return a empty JSON object instead of None
* Split up mobile_app bits into individual files
* Add typing
* Sort keys
* Remove unused async_setup_entry
* New decorator method of registering webhooks
* Add tests for cloud hook forwarding and improve error handling for cloud hooks
* Initial implementation of platform specific logic
* Add get registrations by user ID websocket call, minor style fixes
* Stop using resp dictionary during registration
* Move mobile_app/ios.py to ios/mobile_app.py
* Log any errors encountered during webhook
* Improve update registration call
* Split up mobile_app tests to match split up component
* Fix tests
* Remove integration_map in favor of component name in registration
* Add a few helper functions for custom logic components to use
* Load the app_component platform at device registration or component setup time
* Remove extraneous function
* Use guard function for checking if component is in device
* Inline websocket schemas
* Rename ATTR_s used in storage to DATA_ prefix
* squash flake8 and pylint issues
* Remove ios.mobile_app platform
* Dont mark websocket_api as a dependency
* Return standard empty_okay_response with 400 if no JSON sent
* Ensure deleted webhook IDs are registered at launch
* Remove the creation of cloudhooks during handle_webhook
* Rename device to registration everywhere applicable
* Dont check if cloud is logged in, just check if cloud is in components
* Dont ever use cloudhook_id
* Remove component loading logic for a later PR
* Cast exception to string
* Remove unused functions
2019-03-08 23:44:56 -08:00
..
2019-02-14 22:09:22 +01:00
2019-03-05 11:07:40 +01:00
2019-02-28 11:59:14 +01:00
2019-02-04 21:52:19 -08:00
2019-02-28 17:15:17 +05:30
2019-03-04 09:51:12 -08:00
2019-02-14 20:34:43 +01:00
2019-03-08 22:36:41 -07:00
2019-03-06 19:42:59 -08:00
2019-02-13 21:21:14 +01:00
2019-03-02 11:29:59 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-14 22:09:22 +01:00
2019-02-13 21:21:14 +01:00
2019-03-03 12:31:09 -08:00
2019-02-13 21:21:14 +01:00
2019-03-08 14:51:13 -08:00
2019-03-04 09:51:12 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-28 17:46:21 +05:30
2019-03-02 11:28:44 +01:00
2019-02-27 16:10:40 -05:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-04 12:06:28 -08:00
2019-02-13 21:21:14 +01:00
2019-02-16 20:48:43 -05:00
2019-03-09 00:47:06 +01:00
2019-03-07 06:47:56 +01:00
2019-03-05 20:00:53 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-08 14:09:18 -08:00
2019-02-05 19:31:15 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-25 10:13:34 -08:00
2019-03-03 21:53:45 -08:00
2019-02-15 14:54:25 +01:00
2019-02-13 21:21:14 +01:00
2019-02-27 16:34:13 -08:00
2019-03-01 23:08:20 -08:00
2019-02-13 21:21:14 +01:00
2019-02-14 16:01:46 +01:00
2019-03-04 22:57:45 -08:00
2019-02-27 16:34:13 -08:00
2019-02-14 22:09:22 +01:00
2019-03-08 14:56:10 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-27 16:34:13 -08:00
2019-02-13 21:21:14 +01:00
2019-02-14 20:34:43 +01:00
2019-02-13 21:21:14 +01:00
2019-03-02 11:29:59 +01:00
2019-02-13 21:21:14 +01:00
2019-02-18 11:20:31 +01:00
2019-02-14 20:34:43 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-27 16:34:13 -08:00
2019-03-08 14:56:10 +01:00
2019-03-02 11:29:59 +01:00
2019-02-13 21:21:14 +01:00
2019-03-03 21:53:45 -08:00
2019-02-16 15:43:30 -08:00
2019-02-14 20:34:43 +01:00
2019-02-07 22:50:59 +01:00
2019-02-17 06:23:09 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-03 12:39:39 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-17 06:23:09 +01:00
2019-02-14 20:34:43 +01:00
2019-03-05 11:45:31 -08:00
2019-02-13 21:21:14 +01:00
2019-02-14 16:01:46 +01:00
2019-02-27 16:34:13 -08:00
2019-02-14 16:01:46 +01:00
2019-02-14 16:01:46 +01:00
2019-03-05 20:00:53 -08:00
2019-02-14 16:01:46 +01:00
2019-02-14 16:01:46 +01:00
2019-02-23 01:01:09 -08:00
2019-02-27 16:34:13 -08:00
2019-02-14 16:01:46 +01:00
2019-02-14 16:01:46 +01:00
2019-03-04 09:51:12 -08:00
2019-02-14 16:01:46 +01:00
2019-02-21 16:40:25 -08:00
2019-03-03 00:54:03 +01:00
2019-02-14 16:01:46 +01:00
2019-02-14 16:01:46 +01:00
2019-02-25 07:45:40 +01:00
2019-02-14 16:01:46 +01:00
2019-02-14 20:34:43 +01:00
2019-02-14 16:01:46 +01:00
2019-02-16 23:04:29 -08:00
2019-03-06 19:44:52 -08:00
2019-03-02 17:42:51 -05:00
2019-03-07 11:12:03 +01:00
2019-02-14 16:01:46 +01:00
2019-02-28 10:10:21 -08:00
2019-03-08 09:28:53 +01:00
2019-02-27 16:34:13 -08:00
2019-02-14 22:09:22 +01:00
2019-02-14 16:01:46 +01:00
2019-03-06 19:47:13 -08:00
2019-03-01 08:17:59 +01:00
2019-03-04 09:51:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-19 14:09:06 +01:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-05 19:31:15 -08:00
2019-02-13 20:35:12 -08:00
2019-02-21 16:40:25 -08:00
2019-02-13 20:35:12 -08:00
2019-02-23 15:55:08 -06:00
2019-02-27 16:34:13 -08:00
2019-03-02 11:29:59 +01:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-03-02 11:29:59 +01:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-03-07 21:53:42 +00:00
2019-03-04 16:56:41 +01:00
2019-02-13 20:35:12 -08:00
2019-02-24 01:30:19 +01:00
2019-02-21 16:40:25 -08:00
2019-03-07 22:33:30 +05:30
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-27 16:34:13 -08:00
2019-02-12 22:35:20 -06:00
2019-03-01 23:23:45 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-14 22:09:22 +01:00
2019-02-13 20:35:12 -08:00
2019-02-27 16:34:13 -08:00
2019-02-13 20:35:12 -08:00
2019-02-25 12:09:58 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-27 16:34:13 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-14 20:34:43 +01:00
2019-03-04 14:00:10 +01:00
2019-03-05 15:48:44 +00:00
2019-02-13 20:35:12 -08:00
2019-02-15 10:57:47 +01:00
2019-02-13 20:35:12 -08:00
2019-03-08 23:44:56 -08:00
2019-02-13 20:35:12 -08:00
2019-02-24 10:22:17 +01:00
2019-03-08 16:48:54 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-03-02 11:29:59 +01:00
2019-02-17 06:23:09 +01:00
2019-02-13 20:35:12 -08:00
2019-03-07 11:03:02 -08:00
2019-03-05 09:21:13 -08:00
2019-02-27 16:34:13 -08:00
2019-03-04 15:54:21 -08:00
2019-02-13 20:35:12 -08:00
2019-02-22 17:34:23 +01:00
2019-02-13 20:35:12 -08:00
2019-03-05 09:22:21 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-03-08 13:51:42 -08:00
2019-02-14 20:34:43 +01:00
2019-02-27 17:51:09 -07:00
2019-02-16 17:03:08 +01:00
2019-03-01 23:08:20 -08:00
2019-02-27 16:10:40 -05:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-28 17:35:39 +05:30
2019-02-02 07:13:16 -08:00
2019-02-13 20:35:12 -08:00
2019-02-13 20:35:12 -08:00
2019-02-27 16:34:13 -08:00
2019-02-23 18:13:27 +01:00
2019-02-13 20:35:12 -08:00
2019-03-05 01:48:25 +01:00
2019-02-27 16:10:40 -05:00
2019-02-02 07:13:16 -08:00
2019-02-02 07:13:16 -08:00
2019-02-05 19:31:15 -08:00
2019-02-14 22:09:22 +01:00
2019-02-28 17:58:39 -08:00
2019-02-19 14:09:06 +01:00
2019-03-04 16:01:31 -08:00
2019-02-26 13:55:11 -08:00
2019-02-13 21:21:14 +01:00
2019-03-03 00:54:03 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-02 11:29:59 +01:00
2019-02-14 22:09:22 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-06 19:47:47 -08:00
2019-03-04 09:51:12 -08:00
2019-03-04 09:51:12 -08:00
2019-02-13 21:21:14 +01:00
2019-03-02 11:29:59 +01:00
2019-03-08 16:35:38 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-27 16:34:13 -08:00
2019-02-13 21:21:14 +01:00
2019-02-14 22:09:22 +01:00
2019-02-13 21:21:14 +01:00
2019-03-02 11:29:59 +01:00
2019-03-08 21:20:07 -08:00
2019-02-27 11:07:35 +05:30
2019-02-26 14:42:09 -08:00
2019-03-03 18:49:29 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-17 06:23:09 +01:00
2019-02-14 20:34:43 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-02 11:57:10 +01:00
2019-02-13 21:21:14 +01:00
2019-03-05 06:18:25 +01:00
2019-02-14 20:34:43 +01:00
2019-02-26 22:22:29 -05:00
2019-02-28 18:27:40 +01:00
2019-03-06 07:52:25 -05:00
2019-02-13 21:21:14 +01:00
2019-03-05 21:44:37 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-27 16:33:26 -08:00
2019-02-13 21:21:14 +01:00
2019-03-08 08:21:22 +01:00
2019-03-06 07:40:29 -08:00
2019-03-07 10:54:09 +01:00
2019-02-13 21:21:14 +01:00
2019-02-21 16:40:25 -08:00
2019-02-13 21:21:14 +01:00
2019-02-08 14:18:18 -08:00
2019-02-14 20:34:43 +01:00
2019-02-27 16:34:13 -08:00
2019-02-27 16:34:13 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-05 15:48:44 +00:00
2019-02-13 21:21:14 +01:00
2019-03-06 07:55:24 -05:00
2019-02-23 15:55:55 -06:00
2019-03-03 06:37:36 -06:00
2019-02-23 08:04:32 -05:00
2019-02-14 20:34:43 +01:00
2019-02-13 21:21:14 +01:00
2019-02-17 06:23:09 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-08 21:24:17 -06:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-02-23 15:52:08 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-07 16:46:50 -08:00
2019-03-05 19:31:26 -08:00
2019-02-13 21:21:14 +01:00
2019-02-14 20:34:43 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-07 22:55:11 +01:00
2019-02-20 15:44:04 +01:00
2019-02-14 20:34:43 +01:00
2019-02-13 21:21:14 +01:00
2019-02-13 21:21:14 +01:00
2019-03-04 15:56:05 -08:00
2019-02-13 21:21:14 +01:00
2019-02-13 15:44:18 -08:00
2019-02-13 21:21:14 +01:00
2019-03-08 14:08:19 -08:00
2019-03-04 09:51:12 -08:00
2019-02-05 19:31:15 -08:00