/camera.combined

A camera platform that give you a combined feed of your defined camera entities.

Primary LanguagePythonMIT LicenseMIT

camera.combined Build Status

A camera platform that give you a combined feed of your defined camera entities.

This will rotate the camera feeds, showing a 10 second feed from each camera before displaying the next one.

To get started put /custom_components/camera/combined.py here:
<config directory>/custom_components/camera/combined.py

Example configuration.yaml:

camera:
  platform: combined
  base_address: https://homeassistant.domain.com
  entities:
    - camera.camera1
    - camera.camera1

Configuration variables:

key description
platform (Required) The camera platform name.
base_address (Required) The base address for yor Home Assistant instanse.
entities (Required) A list of camera entities.
name (Optional) Give the camera a friendly name, defaults to Combined.

buymeacoffee.com