Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ombi
 

Functions

bool homeassistant.components.ombi.setup (HomeAssistant hass, ConfigType config)
 
str homeassistant.components.ombi.urlbase (value)
 

Variables

 homeassistant.components.ombi._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.ombi.CONFIG_SCHEMA
 
 homeassistant.components.ombi.SUBMIT_MOVIE_REQUEST_SERVICE_SCHEMA = vol.Schema({vol.Required(ATTR_NAME): cv.string})
 
 homeassistant.components.ombi.SUBMIT_MUSIC_REQUEST_SERVICE_SCHEMA = vol.Schema({vol.Required(ATTR_NAME): cv.string})
 
 homeassistant.components.ombi.SUBMIT_TV_REQUEST_SERVICE_SCHEMA