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:
committed by
Paulus Schoutsen
parent
f3e4e8dce8
commit
266b3bc714
3
homeassistant/components/plaato/const.py
Normal file
3
homeassistant/components/plaato/const.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Const for GPSLogger."""
|
||||
|
||||
DOMAIN = 'plaato'
|
||||
Reference in New Issue
Block a user