mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00:00

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