mirror of
https://github.com/home-assistant/core.git
synced 2025-11-18 23:40:09 +00:00
Change apns service domain and remove unused variable (#29165)
* change apns service domain and remove unused variable * fix tests * move DOMAIN to const.py and import DEVICE_TRACKER_DOMAIN from base component
This commit is contained in:
committed by
Paulus Schoutsen
parent
bdb3eb1683
commit
b6d94bcc96
2
homeassistant/components/apns/const.py
Normal file
2
homeassistant/components/apns/const.py
Normal file
@@ -0,0 +1,2 @@
|
||||
"""Constants for the apns component."""
|
||||
DOMAIN = "apns"
|
||||
Reference in New Issue
Block a user