1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Adds integration for Plaato Airlock (#23727)

* Adds integration for Plaato Airlock

* Updates codeowners and coveragerc

* Fixes lint errors

* Fixers lint check error

* Removed sv translation file

* Adds en translation file

* Sets config flow to true in manifest

* Moves config flow and domain to seperate files

* Fixes lint errors

* Runs hassfest to regenerate config_flows.py

* Adds should poll property and fixes for loop

* Only log a warning when webhook data was broken

* Fixes static test failure

* Moves state update from async_update to state prop

* Unsubscribes the dispatch signal listener

* Update sensor.py
This commit is contained in:
Johan Nenzén
2019-06-18 05:23:59 +02:00
committed by Paulus Schoutsen
parent f3e4e8dce8
commit 266b3bc714
10 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
"""Const for GPSLogger."""
DOMAIN = 'plaato'