Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.emoncms.const
 

Variables

string homeassistant.components.emoncms.const.CONF_EXCLUDE_FEEDID = "exclude_feed_id"
 
string homeassistant.components.emoncms.const.CONF_MESSAGE = "message"
 
string homeassistant.components.emoncms.const.CONF_ONLY_INCLUDE_FEEDID = "include_only_feed_id"
 
string homeassistant.components.emoncms.const.CONF_SUCCESS = "success"
 
string homeassistant.components.emoncms.const.DOMAIN = "emoncms"
 
tuple homeassistant.components.emoncms.const.EMONCMS_UUID_DOC_URL
 
string homeassistant.components.emoncms.const.FEED_ID = "id"
 
string homeassistant.components.emoncms.const.FEED_NAME = "name"
 
string homeassistant.components.emoncms.const.FEED_TAG = "tag"
 
 homeassistant.components.emoncms.const.LOGGER = logging.getLogger(__package__)