Xeoma
The Xeoma
camera integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to view the video feeds from a Xeoma
Configuration
To enable Xeoma camera feeds, add the following lines to your configuration.yaml
The 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.yaml
The 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
camera:
- platform: xeoma
host: http://localhost:10090
Configuration Variables
Set to false if the Xeoma server version is 17.5 or earlier.
List of customizations for individual Xeoma cameras.
The name of the JPEG image for this camera as configured in Xeoma (without .jpg extension).
The name to display in the frontend for this camera.
The image_name
for this camera.
Full example
# Example configuration.yaml entry
camera:
- platform: xeoma
host: http://localhost:10090
username: user
password: secretpassword
new_version: false
cameras:
- image_name: front_porch
name: Front Porch
- image_name: back_patio
hide: true
To use this platform, you must have the Xeoma Web Server module enabled in at least one of your camera chains.
This platform will parse the Xeoma web interface to find all enabled cameras and add them all to Home Assistant. You can hide individual cameras using the platform configuration.
The image_name
configuration value for each camera should match the name supplied to the Xeoma Web Server configuration (under Path to access images) with the .jpg extension removed.