Ombi
The Ombi integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] monitors data from your Ombi instance.
Setup
This integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] needs to authenticate to your Ombi instance with either a user password or an api_key.
To find your api_key open the Ombi web interface. Navigate to Settings and then to Ombi, you should then be able to see your api_key.
If you want to use password authentication simply use the same password you normally use to log in to Ombi. Alternatively, you can set up a separate local account in Ombi designated for Home Assistant. To do this, open the Ombi web interface. Navigate to User Management and then press Add User To Ombi. Input your desired user details and use the same details when configuring this integration.
Configuration
If you want to enable this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], add the following lines to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
# Example configuration.yaml entry
ombi:
host: OMBI_HOST
username: OMBI_USERNAME
password: OMBI_PASSWORD
Full example for the configuration
# Example configuration.yaml entry
ombi:
host: OMBI_HOST
username: OMBI_USERNAME
api_key: OMBI_API_KEY
port: OMBI_PORT
urlbase: ombi/
ssl: true
List of actions
The Ombi integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides the following actions. Each link below opens a dedicated page with examples, parameters, and a step-by-step UI walkthrough.
-
Submit movie request (
ombi.submit_movie_request) Searches for a movie and requests the first result in Ombi. -
Submit music request (
ombi.submit_music_request) Searches for a music album and requests the first result in Ombi. -
Submit TV request (
ombi.submit_tv_request) Searches for a TV show and requests the first result in Ombi.
For an overview of every action across all integrations, see the actions reference.