Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/custom-components/combined

A camera platform that give you a combined feed of your defined camera entities.
https://github.com/custom-components/combined

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
`/custom_components/combined/`

**Example configuration.yaml:**

```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](https://www.buymeacoffee.com/ludeeus)