homeassistant-ntfy/const.py

6 lines
122 B
Python
Raw Normal View History

2022-10-29 06:18:28 +02:00
"""Constants for ntfy component."""
DEFAULT_VERIFY_SSL = True
DEFAULT_NAME = "ntfy"
ATTR_DEFAULT_TOPIC = "homeassistant"