Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.
/ combined Public archive

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

License

Notifications You must be signed in to change notification settings

custom-components/combined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published