Fix typo in sense constant SENSE_TRENDS_COORDINATOR (#34181)

This commit is contained in:
J. Nick Koston 2020-04-14 00:56:02 -05:00 committed by GitHub
parent bea354b82a
commit 45beb3c6e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ SENSE_DATA = "sense_data"
SENSE_DEVICE_UPDATE = "sense_devices_update"
SENSE_DEVICES_DATA = "sense_devices_data"
SENSE_DISCOVERED_DEVICES_DATA = "sense_discovered_devices"
SENSE_TRENDS_COORDINATOR = "sense_trends_coorindator"
SENSE_TRENDS_COORDINATOR = "sense_trends_coordinator"
ACTIVE_NAME = "Energy"
ACTIVE_TYPE = "active"