* change apns service domain and remove unused variable * fix tests * move DOMAIN to const.py and import DEVICE_TRACKER_DOMAIN from base component
2 lines
56 B
Python
2 lines
56 B
Python
"""Constants for the apns component."""
|
|
DOMAIN = "apns"
|