homeassistant-ntfy/const.py
2022-10-29 06:18:28 +02:00

6 lines
122 B
Python

"""Constants for ntfy component."""
DEFAULT_VERIFY_SSL = True
DEFAULT_NAME = "ntfy"
ATTR_DEFAULT_TOPIC = "homeassistant"