Create Update entities for Ubiquiti network devices (#71700)

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
This commit is contained in:
Jelte Zeilstra 2022-05-13 09:17:41 +02:00 committed by GitHub
parent 32e4046435
commit 75058e63a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 311 additions and 1 deletions

View file

@ -74,7 +74,7 @@ from .switch import BLOCK_SWITCH, POE_SWITCH
RETRY_TIMER = 15
CHECK_HEARTBEAT_INTERVAL = timedelta(seconds=1)
PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR, Platform.SWITCH]
PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR, Platform.SWITCH, Platform.UPDATE]
CLIENT_CONNECTED = (
WIRED_CLIENT_CONNECTED,