Namespaces | |
| const | |
| sensor | |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
| str | urlbase (value) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| SUBMIT_MOVIE_REQUEST_SERVICE_SCHEMA = vol.Schema({vol.Required(ATTR_NAME): cv.string}) | |
| SUBMIT_MUSIC_REQUEST_SERVICE_SCHEMA = vol.Schema({vol.Required(ATTR_NAME): cv.string}) | |
| SUBMIT_TV_REQUEST_SERVICE_SCHEMA | |
Support for Ombi.
| bool homeassistant.components.ombi.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Ombi component platform.
Definition at line 83 of file __init__.py.
| str homeassistant.components.ombi.urlbase | ( | value | ) |
Validate and transform urlbase.
Definition at line 39 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.
| homeassistant.components.ombi.CONFIG_SCHEMA |
Definition at line 62 of file __init__.py.
| homeassistant.components.ombi.SUBMIT_MOVIE_REQUEST_SERVICE_SCHEMA = vol.Schema({vol.Required(ATTR_NAME): cv.string}) |
Definition at line 49 of file __init__.py.
| homeassistant.components.ombi.SUBMIT_MUSIC_REQUEST_SERVICE_SCHEMA = vol.Schema({vol.Required(ATTR_NAME): cv.string}) |
Definition at line 51 of file __init__.py.
| homeassistant.components.ombi.SUBMIT_TV_REQUEST_SERVICE_SCHEMA |
Definition at line 53 of file __init__.py.