Use DeviceInfo class - A (#57859)

This commit is contained in:
Robert Hillis 2021-10-22 10:35:39 -04:00 committed by GitHub
parent 8bc1509afa
commit 59fe30e589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 140 additions and 151 deletions

View file

@ -21,7 +21,6 @@ DOMAIN: Final = "ambee"
LOGGER = logging.getLogger(__package__)
SCAN_INTERVAL = timedelta(hours=1)
ATTR_ENTRY_TYPE: Final = "entry_type"
ENTRY_TYPE_SERVICE: Final = "service"
DEVICE_CLASS_AMBEE_RISK: Final = "ambee__risk"