Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ollama
 

Functions

bool homeassistant.components.ollama.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.ollama.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list homeassistant.components.ollama.__all__
 
 homeassistant.components.ollama._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.ollama.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
tuple homeassistant.components.ollama.PLATFORMS = (Platform.CONVERSATION,)