diff --git a/custom_components/whatsapp_bridge_integration/const.py b/custom_components/whatsapp_bridge_integration/const.py new file mode 100644 index 0000000..38457fb --- /dev/null +++ b/custom_components/whatsapp_bridge_integration/const.py @@ -0,0 +1,3 @@ +DOMAIN = "whatsapp_bridge_integration" +CONF_PHONE_NUMBER = "phone_number" +CONF_ACCOUNT_NAME = "account_name" \ No newline at end of file