* Use f-strings in integrations starting with A * Use f-strings in tests for integrations starting with A * Fix pylint by renaming variable * Fix nested for loop in f-string for aprs device_tracker * Break long lines into multiple short lines * Break long lines into multiple short lines v2
5 lines
161 B
Python
5 lines
161 B
Python
"""Constants for the Abode Security System component."""
|
|
DOMAIN = "abode"
|
|
ATTRIBUTION = "Data provided by goabode.com"
|
|
|
|
DEFAULT_CACHEDB = "abodepy_cache.pickle"
|