core/homeassistant/components/sms/const.py

6 lines
107 B
Python

"""Constants for sms Component."""
DOMAIN = "sms"
SMS_GATEWAY = "SMS_GATEWAY"
SMS_STATE_UNREAD = "UnRead"