Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.monarch_money.const Namespace Reference

Variables

string CONF_MFA_CODE = "mfa_code"
 
string CONF_MFA_SECRET = "mfa_secret"
 
string DOMAIN = "monarch_money"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Monarch Money integration.

Variable Documentation

◆ CONF_MFA_CODE

string homeassistant.components.monarch_money.const.CONF_MFA_CODE = "mfa_code"

Definition at line 10 of file const.py.

◆ CONF_MFA_SECRET

string homeassistant.components.monarch_money.const.CONF_MFA_SECRET = "mfa_secret"

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.monarch_money.const.DOMAIN = "monarch_money"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.monarch_money.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.