Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 932 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 932 Bytes

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