1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Switch locative to use the webhook component (#20043)

* Switch locative to use the webhook component

* Lint

* Remove dead test code

* Use voluptuous to validate the webhook schema

* Validate test mode schema as well

* Lint

* Remove allow_extra

* Return web.Response correctly

* #20043: Remove superfluous dict in WEBHOOK_SCHEMA validation
This commit is contained in:
Paulus Schoutsen
2019-01-16 11:08:42 -08:00
committed by GitHub
5 changed files with 197 additions and 106 deletions

View File

@@ -149,6 +149,7 @@ FLOWS = [
'ifttt',
'ios',
'lifx',
'locative',
'luftdaten',
'mailgun',
'mqtt',