2021-02-20 21:55:23 +00:00
|
|
|
"""Constants for the Rituals Perfume Genie integration."""
|
2023-04-30 15:07:55 +00:00
|
|
|
|
|
|
|
from datetime import timedelta
|
|
|
|
|
2021-02-20 21:55:23 +00:00
|
|
|
DOMAIN = "rituals_perfume_genie"
|
|
|
|
|
2021-07-12 18:40:16 +00:00
|
|
|
ACCOUNT_HASH = "account_hash"
|
|
|
|
|
2023-04-30 15:07:55 +00:00
|
|
|
UPDATE_INTERVAL = timedelta(minutes=2)
|