mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 10:06:25 +02: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"
|