Commit Graph

9 Commits (7b1cbeaf80ec3f9f9e7fb9e7bba68e6e02cb9fa9)

Author SHA1 Message Date
cgtobi 2c07bfb9e0 Remove dependencies and requirements ()
* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit fe7171b4cd.

* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit 391355ee2c.

* Remove dependencies and requirements

* Fix flake8 complaints

* Fix more flake8 complaints

* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen 42e3e878df Cloudhooks for webhook config flows () 2019-04-01 14:07:12 +02:00
Fabian Affolter 3736120c6a
Update file header ()
* Update file header

* Fix lint issue

* Fix lint issue
2019-02-14 16:01:46 +01:00
Paulus Schoutsen 33dcb071da Use text= instead of body= for creating web responses () 2019-02-08 23:10:04 -08:00
Paulus Schoutsen 57ef8c271e
Fix geofency requiring a configuration.yaml entry () 2019-02-01 14:09:23 -08:00
Rohan Kapoor f575d1d3a6
Load/unload geofency entities correctly between component and platform ()
* Load/unload geofency entities correctly between component and platform

* Lint

* Await the coroutine directly
2019-01-27 13:18:20 -08:00
Rohan Kapoor 80bc42af4f Use voluptuous to perform validation for the geofency webhook ()
* Use voluptuous to perform validation for the geofency webhook

* Add missing attribute to schema

* Lint
2019-01-15 12:50:09 +01:00
Rohan Kapoor 2bdbf6955d Migrate geofency over to the Webhook component ()
* Migrate geofency over to the Webhook component

* Return web.Response correctly

* Fix test

* Lint

* Fix error that tests caught
2019-01-08 20:47:05 -08:00
Rohan Kapoor bdba3852d0 Split out geofency with a component and platform ()
* Split out geofency with a component and platform

* Make geofency component/device_tracker more async

* Move geofency tests to new package

* Remove coroutine in geofency callback

* Lint

* Fix coroutine in geofency callback

* Fix incorrect patch
2018-11-06 20:12:03 +01:00