Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """UpCloud constants."""
2 
3 from datetime import timedelta
4 
5 DOMAIN = "upcloud"
6 DATA_UPCLOUD = "data_upcloud"
7 DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
8 CONFIG_ENTRY_UPDATE_SIGNAL_TEMPLATE = f"{DOMAIN}_config_entry_update:{{}}"