converted device tracker

This commit is contained in:
Tomaae 2023-08-09 10:19:04 +02:00
parent 514a930d04
commit b8f4856a5b
No known key found for this signature in database
GPG key ID: 2F97770867DAA4E6
3 changed files with 40 additions and 32 deletions

View file

@ -4,7 +4,7 @@ from homeassistant.const import Platform
PLATFORMS = [
Platform.SENSOR,
Platform.BINARY_SENSOR,
# Platform.DEVICE_TRACKER,
Platform.DEVICE_TRACKER,
Platform.SWITCH,
Platform.BUTTON,
Platform.UPDATE,