mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Change Abode cache file path, add cache path to config flow (#28389)
* Changed cache file path * Cache file naming scheme matches original * Restart tests * Adding cache path to config_flow.py * Moved DEFAULT_CACHEDB to consts file * Use correct cache path * Linting issues
This commit is contained in:
committed by
Paulus Schoutsen
parent
50affdf953
commit
ad4a960ed2
@@ -1,3 +1,5 @@
|
||||
"""Constants for the Abode Security System component."""
|
||||
DOMAIN = "abode"
|
||||
ATTRIBUTION = "Data provided by goabode.com"
|
||||
|
||||
DEFAULT_CACHEDB = "abodepy_cache.pickle"
|
||||
|
||||
Reference in New Issue
Block a user