"""Constants for the gsmnode integration.""" DOMAIN = "gsmnode" CONF_API_BASE = "api_base" CONF_DEVICE_ID = "device_id" DEFAULT_API_BASE = "http://localhost:8080" DEFAULT_NAME = "gsmnode" # Service names registered by the integration. SERVICE_SEND_SMS = "send_sms" SERVICE_CALL = "call"