gerard33 / combined

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camera.combined

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 all the files from/custom_components/combined/ here: <config directory>/custom_components/combined/

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 instance.
entities (Required) A list of camera entities.
name (Optional) Give the camera a friendly name, defaults to Combined.

buymeacoffee.com

About

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

License:MIT License


Languages

Language:Python 66.9%Language:Shell 20.7%Language:Dockerfile 12.4%