Add update entity to fritz integration (#70096)

This commit is contained in:
Mask3007
2022-04-19 17:12:21 +02:00
committed by GitHub
parent 89c717bf40
commit 2228ea5ee0
5 changed files with 171 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ PLATFORMS = [
Platform.DEVICE_TRACKER,
Platform.SENSOR,
Platform.SWITCH,
Platform.UPDATE,
]
CONF_OLD_DISCOVERY = "old_discovery"