Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.snips
 

Functions

bool homeassistant.components.snips.async_setup (HomeAssistant hass, ConfigType config)
 
def homeassistant.components.snips.resolve_slot_values (slot)
 

Variables

 homeassistant.components.snips._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.snips.ATTR_CAN_BE_ENQUEUED = "can_be_enqueued"
 
string homeassistant.components.snips.ATTR_CUSTOM_DATA = "custom_data"
 
string homeassistant.components.snips.ATTR_INTENT_FILTER = "intent_filter"
 
string homeassistant.components.snips.ATTR_SITE_ID = "site_id"
 
string homeassistant.components.snips.ATTR_TEXT = "text"
 
string homeassistant.components.snips.CONF_ACTION = "action"
 
string homeassistant.components.snips.CONF_FEEDBACK = "feedback_sounds"
 
string homeassistant.components.snips.CONF_INTENTS = "intents"
 
string homeassistant.components.snips.CONF_PROBABILITY = "probability_threshold"
 
string homeassistant.components.snips.CONF_SITE_IDS = "site_ids"
 
 homeassistant.components.snips.CONFIG_SCHEMA
 
string homeassistant.components.snips.DOMAIN = "snips"
 
string homeassistant.components.snips.FEEDBACK_OFF_TOPIC = "hermes/feedback/sound/toggleOff"
 
string homeassistant.components.snips.FEEDBACK_ON_TOPIC = "hermes/feedback/sound/toggleOn"
 
 homeassistant.components.snips.INTENT_SCHEMA
 
string homeassistant.components.snips.INTENT_TOPIC = "hermes/intent/#"
 
string homeassistant.components.snips.SERVICE_FEEDBACK_OFF = "feedback_off"
 
string homeassistant.components.snips.SERVICE_FEEDBACK_ON = "feedback_on"
 
string homeassistant.components.snips.SERVICE_SAY = "say"
 
string homeassistant.components.snips.SERVICE_SAY_ACTION = "say_action"
 
 homeassistant.components.snips.SERVICE_SCHEMA_FEEDBACK
 
 homeassistant.components.snips.SERVICE_SCHEMA_SAY
 
 homeassistant.components.snips.SERVICE_SCHEMA_SAY_ACTION